Treeviz 0.37 2010-10-17

Serialized Form


Package ch.randelshofer.beans

Class ch.randelshofer.beans.AbstractBean extends java.lang.Object implements Serializable

Serialized Fields

propertySupport

java.beans.PropertyChangeSupport propertySupport

Package ch.randelshofer.gui

Class ch.randelshofer.gui.ProgressFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

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

Class ch.randelshofer.gui.ProgressView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class ch.randelshofer.tree.TreePath2 extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

parentPath

TreePath2<T> parentPath
Path representing the parent, null if lastPathComponent represents the root.


Package ch.randelshofer.tree.circlemap

Class ch.randelshofer.tree.circlemap.CirclemapView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class ch.randelshofer.tree.demo.JHistogram extends javax.swing.JComponent implements Serializable

Serialized Fields

colorizer

Colorizer colorizer

weighter

Weighter weighter

histogram

int[] histogram

Class ch.randelshofer.tree.demo.Main extends javax.swing.JFrame implements Serializable

Serialized Fields

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

Class ch.randelshofer.tree.demo.TreevizFileSystemXMLNodeInfo.InfoTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

rows

java.util.ArrayList<E> rows

columns

java.util.ArrayList<E> columns

Class ch.randelshofer.tree.demo.XMLFileAccessory extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class ch.randelshofer.tree.hypertree.SwingHTView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class ch.randelshofer.tree.rectmap.RectmapCompositeNode extends RectmapNode implements Serializable

Serialized Fields

children

java.util.ArrayList<E> children

descendants

int descendants

Class ch.randelshofer.tree.rectmap.RectmapNode extends java.awt.geom.Rectangle2D.Double implements Serializable

Serialized Fields

parent

RectmapNode parent

dataNodePath

TreePath2<T> dataNodePath

cumulatedWeight

double cumulatedWeight

Class ch.randelshofer.tree.rectmap.RectmapView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class ch.randelshofer.tree.sunburst.IcicleView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class ch.randelshofer.tree.sunburst.SunburstView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class ch.randelshofer.tree.sunray.IcerayView extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class ch.randelshofer.tree.sunray.SunrayView extends javax.swing.JPanel implements Serializable

Serialized Fields

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


Copyright 2007-2008 (c) Werner Randelshofer.
All rights reserved.