- calculateDateHistogramRecursive(TreeNode) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
Calculates the date histogram recursively.
- cancel() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Cancels the operation.
- cancel() - Method in class ch.randelshofer.gui.ProgressTracker
-
Cancels the operation.
- cancel() - Method in class ch.randelshofer.gui.ProgressView
-
Cancels the operation.
- ch.randelshofer.beans - package ch.randelshofer.beans
-
Contains classes for developing beans - components based on the
JavaBeans architecture.
- ch.randelshofer.gui - package ch.randelshofer.gui
-
Contains classes for graphical user interfaces.
- ch.randelshofer.io - package ch.randelshofer.io
-
Contains classes for file I/O.
- ch.randelshofer.quaqua.filechooser - package ch.randelshofer.quaqua.filechooser
-
Contains classes for file choosers.
- ch.randelshofer.text - package ch.randelshofer.text
-
- ch.randelshofer.tree - package ch.randelshofer.tree
-
Provides classes for holding and interpreting tree data.
- ch.randelshofer.tree.circlemap - package ch.randelshofer.tree.circlemap
-
Provides classes for the interactive visualization of trees using a
space-filling circular treemap layout.
- ch.randelshofer.tree.demo - package ch.randelshofer.tree.demo
-
Provides a demo of the various tree visualization methods.
- ch.randelshofer.tree.hypertree - package ch.randelshofer.tree.hypertree
-
Provides classes for the interactive visualization of trees using a
hyperbolic projection of the tree.
- ch.randelshofer.tree.rectmap - package ch.randelshofer.tree.rectmap
-
Provides classes for the interactive visualization of trees using a
space-filling rectangular treemap layout.
- ch.randelshofer.tree.sunburst - package ch.randelshofer.tree.sunburst
-
Provides classes for the interactive visualization of trees using a
sunburst layout and an icicle layout.
- ch.randelshofer.tree.sunray - package ch.randelshofer.tree.sunray
-
Provides classes for the interactive visualization of trees using a
sunray layout and an iceray layout.
- ch.randelshofer.util - package ch.randelshofer.util
-
Provides utility classes.
- ch.randelshofer.util.prefs - package ch.randelshofer.util.prefs
-
- changeEvent - Variable in class ch.randelshofer.io.BoundedRangeInputStream
-
Only one ChangeEvent is needed per model instance since the
event's only (read-only) state is the source property.
- children() - Method in class ch.randelshofer.tree.circlemap.CirclemapCompositeNode
-
- children() - Method in class ch.randelshofer.tree.circlemap.CirclemapNode
-
- children() - Method in class ch.randelshofer.tree.demo.FileNode
-
Returns the children of this node in an Enumeration.
- children() - Method in class ch.randelshofer.tree.demo.ManyEyesCompositeNode
-
- children() - Method in class ch.randelshofer.tree.demo.ManyEyesNode
-
- children() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNode
-
- children() - Method in class ch.randelshofer.tree.demo.XMLNode
-
- children() - Method in class ch.randelshofer.tree.rectmap.RectmapCompositeNode
-
- children() - Method in class ch.randelshofer.tree.rectmap.RectmapNode
-
- children() - Method in class ch.randelshofer.tree.sunburst.SunburstCompositeNode
-
- children() - Method in class ch.randelshofer.tree.sunburst.SunburstNode
-
- children() - Method in class ch.randelshofer.tree.sunray.SunrayCompositeNode
-
- children() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- children() - Method in interface ch.randelshofer.tree.TreeNode
-
Returns the children of this node
in a List.
- childrenNames() - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- Circle - Class in ch.randelshofer.tree.circlemap
-
Describes a Circle by its radius and the location of its center.
- Circle() - Constructor for class ch.randelshofer.tree.circlemap.Circle
-
Creates a new circle at location 0,0 and a radius of 0.
- Circle(double, double, double) - Constructor for class ch.randelshofer.tree.circlemap.Circle
-
Creates a new circle with the specified coordinates and radius.
- CircleDistanceComparator - Class in ch.randelshofer.tree.circlemap
-
Compares two circles by their distance to the origin (0,0) of the coordinate
system.
- CircleDistanceComparator(double, double) - Constructor for class ch.randelshofer.tree.circlemap.CircleDistanceComparator
-
- CirclemapCompositeNode - Class in ch.randelshofer.tree.circlemap
-
- CirclemapCompositeNode(CirclemapNode, TreeNode) - Constructor for class ch.randelshofer.tree.circlemap.CirclemapCompositeNode
-
Creates a new instance.
- CirclemapDraw - Class in ch.randelshofer.tree.circlemap
-
- CirclemapDraw(CirclemapTree) - Constructor for class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- CirclemapDraw(CirclemapNode, NodeInfo) - Constructor for class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- CirclemapModel - Class in ch.randelshofer.tree.circlemap
-
CirclemapModel manages a CirclemapTree and its CirclemapView.
- CirclemapModel(TreeNode, NodeInfo, ProgressObserver) - Constructor for class ch.randelshofer.tree.circlemap.CirclemapModel
-
Creates a new instance.
- CirclemapNode - Class in ch.randelshofer.tree.circlemap
-
- CirclemapNode(CirclemapNode, TreeNode) - Constructor for class ch.randelshofer.tree.circlemap.CirclemapNode
-
- CirclemapTree - Class in ch.randelshofer.tree.circlemap
-
CirclemapTree lays out a tree structure in a space-filling circular treemap.
- CirclemapTree(TreeNode, NodeInfo, ProgressObserver) - Constructor for class ch.randelshofer.tree.circlemap.CirclemapTree
-
Creates a new instance.
- CirclemapView - Class in ch.randelshofer.tree.circlemap
-
CirclemapView provides an interactive user interface for a
CirclemapTree.
- CirclemapView() - Constructor for class ch.randelshofer.tree.circlemap.CirclemapView
-
Creates new form.
- CirclemapView(CirclemapTree) - Constructor for class ch.randelshofer.tree.circlemap.CirclemapView
-
- CircleRadiusComparator - Class in ch.randelshofer.tree.circlemap
-
Compares two circles by the size of their radius.
- CircleRadiusComparator() - Constructor for class ch.randelshofer.tree.circlemap.CircleRadiusComparator
-
- Circles - Class in ch.randelshofer.tree.circlemap
-
Utility functions for
Circle objects.
- circumradius(double, double, double) - Static method in class ch.randelshofer.tree.circlemap.Circles
-
Computes the circumradius of the reference triangle for three tightly packed
circles.
- clear() - Method in class ch.randelshofer.util.EventLoop
-
Clears the event queue.
- clear() - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- clone() - Method in class ch.randelshofer.tree.circlemap.Circle
-
- clone() - Method in class ch.randelshofer.util.Complex
-
Returns a clone of this complex number.
- close() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Closes the progress observer.
- close() - Method in class ch.randelshofer.gui.ProgressTracker
-
Indicate that the operation is complete.
- close() - Method in class ch.randelshofer.gui.ProgressView
-
Closes the progress view.
- collectAttributes(ArrayList<ManyEyesNode>, HashMap<String, HashSet<String>>) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- collectAttributesRecursively(TreevizFileSystemXMLNode, HashMap<String, HashSet<String>>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- collectAttributesRecursively(XMLNode, HashMap<String, HashSet<String>>) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- collectDatesRecursive(TreeNode, List<Long>) - Method in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- collectDatesRecursive(TreevizFileSystemXMLNode, List<Date>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- collectEvent(Object) - Method in class ch.randelshofer.util.EventLoop
-
Collects an event and puts it into the event queue
for later processing.
- Colorizer - Interface in ch.randelshofer.tree
-
Colorizer.
- ColorStringColorizer - Class in ch.randelshofer.tree.demo
-
ColorStringColorizer displays the color given by the color string data value.
- ColorStringColorizer() - Constructor for class ch.randelshofer.tree.demo.ColorStringColorizer
-
- compare(String, String) - Method in class ch.randelshofer.quaqua.filechooser.OSXCollator
-
- compare(Circle, Circle) - Method in class ch.randelshofer.tree.circlemap.CircleDistanceComparator
-
- compare(Circle, Circle) - Method in class ch.randelshofer.tree.circlemap.CircleRadiusComparator
-
- compare(Object, Object) - Method in class ch.randelshofer.tree.demo.FileNameComparator
-
Compares two nodes using their collation keys.
- compare(RectmapNode, RectmapNode) - Method in class ch.randelshofer.tree.rectmap.RectmapCumulatedSizeComparator
-
- complete() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Indicate that the operation is complete.
- complete() - Method in class ch.randelshofer.gui.ProgressTracker
-
- complete() - Method in class ch.randelshofer.gui.ProgressView
-
Indicate that the operation is complete.
- Complex - Class in ch.randelshofer.util
-
Immutable complex number of the form x+bi.
- Complex(double, double) - Constructor for class ch.randelshofer.util.Complex
-
Creates a complex number with the real part x and the
imaginary part y.
- computeBasicStats(ArrayList<ManyEyesNode>, HashMap<String, AbstractNodeInfo.DataType>, HashMap<String, HashSet<String>>) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- computeBasicStats(TreevizFileSystemXMLNode, HashMap<String, AbstractNodeInfo.DataType>, HashMap<String, HashSet<String>>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- computeFilesStats(TreevizFileSystemXMLNode) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- computeStats(XMLNode, HashMap<String, AbstractNodeInfo.DataType>, HashMap<String, HashSet<String>>) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- computeUserFileStatsRecursive(TreevizFileSystemXMLNode) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- computeUserStats(TreevizFileSystemXMLNode, TreevizFileSystemXMLNode) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- construct() - Method in class ch.randelshofer.util.Worker
-
Compute the value to be returned by the get method.
- contains(Circle) - Method in class ch.randelshofer.tree.circlemap.Circle
-
Returns true, if this circle contains that circle.
- contains(Circle, double) - Method in class ch.randelshofer.tree.circlemap.Circle
-
- contains(double, double) - Method in class ch.randelshofer.tree.circlemap.Circle
-
Returns true, if this circle contains the specified point.
- createArc(double, double, double, double, double, double) - Static method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- createArc(double, double, double, double, double, double) - Static method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- createArc(double, double, double, double, double, double) - Static method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- createArc(double, double, double, double, double, double) - Static method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- createDefaultTreeStructure() - Method in class ch.randelshofer.tree.demo.ManyEyesTree
-
- createRectmapDraw(RectmapTree) - Method in class ch.randelshofer.tree.rectmap.RectmapView
-
- createSubDraw(SunburstNode, NodeInfo) - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- createSubDraw(SunrayNode, NodeInfo) - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- createTreeStructure(int[]) - Method in class ch.randelshofer.tree.demo.ManyEyesTree
-
- cumulatedWeight - Variable in class ch.randelshofer.tree.rectmap.RectmapNode
-
- cx - Variable in class ch.randelshofer.tree.circlemap.Circle
-
- cx - Variable in class ch.randelshofer.tree.rectmap.RectmapDraw
-
Top left corner of the draw root.
- cx - Variable in class ch.randelshofer.tree.sunburst.IcicleDraw
-
Center of the sunburst tree.
- cx - Variable in class ch.randelshofer.tree.sunray.IcerayDraw
-
Center of the sunburst tree.
- cy - Variable in class ch.randelshofer.tree.circlemap.Circle
-
- cy - Variable in class ch.randelshofer.tree.rectmap.RectmapDraw
-
Top left corner of the draw root.
- cy - Variable in class ch.randelshofer.tree.sunburst.IcicleDraw
-
Center of the sunburst tree.
- cy - Variable in class ch.randelshofer.tree.sunray.IcerayDraw
-
Center of the sunburst tree.
- get(float) - Method in interface ch.randelshofer.tree.Colorizer
-
Gets a color for the specified value.
- get(float) - Method in class ch.randelshofer.tree.demo.ColorStringColorizer
-
- get(float) - Method in class ch.randelshofer.tree.demo.HSBColorizer
-
- get(float) - Method in class ch.randelshofer.tree.demo.RGBColorizer
-
- get(String, String) - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- getAccumulatedWeight(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getActions(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- getActions(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.FileNodeInfo
-
- getActions(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- getActions(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getActions(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getActions(TreePath2<TreeNode>) - Method in interface ch.randelshofer.tree.NodeInfo
-
Returns actions for the specified node.
- getAllowsChildren() - Method in class ch.randelshofer.tree.demo.FileNode
-
Returns true if this node is not a directory.
- getAllowsChildren() - Method in class ch.randelshofer.tree.demo.ManyEyesCompositeNode
-
- getAllowsChildren() - Method in class ch.randelshofer.tree.demo.ManyEyesNode
-
- getAllowsChildren() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNode
-
- getAllowsChildren() - Method in class ch.randelshofer.tree.demo.XMLNode
-
- getAllowsChildren() - Method in interface ch.randelshofer.tree.TreeNode
-
Returns true, if this node can not have children.
- getAppletCopyright() - Method in class ch.randelshofer.tree.demo.TreevizApplet
-
- getAppletInfo() - Method in class ch.randelshofer.tree.demo.TreevizApplet
-
Returns version and copyright information.
- getAppletName() - Method in class ch.randelshofer.tree.demo.TreevizApplet
-
- getAppletVersion() - Method in class ch.randelshofer.tree.demo.TreevizApplet
-
- getAscendingInstance() - Static method in class ch.randelshofer.tree.circlemap.CircleRadiusComparator
-
- getAscendingInstance() - Static method in class ch.randelshofer.tree.rectmap.RectmapCumulatedSizeComparator
-
- getAttribute(String) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNode
-
- getAttribute(String) - Method in class ch.randelshofer.tree.demo.XMLNode
-
- getAttributes() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNode
-
- getAttributes() - Method in class ch.randelshofer.tree.demo.XMLNode
-
- getBoolean(String, boolean) - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- getByteArray(String, byte[]) - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- getCollationKey(String) - Method in class ch.randelshofer.quaqua.filechooser.OSXCollator
-
- getColor(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- getColor(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.FileNodeInfo
-
- getColor(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- getColor(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getColor(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getColor(TreePath2<TreeNode>) - Method in interface ch.randelshofer.tree.NodeInfo
-
Returns the color of the node.
- getColorizer() - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- getColorizer() - Method in class ch.randelshofer.tree.demo.FileNodeInfo
-
- getColorizer() - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- getColorizer() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getColorizer() - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getColorizer() - Method in interface ch.randelshofer.tree.NodeInfo
-
- getColorWeighter() - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getColumnClass(int) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo.InfoTableModel
-
- getColumnCount() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo.InfoTableModel
-
- getColumnName(int) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo.InfoTableModel
-
- getCumulatedWeight(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- getCumulatedWeight(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- getCumulatedWeight() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNode
-
- getCumulatedWeight(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getCumulatedWeight() - Method in class ch.randelshofer.tree.demo.XMLNode
-
- getCumulatedWeight(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getCumulatedWeight(TreePath2<TreeNode>) - Method in interface ch.randelshofer.tree.NodeInfo
-
Returns the cumulated weight of a node (the sum of the weights of this
node and of all its children).
- getCumulatedWeight() - Method in class ch.randelshofer.tree.rectmap.RectmapNode
-
- getCX() - Method in class ch.randelshofer.tree.circlemap.Circle
-
Returns the x-coordinate of the center of the circle.
- getCX() - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- getCX() - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- getCX() - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- getCY() - Method in class ch.randelshofer.tree.circlemap.Circle
-
Returns the y-coordinate of the center of the circle.
- getCY() - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- getCY() - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- getCY() - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- getDataNode() - Method in class ch.randelshofer.tree.circlemap.CirclemapNode
-
- getDataNodePath() - Method in class ch.randelshofer.tree.circlemap.CirclemapNode
-
- getDataNodePath() - Method in class ch.randelshofer.tree.hypertree.HTModelNode
-
- getDataNodePath() - Method in class ch.randelshofer.tree.rectmap.RectmapNode
-
- getDataNodePath() - Method in class ch.randelshofer.tree.sunburst.SunburstNode
-
- getDataNodePath() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- getDepth() - Method in class ch.randelshofer.tree.sunburst.SunburstNode
-
- getDepth() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- getDescendantCount() - Method in class ch.randelshofer.tree.circlemap.CirclemapCompositeNode
-
- getDescendantCount() - Method in class ch.randelshofer.tree.circlemap.CirclemapNode
-
- getDescendantCount() - Method in class ch.randelshofer.tree.demo.FileNode
-
- getDescendantCount() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNode
-
- getDescendantCount() - Method in class ch.randelshofer.tree.rectmap.RectmapCompositeNode
-
- getDescendantCount() - Method in class ch.randelshofer.tree.rectmap.RectmapNode
-
- getDescendingInstance() - Static method in class ch.randelshofer.tree.circlemap.CircleRadiusComparator
-
- getDescendingInstance() - Static method in class ch.randelshofer.tree.rectmap.RectmapCumulatedSizeComparator
-
- getDouble(String, double) - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- getDrawRoot() - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- getDrawRoot() - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- getError() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Specifies the error message that is displayed along with the
progress message.
- getError() - Method in class ch.randelshofer.gui.ProgressTracker
-
- getError() - Method in class ch.randelshofer.gui.ProgressView
-
- getError() - Method in class ch.randelshofer.util.Worker
-
Get the error produced by the worker thread, or null if it
hasn't thrown one.
- getExtent() - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Returns the model's extent, the length of the inner range that
begins at the model's value.
- getExtent() - Method in class ch.randelshofer.tree.sunburst.SunburstNode
-
- getExtent() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- getFile() - Method in class ch.randelshofer.tree.demo.FileNode
-
- getFileSize() - Method in class ch.randelshofer.tree.demo.FileNode
-
- getFloat(String, float) - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- getHeaders() - Method in class ch.randelshofer.tree.demo.ManyEyesTree
-
- getHeight() - Method in interface ch.randelshofer.tree.hypertree.HTView
-
- getHeight() - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- getHeight() - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- getHeight() - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- getHistogram() - Method in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- getHistogram() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- getHistogram() - Method in class ch.randelshofer.tree.demo.XMLColorStringInfoWeighter
-
- getHistogram() - Method in class ch.randelshofer.tree.demo.XMLDateInfoWeighter
-
- getHistogram() - Method in class ch.randelshofer.tree.demo.XMLNumericInfoWeighter
-
- getHistogram() - Method in interface ch.randelshofer.tree.Weighter
-
- getHistogramLabel(int) - Method in class ch.randelshofer.tree.demo.LastModifiedByYearWeighter
-
- getHistogramLabel(int) - Method in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- getHistogramLabel(int) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLByYearInfoWeighter
-
- getHistogramLabel(int) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- getHistogramLabel(int) - Method in class ch.randelshofer.tree.demo.XMLColorStringInfoWeighter
-
- getHistogramLabel(int) - Method in class ch.randelshofer.tree.demo.XMLDateInfoWeighter
-
- getHistogramLabel(int) - Method in class ch.randelshofer.tree.demo.XMLNumericInfoWeighter
-
- getHistogramLabel(int) - Method in interface ch.randelshofer.tree.Weighter
-
- getHistogramLabel_old(int) - Method in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- getImage(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- getImage(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- getImage(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getImage(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getImage(TreePath2<TreeNode>) - Method in interface ch.randelshofer.tree.NodeInfo
-
Returns the image of the node.
- getInfo() - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- getInfo() - Method in class ch.randelshofer.tree.circlemap.CirclemapModel
-
- getInfo() - Method in class ch.randelshofer.tree.circlemap.CirclemapTree
-
- getInfo() - Method in interface ch.randelshofer.tree.demo.DemoTree
-
- getInfo() - Method in class ch.randelshofer.tree.demo.ManyEyesTree
-
- getInfo() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLTree
-
- getInfo() - Method in class ch.randelshofer.tree.demo.XMLTree
-
- getInfo() - Method in class ch.randelshofer.tree.hypertree.HTModel
-
- getInfo() - Method in class ch.randelshofer.tree.hypertree.HyperTree
-
- getInfo() - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- getInfo() - Method in class ch.randelshofer.tree.rectmap.RectmapModel
-
- getInfo() - Method in class ch.randelshofer.tree.rectmap.RectmapTree
-
- getInfo() - Method in class ch.randelshofer.tree.rectmap.RectmapView
-
- getInfo() - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- getInfo() - Method in class ch.randelshofer.tree.sunburst.IcicleModel
-
- getInfo() - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- getInfo() - Method in class ch.randelshofer.tree.sunburst.SunburstModel
-
- getInfo() - Method in class ch.randelshofer.tree.sunburst.SunburstTree
-
- getInfo() - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- getInfo() - Method in class ch.randelshofer.tree.sunray.IcerayModel
-
- getInfo() - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- getInfo() - Method in class ch.randelshofer.tree.sunray.SunrayModel
-
- getInfo() - Method in class ch.randelshofer.tree.sunray.SunrayTree
-
- getInfoText(MouseEvent) - Method in class ch.randelshofer.tree.circlemap.CirclemapView
-
Returns the tooltip to be displayed.
- getInfoText(MouseEvent) - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
Returns the tooltip to be displayed.
- getInfoText(MouseEvent) - Method in class ch.randelshofer.tree.rectmap.RectmapView
-
Returns the tooltip to be displayed.
- getInfoText(MouseEvent) - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
Returns the tooltip to be displayed.
- getInfoText(MouseEvent) - Method in class ch.randelshofer.tree.sunburst.SunburstView
-
Returns the tooltip to be displayed.
- getInfoText(MouseEvent) - Method in class ch.randelshofer.tree.sunray.IcerayView
-
Returns the tooltip to be displayed.
- getInfoText(MouseEvent) - Method in class ch.randelshofer.tree.sunray.SunrayView
-
Returns the tooltip to be displayed.
- getInfoText(MouseEvent) - Method in interface ch.randelshofer.tree.TreeView
-
- getInnerRadius() - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- getInnerRadius() - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- getInsets() - Method in interface ch.randelshofer.tree.hypertree.HTView
-
- getInstance() - Static method in class ch.randelshofer.gui.ProgressFrame
-
- getInstance() - Static method in class ch.randelshofer.text.FileSizeFormat
-
- getInstance() - Static method in class ch.randelshofer.tree.demo.FileNameComparator
-
- getInstance() - Static method in class ch.randelshofer.util.SizeFormat
-
- getInt(String, int) - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- getIntersectionRadius(Circle) - Method in class ch.randelshofer.tree.circlemap.Circle
-
Returns true, if this circle intersects that circle.
- getLastModified() - Method in class ch.randelshofer.tree.demo.FileNode
-
- getLastPathComponent() - Method in class ch.randelshofer.tree.TreePath2
-
Returns the last component of this path.
- getLeft() - Method in class ch.randelshofer.tree.sunburst.SunburstNode
-
- getLeft() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- getLong(String, long) - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- getMaxDepth() - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- getMaxDepth() - Method in class ch.randelshofer.tree.circlemap.CirclemapView
-
- getMaxDepth() - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
- getMaxDepth() - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- getMaxDepth() - Method in class ch.randelshofer.tree.rectmap.RectmapView
-
- getMaxDepth() - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- getMaxDepth() - Method in class ch.randelshofer.tree.sunburst.SunburstNode
-
- getMaxDepth() - Method in class ch.randelshofer.tree.sunburst.SunburstView
-
- getMaxDepth() - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- getMaxDepth() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- getMaxDepth() - Method in class ch.randelshofer.tree.sunray.SunrayView
-
- getMaxDepth() - Method in interface ch.randelshofer.tree.TreeView
-
- getMaximum() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Returns the maximum value -- the higher end of the progress value.
- getMaximum() - Method in class ch.randelshofer.gui.ProgressTracker
-
Returns the maximum value -- the higher end of the progress value.
- getMaximum() - Method in class ch.randelshofer.gui.ProgressView
-
Returns the maximum value -- the higher end of the progress value.
- getMaximum() - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Returns the model's maximum.
- getMaximumWeightLabel() - Method in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- getMaximumWeightLabel() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- getMaximumWeightLabel() - Method in class ch.randelshofer.tree.demo.XMLColorStringInfoWeighter
-
- getMaximumWeightLabel() - Method in class ch.randelshofer.tree.demo.XMLDateInfoWeighter
-
- getMaximumWeightLabel() - Method in class ch.randelshofer.tree.demo.XMLNumericInfoWeighter
-
- getMaximumWeightLabel() - Method in interface ch.randelshofer.tree.Weighter
-
- getMaxRayDepth() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- getMaxScatter() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- getMedianWeight() - Method in class ch.randelshofer.tree.demo.LastModifiedByYearWeighter
-
- getMedianWeight() - Method in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- getMedianWeight() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLByYearInfoWeighter
-
- getMedianWeight() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- getMedianWeight() - Method in class ch.randelshofer.tree.demo.XMLColorStringInfoWeighter
-
- getMedianWeight() - Method in class ch.randelshofer.tree.demo.XMLDateInfoWeighter
-
- getMedianWeight() - Method in class ch.randelshofer.tree.demo.XMLNumericInfoWeighter
-
- getMedianWeight() - Method in interface ch.randelshofer.tree.Weighter
-
- getMinimum() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Returns the minimum value -- the lower end of the progress value.
- getMinimum() - Method in class ch.randelshofer.gui.ProgressTracker
-
Returns the minimum value -- the lower end of the progress value.
- getMinimum() - Method in class ch.randelshofer.gui.ProgressView
-
Returns the minimum value -- the lower end of the progress value.
- getMinimum() - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Returns the minimum acceptable value.
- getMinimumSize() - Method in class ch.randelshofer.tree.demo.JHistogram
-
- getMinimumWeightLabel() - Method in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- getMinimumWeightLabel() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- getMinimumWeightLabel() - Method in class ch.randelshofer.tree.demo.XMLColorStringInfoWeighter
-
- getMinimumWeightLabel() - Method in class ch.randelshofer.tree.demo.XMLDateInfoWeighter
-
- getMinimumWeightLabel() - Method in class ch.randelshofer.tree.demo.XMLNumericInfoWeighter
-
- getMinimumWeightLabel() - Method in interface ch.randelshofer.tree.Weighter
-
- getModel() - Method in interface ch.randelshofer.gui.ProgressObserver
-
- getModel() - Method in class ch.randelshofer.gui.ProgressTracker
-
- getModel() - Method in class ch.randelshofer.gui.ProgressView
-
- getModel() - Method in class ch.randelshofer.tree.hypertree.HTDraw
-
- getModel() - Method in class ch.randelshofer.tree.rectmap.RectmapView
-
- getModel() - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- getModel() - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- getName(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- getName() - Method in class ch.randelshofer.tree.demo.FileNode
-
Returns the name of the file.
- getName(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.FileNodeInfo
-
- getName() - Method in class ch.randelshofer.tree.demo.ManyEyesNode
-
- getName(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- getName() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNode
-
- getName(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getName() - Method in class ch.randelshofer.tree.demo.XMLNode
-
- getName(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getName(TreePath2<TreeNode>) - Method in interface ch.randelshofer.tree.NodeInfo
-
Returns the name of the node.
- getNode() - Method in class ch.randelshofer.tree.sunburst.SunburstNode
-
- getNodeAt(int, int) - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
Returns the node at the specified view coordinates.
- getNodeAt(double, double) - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
Returns the node at the specified draw coordinates.
- getNodeAt(int, int) - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
Returns the node at the specified view coordinates.
- getNodeAt(double, double) - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
Returns the node at the specified draw coordinates.
- getNodeAt(int, int) - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- getNodeAt(int, int) - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- getNodeAt(int, int) - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- getNodeAt(int, int) - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- getNodes() - Method in class ch.randelshofer.tree.demo.ManyEyesTree
-
- getNodeUnderTheMouse(MouseEvent) - Method in interface ch.randelshofer.tree.hypertree.HTView
-
- getNodeUnderTheMouse(MouseEvent) - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
Returns the node containing the mouse event.
- getNote() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Specifies the additional note that is displayed along with the
progress message.
- getNote() - Method in class ch.randelshofer.gui.ProgressTracker
-
Specifies the additional note that is displayed along with the
progress message.
- getNote() - Method in class ch.randelshofer.gui.ProgressView
-
Specifies the additional note that is displayed along with the
progress message.
- getOuterRadius() - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- getOuterRadius() - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- getParameter(String, String) - Method in class ch.randelshofer.tree.demo.TreevizApplet
-
- getParameter(String) - Method in class ch.randelshofer.tree.demo.TreevizApplet
-
- getParameterInfo() - Method in class ch.randelshofer.tree.demo.TreevizApplet
-
Returns information about the parameters supported
by this applet.
- getParent() - Method in class ch.randelshofer.tree.circlemap.CirclemapNode
-
- getParent() - Method in class ch.randelshofer.tree.demo.ManyEyesNode
-
- getParent() - Method in class ch.randelshofer.tree.rectmap.RectmapNode
-
- getParentPath() - Method in class ch.randelshofer.tree.TreePath2
-
Returns a path containing all the elements of this object, except
the last path component.
- getPath() - Method in class ch.randelshofer.tree.TreePath2
-
Returns an ordered array of Objects containing the components of this
TreePath2.
- getPathComponent(int) - Method in class ch.randelshofer.tree.TreePath2
-
Returns the path component at the specified index.
- getPathCount() - Method in class ch.randelshofer.tree.TreePath2
-
Returns the number of elements in the path.
- getPathIndices() - Method in class ch.randelshofer.tree.demo.ManyEyesTree
-
- getPreferredSize() - Method in class ch.randelshofer.gui.ProgressFrame
-
- getPreferredSize() - Method in class ch.randelshofer.tree.demo.JHistogram
-
- getProgress() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Returns the progress of the operation being monitored.
- getProgress() - Method in class ch.randelshofer.gui.ProgressTracker
-
Returns the progress of the operation being monitored.
- getProgress() - Method in class ch.randelshofer.gui.ProgressView
-
Returns the progress of the operation being monitored.
- getRadius() - Method in class ch.randelshofer.tree.circlemap.Circle
-
Returns the radius of the circle.
- getRadius() - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- getRight() - Method in class ch.randelshofer.tree.sunburst.SunburstNode
-
- getRight() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- getRoot() - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- getRoot() - Method in class ch.randelshofer.tree.circlemap.CirclemapTree
-
- getRoot() - Method in interface ch.randelshofer.tree.demo.DemoTree
-
- getRoot() - Method in class ch.randelshofer.tree.demo.ManyEyesTree
-
- getRoot() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLTree
-
- getRoot() - Method in class ch.randelshofer.tree.demo.XMLTree
-
- getRoot() - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- getRoot() - Method in class ch.randelshofer.tree.rectmap.RectmapTree
-
- getRoot() - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- getRoot() - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- getRoot() - Method in class ch.randelshofer.tree.sunburst.SunburstTree
-
- getRoot() - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- getRoot() - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- getRoot() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- getRoot() - Method in class ch.randelshofer.tree.sunray.SunrayTree
-
- getRotation() - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- getRotation() - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- getRowCount() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo.InfoTableModel
-
- getRowObject(int) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo.InfoTableModel
-
- getScatter() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- getTheta(double, double) - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
Converts screen coordinates to polar coordinates in degrees.
- getTheta(double, double) - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
Converts screen coordinates to polar coordinates in degrees.
- getTheta(double, double) - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
Converts screen coordinates to polar coordinates in degrees.
- getTheta(double, double) - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
Converts screen coordinates to polar coordinates in degrees.
- getTooltip(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- getTooltip(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.FileNodeInfo
-
- getTooltip(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- getTooltip(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getTooltip(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getTooltip(TreePath2<TreeNode>) - Method in interface ch.randelshofer.tree.NodeInfo
-
Returns the tooltip of the node.
- getToolTipLocation(MouseEvent) - Method in class ch.randelshofer.tree.demo.JHistogram
-
- getToolTipText(MouseEvent) - Method in class ch.randelshofer.tree.circlemap.CirclemapView
-
Returns the tooltip to be displayed.
- getToolTipText() - Method in class ch.randelshofer.tree.demo.FileNode
-
- getToolTipText(MouseEvent) - Method in class ch.randelshofer.tree.demo.JHistogram
-
- getToolTipText(MouseEvent) - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
Returns the tooltip to be displayed.
- getToolTipText(MouseEvent) - Method in class ch.randelshofer.tree.rectmap.RectmapView
-
Returns the tooltip to be displayed.
- getToolTipText(int, int) - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- getToolTipText(MouseEvent) - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
Returns the tooltip to be displayed.
- getToolTipText(int, int) - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- getToolTipText(MouseEvent) - Method in class ch.randelshofer.tree.sunburst.SunburstView
-
Returns the tooltip to be displayed.
- getToolTipText(int, int) - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- getToolTipText(MouseEvent) - Method in class ch.randelshofer.tree.sunray.IcerayView
-
Returns the tooltip to be displayed.
- getToolTipText(int, int) - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- getToolTipText(MouseEvent) - Method in class ch.randelshofer.tree.sunray.SunrayView
-
Returns the tooltip to be displayed.
- getTotalDepth() - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- getTotalDepth() - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- getTotalDepth() - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- getTotalDepth() - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- getTreeBounds() - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- getTreeBounds() - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- getType(String) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getType(String) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getUnweightedSize() - Method in class ch.randelshofer.tree.demo.FileNode
-
- getUsersRoot() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLTree
-
- getUserTable() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getValue() - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Returns the current read position.
- getValue() - Method in class ch.randelshofer.util.Worker
-
Get the value produced by the worker thread, or null if it
hasn't been constructed yet.
- getValueAt(int, int) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo.InfoTableModel
-
- getValueIsAdjusting() - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Returns true if the current changes to the value property are part
of a series of changes.
- getValues() - Method in class ch.randelshofer.tree.demo.ManyEyesNode
-
- getValues(String) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getValues(String) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getView() - Method in class ch.randelshofer.tree.circlemap.CirclemapModel
-
- getView() - Method in class ch.randelshofer.tree.hypertree.HyperTree
-
Returns a view of the hypertree.
- getView() - Method in class ch.randelshofer.tree.rectmap.RectmapModel
-
- getView() - Method in class ch.randelshofer.tree.sunburst.IcicleModel
-
- getView() - Method in class ch.randelshofer.tree.sunburst.SunburstModel
-
- getView() - Method in class ch.randelshofer.tree.sunray.IcerayModel
-
- getView() - Method in class ch.randelshofer.tree.sunray.SunrayModel
-
- getWarning() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Specifies the warning message that is displayed along with the
progress message.
- getWarning() - Method in class ch.randelshofer.gui.ProgressTracker
-
- getWarning() - Method in class ch.randelshofer.gui.ProgressView
-
- getWeight(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- getWeight() - Method in class ch.randelshofer.tree.demo.FileNode
-
- getWeight(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.FileNodeInfo
-
- getWeight(TreePath2) - Method in class ch.randelshofer.tree.demo.LastModifiedByYearWeighter
-
- getWeight(TreePath2) - Method in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- getWeight() - Method in class ch.randelshofer.tree.demo.ManyEyesNode
-
- getWeight(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- getWeight(TreePath2) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLByYearInfoWeighter
-
- getWeight(TreePath2) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- getWeight(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getWeight(TreePath2) - Method in class ch.randelshofer.tree.demo.XMLColorStringInfoWeighter
-
- getWeight(TreePath2) - Method in class ch.randelshofer.tree.demo.XMLDateInfoWeighter
-
- getWeight(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getWeight(TreePath2) - Method in class ch.randelshofer.tree.demo.XMLNumericInfoWeighter
-
- getWeight(TreePath2<TreeNode>) - Method in interface ch.randelshofer.tree.NodeInfo
-
Returns the weight of a node.
- getWeight(TreePath2) - Method in interface ch.randelshofer.tree.Weighter
-
- getWeighter() - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- getWeighter() - Method in class ch.randelshofer.tree.demo.FileNodeInfo
-
- getWeighter() - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- getWeighter() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getWeighter() - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getWeighter() - Method in interface ch.randelshofer.tree.NodeInfo
-
- getWeightFormatted(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- getWeightFormatted(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.FileNodeInfo
-
- getWeightFormatted(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- getWeightFormatted(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- getWeightFormatted(TreePath2<TreeNode>) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- getWeightFormatted(TreePath2<TreeNode>) - Method in interface ch.randelshofer.tree.NodeInfo
-
Returns the string formatted weight of a node.
- getWeightRadius(NodeInfo) - Method in class ch.randelshofer.tree.circlemap.CirclemapNode
-
- getWidth() - Method in interface ch.randelshofer.tree.hypertree.HTView
-
- getWidth() - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- getWidth() - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- getWidth() - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- getX() - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- getX() - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- getX() - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- getY() - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- getY() - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- getY() - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- IcerayDraw - Class in ch.randelshofer.tree.sunray
-
IcerayDraw draws a linear version of a
SunrayTree.
- IcerayDraw(SunrayTree) - Constructor for class ch.randelshofer.tree.sunray.IcerayDraw
-
Creates a new instance.
- IcerayDraw(SunrayNode, NodeInfo) - Constructor for class ch.randelshofer.tree.sunray.IcerayDraw
-
- IcerayModel - Class in ch.randelshofer.tree.sunray
-
IcerayModel manages a SunrayTree and its IcerayView.
- IcerayModel(TreeNode, NodeInfo) - Constructor for class ch.randelshofer.tree.sunray.IcerayModel
-
Creates a new instance.
- IcerayView - Class in ch.randelshofer.tree.sunray
-
IcerayView provides an interactive user interface for an IcerayTree.
- IcerayView() - Constructor for class ch.randelshofer.tree.sunray.IcerayView
-
Creates new instance.
- IcerayView(SunrayTree) - Constructor for class ch.randelshofer.tree.sunray.IcerayView
-
- IcicleDraw - Class in ch.randelshofer.tree.sunburst
-
- IcicleDraw(SunburstTree) - Constructor for class ch.randelshofer.tree.sunburst.IcicleDraw
-
Creates a new instance.
- IcicleDraw(SunburstNode, NodeInfo) - Constructor for class ch.randelshofer.tree.sunburst.IcicleDraw
-
- IcicleModel - Class in ch.randelshofer.tree.sunburst
-
IcicleModel manages a SunburstTree and its IcicleView.
- IcicleModel(TreeNode, NodeInfo) - Constructor for class ch.randelshofer.tree.sunburst.IcicleModel
-
Creates a new instance.
- IcicleView - Class in ch.randelshofer.tree.sunburst
-
IcicleView provides an interactive user interface for an IcicleTree.
- IcicleView() - Constructor for class ch.randelshofer.tree.sunburst.IcicleView
-
Creates new instance.
- IcicleView(SunburstTree) - Constructor for class ch.randelshofer.tree.sunburst.IcicleView
-
- img() - Method in class ch.randelshofer.util.Complex
-
Returns the imaginary part of the complex number.
- info - Variable in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- info - Variable in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- info - Variable in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- info - Variable in class ch.randelshofer.tree.sunray.IcerayDraw
-
- init(TreeNode) - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.FileNodeInfo
-
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.LastModifiedByYearWeighter
-
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- init() - Method in class ch.randelshofer.tree.demo.TreevizApplet
-
Initializes the applet TreevizApplet
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLByYearInfoWeighter
-
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- init(TreevizFileSystemXMLNode) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.XMLColorStringInfoWeighter
-
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.XMLDateInfoWeighter
-
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- init(XMLNode) - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- init(TreeNode) - Method in class ch.randelshofer.tree.demo.XMLNumericInfoWeighter
-
- init(TreeNode) - Method in interface ch.randelshofer.tree.NodeInfo
-
Initializes the node info.
- init(TreeNode) - Method in interface ch.randelshofer.tree.Weighter
-
- innerSoddyRadius(double, double, double) - Static method in class ch.randelshofer.tree.circlemap.Circles
-
Computes the radius of the inner soddy circle for three tightly packed
circles.
- intersects(Circle) - Method in class ch.randelshofer.tree.circlemap.Circle
-
Returns true, if this circle intersects that circle.
- intersects(Circle, double) - Method in class ch.randelshofer.tree.circlemap.Circle
-
- intFormat - Static variable in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- intFormat - Static variable in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- invoke(Object, String) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified accessible parameterless method if it exists.
- invoke(Object, String, String) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified accessible method with a string parameter if it exists.
- invoke(Object, String, Class[], Object[]) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified method if it exists.
- invoke(Object, String, boolean) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified setter method if it exists.
- invoke(Object, String, int) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified method if it exists.
- invoke(Object, String, float) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified setter method if it exists.
- invoke(Object, String, Class, Object) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified setter method if it exists.
- invokeGetter(Object, String, int) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified getter method if it exists.
- invokeGetter(Object, String, long) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified getter method if it exists.
- invokeGetter(Object, String, boolean) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified getter method if it exists.
- invokeGetter(Object, String, Object) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified getter method if it exists.
- invokeIfExists(Object, String) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified setter method if it exists.
- invokeIfExists(Object, String, int) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified setter method if it exists.
- invokeIfExists(Object, String, float) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified setter method if it exists.
- invokeIfExists(Object, String, boolean) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified method if it exists.
- invokeIfExists(Object, String, Class, Object) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified setter method if it exists.
- invokeIfExistsWithEnum(Object, String, String, String) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified setter method if it exists.
- invokeStatic(Class, String) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified accessible parameterless method if it exists.
- invokeStatic(String, String) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified static parameterless method if it exists.
- invokeStatic(Class, String, Class[], Object[]) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified static method if it exists.
- invokeStatic(String, String, Class[], Object[]) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified static method if it exists.
- invokeStatic(String, String, Class, Object) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified static method if it exists.
- invokeStatic(String, String, Class[], Object[], Object) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified static method if it exists.
- invokeStatic(Class, String, Class, Object) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified static method if it exists.
- invokeStaticGetter(Class, String, boolean) - Static method in class ch.randelshofer.util.Methods
-
Invokes the specified getter method if it exists.
- isAborted() - Method in class ch.randelshofer.io.SuspendableInputStream
-
- isAdjusting() - Method in class ch.randelshofer.tree.hypertree.HTDraw
-
- isAnimating() - Method in class ch.randelshofer.tree.hypertree.HTDraw
-
- isAnimationEnabled - Variable in class ch.randelshofer.tree.hypertree.HTDraw
-
Animation only makes sense for small trees.
- isCanceled() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Returns true if the user has hit the Cancel button in the progress dialog.
- isCanceled() - Method in class ch.randelshofer.gui.ProgressTracker
-
Returns true if the user has hit the Cancel button in the progress dialog.
- isCanceled() - Method in class ch.randelshofer.gui.ProgressView
-
Returns true if the user has hit the Cancel button in the progress dialog.
- isClosed() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Returns true if the progress observer is closed.
- isClosed() - Method in class ch.randelshofer.gui.ProgressTracker
-
Returns true if the ProgressTracker is closed.
- isClosed() - Method in class ch.randelshofer.gui.ProgressView
-
Returns true if the progress view is closed.
- isCoalesce() - Method in class ch.randelshofer.util.EventLoop
-
Returns true if the EventLoop
coalesces multiple pending events.
- isCompleted() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Returns true if the operation is completed.
- isCompleted() - Method in class ch.randelshofer.gui.ProgressTracker
-
- isCompleted() - Method in class ch.randelshofer.gui.ProgressView
-
Returns true if the operation is completed.
- isDescendant(SunburstNode) - Method in class ch.randelshofer.tree.sunburst.SunburstNode
-
- isDescendant(SunrayNode) - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- isDescendant(TreePath2) - Method in class ch.randelshofer.tree.TreePath2
-
Returns true if aTreePath is a
descendant of this
TreePath2.
- isIndeterminate() - Method in interface ch.randelshofer.gui.ProgressObserver
-
Returns true if the progress observer is set to indeterminate.
- isIndeterminate() - Method in class ch.randelshofer.gui.ProgressTracker
-
- isIndeterminate() - Method in class ch.randelshofer.gui.ProgressView
-
- isLeaf() - Method in class ch.randelshofer.tree.circlemap.CirclemapCompositeNode
-
- isLeaf() - Method in class ch.randelshofer.tree.circlemap.CirclemapNode
-
- isLeaf() - Method in class ch.randelshofer.tree.rectmap.RectmapCompositeNode
-
- isLeaf() - Method in class ch.randelshofer.tree.rectmap.RectmapNode
-
- isLeaf() - Method in class ch.randelshofer.tree.sunburst.SunburstNode
-
- isLeaf() - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- isMebibyte() - Method in class ch.randelshofer.text.FileSizeFormat
-
- isMebibyte() - Method in class ch.randelshofer.util.SizeFormat
-
- isNaN() - Method in class ch.randelshofer.util.Complex
-
Returns true if this complex numer is not a number (NaN).
- isNodeSelected(TreevizFileSystemXMLNode) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- isoDateFormatter - Variable in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- isoDateFormatter2 - Variable in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- isSuspended() - Method in class ch.randelshofer.io.SuspendableInputStream
-
- isToolTipEnabled() - Method in class ch.randelshofer.tree.circlemap.CirclemapView
-
- isToolTipEnabled() - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
- isToolTipEnabled() - Method in class ch.randelshofer.tree.rectmap.RectmapView
-
- isToolTipEnabled() - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- isToolTipEnabled() - Method in class ch.randelshofer.tree.sunburst.SunburstView
-
- isToolTipEnabled() - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- isToolTipEnabled() - Method in class ch.randelshofer.tree.sunray.SunrayView
-
- isToolTipEnabled() - Method in interface ch.randelshofer.tree.TreeView
-
- isUserNode() - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- SequentialDispatcher - Class in ch.randelshofer.util
-
Processes Runnable objects sequentially on a processor thread.
- SequentialDispatcher() - Constructor for class ch.randelshofer.util.SequentialDispatcher
-
Creates new SequentialDispatcher which processes Runnable objects
at java.lang.Thread.NORM_PRIORITY.
- SequentialDispatcher(int) - Constructor for class ch.randelshofer.util.SequentialDispatcher
-
Creates a new SequentialDispatcher which processes Runnable Objects
at the desired thread priority.
- setAdjusting(boolean) - Method in class ch.randelshofer.tree.hypertree.HTDraw
-
- setAlwaysIncludeBytes(boolean) - Method in class ch.randelshofer.text.FileSizeFormat
-
- setAlwaysIncludeBytes(boolean) - Method in class ch.randelshofer.util.SizeFormat
-
- setCancelable(boolean) - Method in interface ch.randelshofer.gui.ProgressObserver
-
Set cancelable to false if the operation can not be canceled.
- setCancelable(boolean) - Method in class ch.randelshofer.gui.ProgressTracker
-
Set cancelable to false if the operation can not be canceled.
- setCancelable(boolean) - Method in class ch.randelshofer.gui.ProgressView
-
Set cancelable to false if the operation can not be canceled.
- setCoalesce(boolean) - Method in class ch.randelshofer.util.EventLoop
-
Sets whether the EventLoop coalesces multiple pending events.
- setColorizer(Colorizer) - Method in class ch.randelshofer.tree.demo.JHistogram
-
- setCumulatedWeight(long) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNode
-
- setCumulatedWeight(long) - Method in class ch.randelshofer.tree.demo.XMLNode
-
- setCX(double) - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- setCX(double) - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- setCX(double) - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- setCY(double) - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- setCY(double) - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- setCY(double) - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- setDoCancel(Runnable) - Method in interface ch.randelshofer.gui.ProgressObserver
-
The specified Runnable is executed when the user presses
the cancel button.
- setDoCancel(Runnable) - Method in class ch.randelshofer.gui.ProgressTracker
-
The specified Runnable is executed when the user presses
the cancel button.
- setDoCancel(Runnable) - Method in class ch.randelshofer.gui.ProgressView
-
The specified Runnable is executed when the user presses
the cancel button.
- setDraw(RectmapDraw) - Method in class ch.randelshofer.tree.rectmap.RectmapView
-
- setDraw(IcicleDraw) - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- setDraw(IcerayDraw) - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- setDrawRoot(CirclemapNode) - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- setDrawRoot(RectmapNode) - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- setEnabled(boolean) - Method in class ch.randelshofer.tree.demo.Main
-
- setEnabled(boolean) - Method in class ch.randelshofer.tree.demo.TreevizApplet
-
- setError(String) - Method in interface ch.randelshofer.gui.ProgressObserver
-
Specifies the additional error message that is displayed along with the
progress message.
- setError(String) - Method in class ch.randelshofer.gui.ProgressTracker
-
- setError(String) - Method in class ch.randelshofer.gui.ProgressView
-
- setExtent(int) - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Ignored: The extent is always zero.
- setFileChooser(JFileChooser) - Method in class ch.randelshofer.tree.demo.XMLFileAccessory
-
- setHeight(double) - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- setHeight(double) - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- setHeight(double) - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- setImage(Image) - Method in interface ch.randelshofer.tree.hypertree.HTView
-
- setImage(Image) - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
- setIndeterminate(boolean) - Method in interface ch.randelshofer.gui.ProgressObserver
-
Sets the progress observer to indeterminate.
- setIndeterminate(boolean) - Method in class ch.randelshofer.gui.ProgressTracker
-
- setIndeterminate(boolean) - Method in class ch.randelshofer.gui.ProgressView
-
- setInnerRadius(double) - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- setInnerRadius(double) - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- setMaxDepth(int) - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- setMaxDepth(int) - Method in class ch.randelshofer.tree.circlemap.CirclemapView
-
- setMaxDepth(int) - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
- setMaxDepth(int) - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- setMaxDepth(int) - Method in class ch.randelshofer.tree.rectmap.RectmapView
-
- setMaxDepth(int) - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- setMaxDepth(int) - Method in class ch.randelshofer.tree.sunburst.SunburstView
-
- setMaxDepth(int) - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- setMaxDepth(int) - Method in class ch.randelshofer.tree.sunray.SunrayView
-
- setMaxDepth(int) - Method in interface ch.randelshofer.tree.TreeView
-
- setMaximum(int) - Method in interface ch.randelshofer.gui.ProgressObserver
-
Specifies the maximum value.
- setMaximum(int) - Method in class ch.randelshofer.gui.ProgressTracker
-
Specifies the maximum value.
- setMaximum(int) - Method in class ch.randelshofer.gui.ProgressView
-
Specifies the maximum value.
- setMaximum(int) - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Ignored: The maximum of an input stream can not be changed.
- setMaximumFractionDigits(int) - Method in class ch.randelshofer.text.FileSizeFormat
-
- setMaximumFractionDigits(int) - Method in class ch.randelshofer.util.SizeFormat
-
- setMebibyte(boolean) - Method in class ch.randelshofer.text.FileSizeFormat
-
- setMebibyte(boolean) - Method in class ch.randelshofer.util.SizeFormat
-
- setMinimum(int) - Method in interface ch.randelshofer.gui.ProgressObserver
-
Specifies the minimum value.
- setMinimum(int) - Method in class ch.randelshofer.gui.ProgressTracker
-
Specifies the minimum value.
- setMinimum(int) - Method in class ch.randelshofer.gui.ProgressView
-
Specifies the minimum value.
- setMinimum(int) - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Ignored: The minimum of an input stream is always zero.
- setModel(BoundedRangeModel) - Method in interface ch.randelshofer.gui.ProgressObserver
-
- setModel(BoundedRangeModel) - Method in class ch.randelshofer.gui.ProgressTracker
-
- setModel(BoundedRangeModel) - Method in class ch.randelshofer.gui.ProgressView
-
- setName(String) - Method in class ch.randelshofer.tree.demo.ManyEyesNode
-
- setName(String) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNode
-
- setName(String) - Method in class ch.randelshofer.tree.demo.XMLNode
-
- setNote(String) - Method in interface ch.randelshofer.gui.ProgressObserver
-
Specifies the additional note that is displayed along with the
progress message.
- setNote(String) - Method in class ch.randelshofer.gui.ProgressTracker
-
Specifies the additional note that is displayed along with the
progress message.
- setNote(String) - Method in class ch.randelshofer.gui.ProgressView
-
Specifies the additional note that is displayed along with the
progress message.
- setOuterRadius(double) - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- setOuterRadius(double) - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- setProgress(int) - Method in interface ch.randelshofer.gui.ProgressObserver
-
Indicate the progress of the operation being monitored.
- setProgress(int) - Method in class ch.randelshofer.gui.ProgressTracker
-
Indicate the progress of the operation being monitored.
- setProgress(int) - Method in class ch.randelshofer.gui.ProgressView
-
Indicate the progress of the operation being monitored.
- setRadius(double) - Method in class ch.randelshofer.tree.circlemap.CirclemapDraw
-
- setRangeProperties(int, int, int, int, boolean) - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Ignored: All values depend on the input stream.
- setRotation(double) - Method in class ch.randelshofer.tree.sunburst.SunburstDraw
-
- setRotation(double) - Method in class ch.randelshofer.tree.sunray.SunrayDraw
-
- setScatter(int) - Method in class ch.randelshofer.tree.sunray.SunrayNode
-
- setSelectedNode(SunburstNode) - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- setSelectedNode(SunburstNode) - Method in class ch.randelshofer.tree.sunburst.SunburstView
-
- setSelectedNode(SunrayNode) - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- setSelectedNode(SunrayNode) - Method in class ch.randelshofer.tree.sunray.SunrayView
-
- setSelectedUsers(HashMap<String, TreevizFileSystemXMLNode>) - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- setShortFormat(boolean) - Method in class ch.randelshofer.text.FileSizeFormat
-
- setShortFormat(boolean) - Method in class ch.randelshofer.util.SizeFormat
-
- setToolTipEnabled(boolean) - Method in class ch.randelshofer.tree.circlemap.CirclemapView
-
- setToolTipEnabled(boolean) - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
- setToolTipEnabled(boolean) - Method in class ch.randelshofer.tree.rectmap.RectmapView
-
- setToolTipEnabled(boolean) - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- setToolTipEnabled(boolean) - Method in class ch.randelshofer.tree.sunburst.SunburstView
-
- setToolTipEnabled(boolean) - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- setToolTipEnabled(boolean) - Method in class ch.randelshofer.tree.sunray.SunrayView
-
- setToolTipEnabled(boolean) - Method in interface ch.randelshofer.tree.TreeView
-
- setTreeBounds(double, double, double, double) - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- setTreeBounds(double, double, double, double) - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- setTreeLocation(double, double) - Method in class ch.randelshofer.tree.sunburst.IcicleView
-
- setTreeLocation(double, double) - Method in class ch.randelshofer.tree.sunray.IcerayView
-
- setValue(int) - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Ignored: The value is always zero.
- setValueIsAdjusting(boolean) - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
This attribute indicates that any upcoming changes to the value
of the model should be considered a single event.
- setWarning(String) - Method in interface ch.randelshofer.gui.ProgressObserver
-
Specifies the additional warning message that is displayed along with the
progress message.
- setWarning(String) - Method in class ch.randelshofer.gui.ProgressTracker
-
- setWarning(String) - Method in class ch.randelshofer.gui.ProgressView
-
- setWeight(long) - Method in class ch.randelshofer.tree.demo.ManyEyesNode
-
- setWeighter(Weighter) - Method in class ch.randelshofer.tree.demo.JHistogram
-
- setWidth(double) - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- setWidth(double) - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- setWidth(double) - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- setX(double) - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- setX(double) - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- setX(double) - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- setY(double) - Method in class ch.randelshofer.tree.rectmap.RectmapDraw
-
- setY(double) - Method in class ch.randelshofer.tree.sunburst.IcicleDraw
-
- setY(double) - Method in class ch.randelshofer.tree.sunray.IcerayDraw
-
- shortWeightFormat - Static variable in class ch.randelshofer.tree.demo.LastModifiedWeighter
-
- shortWeightFormat - Static variable in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- size - Variable in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- SizeFormat - Class in ch.randelshofer.util
-
Formats size units into a human readable string.
- SizeFormat() - Constructor for class ch.randelshofer.util.SizeFormat
-
- sizeHistogram - Variable in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- sizeKey - Variable in class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- skip(long) - Method in class ch.randelshofer.io.BoundedRangeInputStream
-
Overrides FilterInputStream.skip
to update the value after the skip.
- sqrt() - Method in class ch.randelshofer.util.Complex
-
Returns the principal branch of the square root of this complex number.
- start() - Method in class ch.randelshofer.util.EventLoop
-
Starts the event processor.
- start() - Method in class ch.randelshofer.util.Worker
-
Starts the Worker on an internal worker thread.
- startMouseListening() - Method in interface ch.randelshofer.tree.hypertree.HTView
-
- startMouseListening() - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
Starts the listening of mouse events.
- stop() - Method in class ch.randelshofer.util.EventLoop
-
Stops the event processor.
- stopMouseListening() - Method in interface ch.randelshofer.tree.hypertree.HTView
-
- stopMouseListening() - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
Stops the listening of mouse events.
- sub(Complex) - Method in class ch.randelshofer.util.Complex
-
Returns a complex number whose value is (this - that).
- sub(Complex, Complex) - Static method in class ch.randelshofer.util.Complex
-
Returns a complex number whose value is (a - b).
- SunburstCompositeNode - Class in ch.randelshofer.tree.sunburst
-
SunburstCompositeNode.
- SunburstCompositeNode(SunburstNode, TreeNode) - Constructor for class ch.randelshofer.tree.sunburst.SunburstCompositeNode
-
Creates a new instance.
- SunburstDraw - Class in ch.randelshofer.tree.sunburst
-
- SunburstDraw(SunburstTree) - Constructor for class ch.randelshofer.tree.sunburst.SunburstDraw
-
Creates a new instance.
- SunburstDraw(SunburstNode, NodeInfo) - Constructor for class ch.randelshofer.tree.sunburst.SunburstDraw
-
- SunburstModel - Class in ch.randelshofer.tree.sunburst
-
SunburstModel manages a SunburstTree and its SunburstView.
- SunburstModel(TreeNode, NodeInfo) - Constructor for class ch.randelshofer.tree.sunburst.SunburstModel
-
Creates a new instance.
- SunburstNode - Class in ch.randelshofer.tree.sunburst
-
- SunburstNode(SunburstNode, TreeNode) - Constructor for class ch.randelshofer.tree.sunburst.SunburstNode
-
Creates a new instance.
- SunburstTree - Class in ch.randelshofer.tree.sunburst
-
The SunburstTree class implements the model for the SunBurstTree.
- SunburstTree(TreeNode, NodeInfo) - Constructor for class ch.randelshofer.tree.sunburst.SunburstTree
-
Creates a new instance.
- SunburstView - Class in ch.randelshofer.tree.sunburst
-
SunburstView provides an interactive user interface for a
SunburstTree.
- SunburstView() - Constructor for class ch.randelshofer.tree.sunburst.SunburstView
-
Creates new instance.
- SunburstView(SunburstTree) - Constructor for class ch.randelshofer.tree.sunburst.SunburstView
-
- SunburstViewer - Interface in ch.randelshofer.tree.sunburst
-
This interface is implemented by all views which can display a SunburstTree.
- SunrayCompositeNode - Class in ch.randelshofer.tree.sunray
-
SunrayCompositeNode.
- SunrayCompositeNode(SunrayNode, TreeNode, int) - Constructor for class ch.randelshofer.tree.sunray.SunrayCompositeNode
-
Creates a new instance.
- SunrayDraw - Class in ch.randelshofer.tree.sunray
-
SunrayDraw draws a CirclemapTree.
- SunrayDraw(SunrayTree) - Constructor for class ch.randelshofer.tree.sunray.SunrayDraw
-
Creates a new instance.
- SunrayDraw(SunrayNode, NodeInfo) - Constructor for class ch.randelshofer.tree.sunray.SunrayDraw
-
- SunrayModel - Class in ch.randelshofer.tree.sunray
-
SunrayModel manages a SunburstTree and its SunrayView.
- SunrayModel(TreeNode, NodeInfo) - Constructor for class ch.randelshofer.tree.sunray.SunrayModel
-
Creates a new instance.
- SunrayNode - Class in ch.randelshofer.tree.sunray
-
- SunrayNode(SunrayNode, TreeNode, int) - Constructor for class ch.randelshofer.tree.sunray.SunrayNode
-
Creates a new instance.
- SunrayTree - Class in ch.randelshofer.tree.sunray
-
SunrayView provides an interactive user interface for a
SunrayTree.
- SunrayTree(TreeNode, NodeInfo) - Constructor for class ch.randelshofer.tree.sunray.SunrayTree
-
Creates a new instance.
- SunrayTree(TreeNode, NodeInfo, int) - Constructor for class ch.randelshofer.tree.sunray.SunrayTree
-
- SunrayView - Class in ch.randelshofer.tree.sunray
-
SunrayView.
- SunrayView() - Constructor for class ch.randelshofer.tree.sunray.SunrayView
-
Creates new instance.
- SunrayView(SunrayTree) - Constructor for class ch.randelshofer.tree.sunray.SunrayView
-
- SunrayViewer - Interface in ch.randelshofer.tree.sunray
-
This interface is implemented by all views which can display a SunrayTree.
- suspend() - Method in class ch.randelshofer.io.SuspendableInputStream
-
- SuspendableInputStream - Class in ch.randelshofer.io
-
This input stream can be used to suspend, resume and abort a worker thread
who is reading an input stream.
- SuspendableInputStream(InputStream) - Constructor for class ch.randelshofer.io.SuspendableInputStream
-
- SwingHTView - Class in ch.randelshofer.tree.hypertree
-
The SwingHTView class implements a view of the HyperTree for use in
a Swing based application.
- SwingHTView(HTModel) - Constructor for class ch.randelshofer.tree.hypertree.SwingHTView
-
Constructor.
- sync() - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- systemNodeForPackage(Class<?>) - Static method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- toggleColorWeighter() - Method in class ch.randelshofer.tree.DefaultNodeInfo
-
- toggleColorWeighter() - Method in class ch.randelshofer.tree.demo.FileNodeInfo
-
- toggleColorWeighter() - Method in class ch.randelshofer.tree.demo.ManyEyesNodeInfo
-
- toggleColorWeighter() - Method in class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
- toggleColorWeighter() - Method in class ch.randelshofer.tree.demo.XMLNodeInfo
-
- toggleColorWeighter() - Method in interface ch.randelshofer.tree.NodeInfo
-
- toString() - Method in class ch.randelshofer.tree.circlemap.Circle
-
- toString() - Method in class ch.randelshofer.tree.circlemap.CirclemapNode
-
- toString() - Method in class ch.randelshofer.tree.demo.FileNode
-
- toString() - Method in class ch.randelshofer.tree.hypertree.HTDrawNodeComposite
-
Returns a string representation of the object.
- toString() - Method in class ch.randelshofer.tree.hypertree.HTModelNode
-
Returns a string representation of the object.
- toString() - Method in class ch.randelshofer.tree.hypertree.HTModelNodeComposite
-
Returns a string representation of the object.
- toString() - Method in class ch.randelshofer.tree.hypertree.HTNodeLabel
-
Returns a string representation of the object.
- toString() - Method in class ch.randelshofer.tree.hypertree.HTTransformation
-
Returns a string representation of the object.
- toString() - Method in class ch.randelshofer.tree.rectmap.RectmapNode
-
- toString() - Method in class ch.randelshofer.tree.TreePath2
-
Returns a string that displays and identifies this
object's properties.
- toString() - Method in class ch.randelshofer.util.Complex
-
Returns a descriptive string representation of this complex number.
- toString() - Method in class ch.randelshofer.util.prefs.PreferencesUtil2
-
- totalDepth - Variable in class ch.randelshofer.tree.sunburst.IcicleDraw
-
Maximal depth of the sunburst tree.
- totalDepth - Variable in class ch.randelshofer.tree.sunray.IcerayDraw
-
Maximal depth of the sunburst tree.
- totalScatter - Variable in class ch.randelshofer.tree.sunray.SunrayNode
-
- translateToOrigin(TreeNode) - Method in interface ch.randelshofer.tree.hypertree.HTView
-
- translateToOrigin(TreeNode) - Method in class ch.randelshofer.tree.hypertree.SwingHTView
-
- TreeNode - Interface in ch.randelshofer.tree
-
The TreeNode interface is implemented by objects which encapsulate a tree
structure.
- TreePath2<T> - Class in ch.randelshofer.tree
-
Reimplementation of javax.swing.TreePath2 with supports for generics.
- TreePath2(T[]) - Constructor for class ch.randelshofer.tree.TreePath2
-
Constructs a path from an array of Objects, uniquely identifying
the path from the root of the tree to a specific node, as returned
by the tree's data model.
- TreePath2(T) - Constructor for class ch.randelshofer.tree.TreePath2
-
Constructs a TreePath2 containing only a single element.
- TreePath2(TreePath2<T>, T) - Constructor for class ch.randelshofer.tree.TreePath2
-
Constructs a new TreePath2, which is the path identified by
parent ending in lastElement.
- TreePath2(T[], int) - Constructor for class ch.randelshofer.tree.TreePath2
-
Constructs a new TreePath2 with the identified path components of
length length.
- TreePath2() - Constructor for class ch.randelshofer.tree.TreePath2
-
Primarily provided for subclasses
that represent paths in a different manner.
- TreeView - Interface in ch.randelshofer.tree
-
TreeView.
- TreevizApplet - Class in ch.randelshofer.tree.demo
-
- TreevizApplet() - Constructor for class ch.randelshofer.tree.demo.TreevizApplet
-
Creates new form TreevizApplet
- TreevizFileSystemXMLByYearInfoWeighter - Class in ch.randelshofer.tree.demo
-
LastModifiedByYearWeighter.
- TreevizFileSystemXMLByYearInfoWeighter(TreevizFileSystemXMLNodeInfo, String) - Constructor for class ch.randelshofer.tree.demo.TreevizFileSystemXMLByYearInfoWeighter
-
Creates a new instance.
- TreevizFileSystemXMLInfoWeighter - Class in ch.randelshofer.tree.demo
-
InfoWeighter.
- TreevizFileSystemXMLInfoWeighter(TreevizFileSystemXMLNodeInfo, String) - Constructor for class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
Creates a new instance.
- TreevizFileSystemXMLInfoWeighter(TreevizFileSystemXMLNodeInfo, String, String) - Constructor for class ch.randelshofer.tree.demo.TreevizFileSystemXMLInfoWeighter
-
- TreevizFileSystemXMLNode - Class in ch.randelshofer.tree.demo
-
TreevizFileSystemXMLNode.
- TreevizFileSystemXMLNode() - Constructor for class ch.randelshofer.tree.demo.TreevizFileSystemXMLNode
-
Creates a new instance.
- TreevizFileSystemXMLNodeInfo - Class in ch.randelshofer.tree.demo
-
XMLNodeInfo produces information about generic XML files.
- TreevizFileSystemXMLNodeInfo(TreevizFileSystemXMLTree) - Constructor for class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo
-
Creates a new instance.
- TreevizFileSystemXMLNodeInfo.InfoTableModel - Class in ch.randelshofer.tree.demo
-
- TreevizFileSystemXMLNodeInfo.InfoTableModel(ArrayList<TreevizFileSystemXMLNode>, ArrayList<String>) - Constructor for class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo.InfoTableModel
-
- TreevizFileSystemXMLTree - Class in ch.randelshofer.tree.demo
-
TreevizFileSystemXMLTree reads an XML file with the root element named
TreevizFileSystem and the top-level child elements Users and Files.
- TreevizFileSystemXMLTree(File) - Constructor for class ch.randelshofer.tree.demo.TreevizFileSystemXMLTree
-
- TreevizFileSystemXMLTree(URL) - Constructor for class ch.randelshofer.tree.demo.TreevizFileSystemXMLTree
-