Serialized Form


Package edu.umd.cs.fuzzyTree

Class edu.umd.cs.fuzzyTree.DataGraph.DataGraphException implements Serializable

Serialized Fields

this$0

DataGraph this$0

Class edu.umd.cs.fuzzyTree.FuzzyTree implements Serializable

Serialized Fields

userIsExpanding

boolean userIsExpanding
Used to distinguish between programmatic expansions and user expansions.

_model

FuzzyTreeModel _model
The tree's tree model, same as that returned by getModel().

Class edu.umd.cs.fuzzyTree.FuzzyTree.NodeRenderer implements Serializable

Serialized Fields

this$0

FuzzyTree this$0

fullyOpenIcon

javax.swing.ImageIcon fullyOpenIcon

orphanFullyOpenIcon

javax.swing.ImageIcon orphanFullyOpenIcon

partlyOpenIcon

javax.swing.ImageIcon partlyOpenIcon

orphanPartlyOpenIcon

javax.swing.ImageIcon orphanPartlyOpenIcon

closedIcon

javax.swing.ImageIcon closedIcon

orphanClosedIcon

javax.swing.ImageIcon orphanClosedIcon

leafIcon

javax.swing.ImageIcon leafIcon

orphanLeafIcon

javax.swing.ImageIcon orphanLeafIcon

Class edu.umd.cs.fuzzyTree.MovingSlider implements Serializable

Serialized Fields

displayRange

int displayRange
the range of values to be displayed

leftMargin

int leftMargin
the minimum number of values to the left of the slider position that should be displayed

rightMargin

int rightMargin
the minimum number of values to the right of the slider position that should be displayed

realMinimum

int realMinimum
the actual, or virtual, minimum of the slider

realMaximum

int realMaximum
the actual, or virtual, maximum of the slider

oldValue

int oldValue
the previous slider value, used to determine the direction the slider was moved

zeroNotAllowed

boolean zeroNotAllowed
whether or not the value of 0 is allowed

Class edu.umd.cs.fuzzyTree.ParametersDialog implements Serializable

Serialized Fields

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

expandPercentLabel

javax.swing.JLabel expandPercentLabel

expandPercentTextField

javax.swing.JTextField expandPercentTextField

collapsePercentTextField

javax.swing.JTextField collapsePercentTextField

collapsePercentLabel

javax.swing.JLabel collapsePercentLabel

expandReductionLabel

javax.swing.JLabel expandReductionLabel

expandReductionTextField

javax.swing.JTextField expandReductionTextField

collapseReductionTextField

javax.swing.JTextField collapseReductionTextField

collapseReductionLabel

javax.swing.JLabel collapseReductionLabel

expandNumberLabel

javax.swing.JLabel expandNumberLabel

expandNumberTextField

javax.swing.JTextField expandNumberTextField

buttonPanel

javax.swing.JPanel buttonPanel

maxExpandPercentLabel

javax.swing.JLabel maxExpandPercentLabel

maxExpandPercentTextField

javax.swing.JTextField maxExpandPercentTextField

minCollapsePercentTextField

javax.swing.JTextField minCollapsePercentTextField

minCollapsePercentLabel

javax.swing.JLabel minCollapsePercentLabel

increaseThresholdLabel

javax.swing.JLabel increaseThresholdLabel

increaseThresholdTextField

javax.swing.JTextField increaseThresholdTextField

decreaseThresholdLabel

javax.swing.JLabel decreaseThresholdLabel

decreaseThresholdTextField

javax.swing.JTextField decreaseThresholdTextField

historySizeLabel

javax.swing.JLabel historySizeLabel

historySizeTextField

javax.swing.JTextField historySizeTextField

flowLayout1

java.awt.FlowLayout flowLayout1

params

FuzzyTreeParameters params

wasCanceled

boolean wasCanceled

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

helpButton

javax.swing.JButton helpButton


Class FuzzyTreeViewer implements Serializable

Serialized Fields

theTree

FuzzyTree theTree

slider

MovingSlider slider

currentDirectory

java.io.File currentDirectory

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

panel1

javax.swing.JPanel panel1

titledBorder1

javax.swing.border.TitledBorder titledBorder1

numNodesTextField

javax.swing.JTextField numNodesTextField

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

numNodesLabel

javax.swing.JLabel numNodesLabel

numNodesButton

javax.swing.JButton numNodesButton

panel2

javax.swing.JPanel panel2

border1

javax.swing.border.Border border1

displayedNodesLabel

javax.swing.JLabel displayedNodesLabel

gridBagLayout3

java.awt.GridBagLayout gridBagLayout3

changeParametersButton

javax.swing.JButton changeParametersButton

helpButton

javax.swing.JButton helpButton

scrollPane

javax.swing.JScrollPane scrollPane

totalNodesLabel

javax.swing.JLabel totalNodesLabel

openButton

javax.swing.JButton openButton


Class FuzzyTreeViewer.NumNodesListener.RangeException implements Serializable

Serialized Fields

this$1

FuzzyTreeViewer.NumNodesListener this$1



Web Accessibility