Serialized Form
|
Package ch.randelshofer.beans |
propertySupport
java.beans.PropertyChangeSupport propertySupport
|
Package ch.randelshofer.gui |
progressPanel
javax.swing.JPanel progressPanel
scrollPane
javax.swing.JScrollPane scrollPane
infoLabel
javax.swing.JLabel infoLabel
separator
javax.swing.JSeparator separator
strutPanel
javax.swing.JPanel strutPanel
disclosureToggle
javax.swing.JToggleButton disclosureToggle
cancelAllButton
javax.swing.JButton cancelAllButton
viewPanel
javax.swing.JPanel viewPanel
infoPanel
javax.swing.JPanel infoPanel
isCanceled
boolean isCanceled
isCompleted
boolean isCompleted
isClosed
boolean isClosed
isCancelable
boolean isCancelable
model
javax.swing.BoundedRangeModel model
doCancel
java.lang.Runnable doCancel
changeHandler
javax.swing.event.ChangeListener changeHandler
cancelButton
javax.swing.JButton cancelButton
closeButton
javax.swing.JButton closeButton
errorLabel
javax.swing.JLabel errorLabel
messageLabel
javax.swing.JLabel messageLabel
noteLabel
javax.swing.JLabel noteLabel
progressBar
javax.swing.JProgressBar progressBar
separator
javax.swing.JSeparator separator
warningLabel
javax.swing.JLabel warningLabel
|
Package ch.randelshofer.tree |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
parentPath
TreePath2<T> parentPath
- Path representing the parent, null if lastPathComponent represents
the root.
|
Package ch.randelshofer.tree.circlemap |
draw
CirclemapDraw draw
img
java.awt.image.BufferedImage img
isInvalid
boolean isInvalid
workerProgress
ProgressObserver workerProgress
drawHandles
boolean drawHandles
isAdjusting
boolean isAdjusting
needsSimplify
boolean needsSimplify
needsProgressive
boolean needsProgressive
hoverNode
CirclemapNode hoverNode
dispatcher
SequentialDispatcher dispatcher
isToolTipVisible
boolean isToolTipVisible
|
Package ch.randelshofer.tree.demo |
colorizer
Colorizer colorizer
weighter
Weighter weighter
histogram
int[] histogram
treeView
TreeView treeView
directoryChooser
javax.swing.JFileChooser directoryChooser
fileChooser
javax.swing.JFileChooser fileChooser
rootFile
java.io.File rootFile
rootNode
TreeNode rootNode
prefs
java.util.prefs.Preferences prefs
info
NodeInfo info
dropHandler
java.awt.dnd.DropTargetListener dropHandler
aboutMenuItem
javax.swing.JMenuItem aboutMenuItem
fileMenu
javax.swing.JMenu fileMenu
helpMenu
javax.swing.JMenu helpMenu
histogram
JHistogram histogram
jMenuBar1
javax.swing.JMenuBar jMenuBar1
jSeparator1
javax.swing.JSeparator jSeparator1
maxDepth1Radio
javax.swing.JRadioButton maxDepth1Radio
maxDepthButtonGroup
javax.swing.ButtonGroup maxDepthButtonGroup
maxDepthInfinityRadio
javax.swing.JRadioButton maxDepthInfinityRadio
maxDepthPanel
javax.swing.JPanel maxDepthPanel
openDirectoryMenuItem
javax.swing.JMenuItem openDirectoryMenuItem
openFileMenuItem
javax.swing.JMenuItem openFileMenuItem
statusPanel
javax.swing.JPanel statusPanel
toolTipEnabledRadio
javax.swing.JCheckBoxMenuItem toolTipEnabledRadio
viewAsButtonGroup
javax.swing.ButtonGroup viewAsButtonGroup
viewAsCircleMapRadio
javax.swing.JRadioButtonMenuItem viewAsCircleMapRadio
viewAsHypertreeRadio
javax.swing.JRadioButtonMenuItem viewAsHypertreeRadio
viewAsIcerayRadio
javax.swing.JRadioButtonMenuItem viewAsIcerayRadio
viewAsIcicleRadio
javax.swing.JRadioButtonMenuItem viewAsIcicleRadio
viewAsRectangleMapRadio
javax.swing.JRadioButtonMenuItem viewAsRectangleMapRadio
viewAsSunburstRadio
javax.swing.JRadioButtonMenuItem viewAsSunburstRadio
viewAsSunrayRadio
javax.swing.JRadioButtonMenuItem viewAsSunrayRadio
viewMenu
javax.swing.JMenu viewMenu
viewPanel
javax.swing.JPanel viewPanel
rows
java.util.ArrayList<E> rows
columns
java.util.ArrayList<E> columns
file
java.io.File file
fileChooser
javax.swing.JFileChooser fileChooser
prefs
java.util.prefs.Preferences prefs
handler
ch.randelshofer.tree.demo.XMLFileAccessory.Handler handler
colorAttributeField
javax.swing.JComboBox colorAttributeField
colorAttributeLabel
javax.swing.JLabel colorAttributeLabel
nameAttributeField
javax.swing.JComboBox nameAttributeField
nameAttributeLabel
javax.swing.JLabel nameAttributeLabel
rootElementField
javax.swing.JTextField rootElementField
rootElementLabel
javax.swing.JLabel rootElementLabel
weightAttributeField
javax.swing.JComboBox weightAttributeField
weightAttributeLabel
javax.swing.JLabel weightAttributeLabel
|
Package ch.randelshofer.tree.hypertree |
model
HTModel model
draw
HTDraw draw
action
HTAction action
fastMode
boolean fastMode
longNameMode
boolean longNameMode
circleMode
boolean circleMode
transNotCorrected
boolean transNotCorrected
quadMode
boolean quadMode
isToolTipVisible
boolean isToolTipVisible
image
java.awt.Image image
lazyBufferedImage
java.awt.image.BufferedImage lazyBufferedImage
isThreaded
boolean isThreaded
|
Package ch.randelshofer.tree.rectmap |
children
java.util.ArrayList<E> children
descendants
int descendants
parent
RectmapNode parent
dataNodePath
TreePath2<T> dataNodePath
cumulatedWeight
double cumulatedWeight
draw
RectmapDraw draw
img
java.awt.image.BufferedImage img
isInvalid
boolean isInvalid
workerProgress
ProgressObserver workerProgress
drawHandles
boolean drawHandles
isAdjusting
boolean isAdjusting
needsSimplify
boolean needsSimplify
needsProgressive
boolean needsProgressive
hoverNode
RectmapNode hoverNode
info
NodeInfo info
dispatcher
SequentialDispatcher dispatcher
isToolTipVisible
boolean isToolTipVisible
|
Package ch.randelshofer.tree.sunburst |
draw
IcicleDraw draw
subDraw
IcicleDraw subDraw
img
java.awt.image.BufferedImage img
isInvalid
boolean isInvalid
worker
java.lang.Thread worker
drawHandles
boolean drawHandles
isAdjusting
boolean isAdjusting
needsSimplify
boolean needsSimplify
isToolTipVisible
boolean isToolTipVisible
selectedNode
SunburstNode selectedNode
- The selected node of the sunburst tree. Can be null.
hoverNode
SunburstNode hoverNode
- The node under the mouse cursor. Can be null.
info
NodeInfo info
draw
SunburstDraw draw
subDraw
SunburstDraw subDraw
img
java.awt.image.BufferedImage img
isInvalid
boolean isInvalid
worker
java.lang.Thread worker
workerProgress
ProgressObserver workerProgress
drawHandles
boolean drawHandles
isAdjusting
boolean isAdjusting
needsSimplify
boolean needsSimplify
needsProgressive
boolean needsProgressive
isToolTipVisible
boolean isToolTipVisible
selectedNode
SunburstNode selectedNode
- The selected node of the sunburst tree. Can be null.
hoverNode
SunburstNode hoverNode
- The node under the mouse cursor. Can be null.
info
NodeInfo info
dispatcher
SequentialDispatcher dispatcher
|
Package ch.randelshofer.tree.sunray |
draw
IcerayDraw draw
subDraw
IcerayDraw subDraw
img
java.awt.image.BufferedImage img
isInvalid
boolean isInvalid
worker
java.lang.Thread worker
drawHandles
boolean drawHandles
isAdjusting
boolean isAdjusting
needsSimplify
boolean needsSimplify
isToolTipVisible
boolean isToolTipVisible
selectedNode
SunrayNode selectedNode
- The selected node of the sunburst tree. Can be null.
hoverNode
SunrayNode hoverNode
- The node under the mouse cursor. Can be null.
info
NodeInfo info
draw
SunrayDraw draw
subDraw
SunrayDraw subDraw
img
java.awt.image.BufferedImage img
isInvalid
boolean isInvalid
worker
java.lang.Thread worker
drawHandles
boolean drawHandles
isAdjusting
boolean isAdjusting
needsSimplify
boolean needsSimplify
isToolTipVisible
boolean isToolTipVisible
selectedNode
SunrayNode selectedNode
- The selected node of the sunburst tree. Can be null.
hoverNode
SunrayNode hoverNode
- The node under the mouse cursor. Can be null.
info
NodeInfo info