Serialized Form


Package org.jgraph

Class org.jgraph.GPGraphpad extends javax.swing.JPanel implements Serializable

Serialized Fields

toolBarsVisible

boolean toolBarsVisible
Boolean for the visible state of the toolbars


logger

GPLogConsole logger
Log console for the System in and out messages


desktop

javax.swing.JDesktopPane desktop
Desktoppane for the internal frames


doc2InternalFrame

java.util.Hashtable doc2InternalFrame
Contains the mapping between GPDocument objects and GPInternalFrames.


barFactory

GPBarFactory barFactory
A factory for the menu, tool and popup bars


toolBarMainPanel

javax.swing.JPanel toolBarMainPanel
The current Toolbar for this graphpad


toolBarInnerPanel

javax.swing.JPanel toolBarInnerPanel
The current Toolbar for this graphpad


menubar

javax.swing.JMenuBar menubar
The current Menubar for this graphpad


statusbar

GPStatusBar statusbar
The current Statusbar for this Graphpad instance


defaultActionMap

javax.swing.ActionMap defaultActionMap
ActionMap contains all default Actions for this application


mainPanel

javax.swing.JPanel mainPanel
The main Panel with the status bar and the desktop pane


currentActionMap

javax.swing.ActionMap currentActionMap
ActionMap contains the current ActionMap.


cellToolBoxes

VertexnPortsCreatorInterface[] cellToolBoxes

marqueeHandler

GPMarqueeHandler marqueeHandler

configuration

GPConfiguration configuration

protocol

java.lang.String protocol

hostName

java.lang.String hostName

hostPort

java.lang.String hostPort

downloadPath

java.lang.String downloadPath

uploadPath

java.lang.String uploadPath

uploadFile

java.lang.String uploadFile

mapFile

java.lang.String mapFile

fileFormat

DefaultGraphModelFileFormatXML fileFormat

defaultActions

javax.swing.Action[] defaultActions
Actions defined by the Graphpad class

Class org.jgraph.JGraphpad extends java.applet.Applet implements Serializable


Package org.jgraph.cellview

Class org.jgraph.cellview.JGraphDiamondView extends VertexView implements Serializable

Class org.jgraph.cellview.JGraphDiamondView.JGraphDiamondRenderer extends VertexRenderer implements Serializable

Class org.jgraph.cellview.JGraphEllipseView extends VertexView implements Serializable

Class org.jgraph.cellview.JGraphEllipseView.JGraphEllipseRenderer extends VertexRenderer implements Serializable

Class org.jgraph.cellview.JGraphHeavyweightView extends VertexView implements Serializable

Class org.jgraph.cellview.JGraphIconView extends VertexView implements Serializable

Class org.jgraph.cellview.JGraphIconView.DescriptionTextArea extends javax.swing.JEditorPane implements Serializable

Serialized Fields

description

java.lang.String description

Class org.jgraph.cellview.JGraphIconView.IconDisplay extends javax.swing.JLabel implements Serializable

Class org.jgraph.cellview.JGraphIconView.IconRenderer extends javax.swing.JComponent implements Serializable

Serialized Fields

iconDisplay

JGraphIconView.IconDisplay iconDisplay

textRenderer

JGraphIconView.DescriptionTextArea textRenderer

view

JGraphIconView view

isSelected

boolean isSelected

isFocused

boolean isFocused

isPreview

boolean isPreview

Class org.jgraph.cellview.JGraphMultilineView extends VertexView implements Serializable

Class org.jgraph.cellview.JGraphMultilineView.MultiLinedEditor extends DefaultGraphCellEditor implements Serializable

Class org.jgraph.cellview.JGraphMultilineView.MultiLinedEditor.RealCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

editorComponent

javax.swing.JTextArea editorComponent

Class org.jgraph.cellview.JGraphMultilineView.MultiLinedRenderer extends javax.swing.JTextArea implements Serializable

Class org.jgraph.cellview.JGraphRoundRectView extends VertexView implements Serializable

Class org.jgraph.cellview.JGraphRoundRectView.ActivityRenderer extends VertexRenderer implements Serializable

Class org.jgraph.cellview.JGraphSwimlaneView extends VertexView implements Serializable

Class org.jgraph.cellview.JGraphSwimlaneView.JSwimlaneRenderer extends javax.swing.JPanel implements Serializable


Package org.jgraph.layout

Class org.jgraph.layout.AnnealingLayoutSettings extends javax.swing.JPanel implements Serializable

Serialized Fields

layout

AnnealingLayoutAlgorithm layout

tf_initTemperature

javax.swing.JTextField tf_initTemperature

tf_minTemperature

javax.swing.JTextField tf_minTemperature

tf_minDistance

javax.swing.JTextField tf_minDistance

tf_tempScaleFactor

javax.swing.JTextField tf_tempScaleFactor

tf_maxRounds

javax.swing.JTextField tf_maxRounds

tf_triesPerCell

javax.swing.JTextField tf_triesPerCell

tf_lambdaNodeDistribution

javax.swing.JTextField tf_lambdaNodeDistribution

tf_lambdaBorderline

javax.swing.JTextField tf_lambdaBorderline

tf_lambdaEdgeLength

javax.swing.JTextField tf_lambdaEdgeLength

tf_lambdaEdgeCrossing

javax.swing.JTextField tf_lambdaEdgeCrossing

tf_lambdaEdgeDistribution

javax.swing.JTextField tf_lambdaEdgeDistribution

tf_lambdaNodeDistance

javax.swing.JTextField tf_lambdaNodeDistance

tf_boundsWidth

javax.swing.JTextField tf_boundsWidth

tf_boundsHeight

javax.swing.JTextField tf_boundsHeight

cb_computePermutation

javax.swing.JCheckBox cb_computePermutation

cb_uphillMovesAllowed

javax.swing.JCheckBox cb_uphillMovesAllowed

cb_useNodeDistribution

javax.swing.JCheckBox cb_useNodeDistribution

cb_useBorderline

javax.swing.JCheckBox cb_useBorderline

cb_useEdgeLength

javax.swing.JCheckBox cb_useEdgeLength

cb_useEdgeCrossing

javax.swing.JCheckBox cb_useEdgeCrossing

cb_useEdgeDistribution

javax.swing.JCheckBox cb_useEdgeDistribution

cb_useNodeDistance

javax.swing.JCheckBox cb_useNodeDistance

button_takeViewportSize

javax.swing.JButton button_takeViewportSize

cb_enableLayoutUpdate

javax.swing.JCheckBox cb_enableLayoutUpdate

tf_lu_initTemperature

javax.swing.JTextField tf_lu_initTemperature

tf_lu_minTemperature

javax.swing.JTextField tf_lu_minTemperature

tf_lu_minDistance

javax.swing.JTextField tf_lu_minDistance

tf_lu_tempScaleFactor

javax.swing.JTextField tf_lu_tempScaleFactor

tf_lu_maxRounds

javax.swing.JTextField tf_lu_maxRounds

tf_lu_triesPerCell

javax.swing.JTextField tf_lu_triesPerCell

tf_lu_lambdaNodeDistribution

javax.swing.JTextField tf_lu_lambdaNodeDistribution

tf_lu_lambdaBorderline

javax.swing.JTextField tf_lu_lambdaBorderline

tf_lu_lambdaEdgeLength

javax.swing.JTextField tf_lu_lambdaEdgeLength

tf_lu_lambdaEdgeCrossing

javax.swing.JTextField tf_lu_lambdaEdgeCrossing

tf_lu_lambdaEdgeDistribution

javax.swing.JTextField tf_lu_lambdaEdgeDistribution

tf_lu_lambdaNodeDistance

javax.swing.JTextField tf_lu_lambdaNodeDistance

tf_lu_boundsWidth

javax.swing.JTextField tf_lu_boundsWidth

tf_lu_boundsHeight

javax.swing.JTextField tf_lu_boundsHeight

tf_lu_method_neighborsDepth

javax.swing.JTextField tf_lu_method_neighborsDepth

tf_lu_method_perimeterRadius

javax.swing.JTextField tf_lu_method_perimeterRadius

tf_lu_method_perimeterRadiusInc

javax.swing.JTextField tf_lu_method_perimeterRadiusInc

tf_lu_clustering_factor

javax.swing.JTextField tf_lu_clustering_factor

tf_lu_clustering_moveScale

javax.swing.JTextField tf_lu_clustering_moveScale

cb_lu_computePermutation

javax.swing.JCheckBox cb_lu_computePermutation

cb_lu_uphillMovesAllowed

javax.swing.JCheckBox cb_lu_uphillMovesAllowed

cb_lu_useNodeDistribution

javax.swing.JCheckBox cb_lu_useNodeDistribution

cb_lu_useBorderline

javax.swing.JCheckBox cb_lu_useBorderline

cb_lu_useEdgeLength

javax.swing.JCheckBox cb_lu_useEdgeLength

cb_lu_useEdgeCrossing

javax.swing.JCheckBox cb_lu_useEdgeCrossing

cb_lu_useEdgeDistribution

javax.swing.JCheckBox cb_lu_useEdgeDistribution

cb_lu_useNodeDistance

javax.swing.JCheckBox cb_lu_useNodeDistance

cb_lu_clustering_enable

javax.swing.JCheckBox cb_lu_clustering_enable

button_lu_takeViewportSize

javax.swing.JButton button_lu_takeViewportSize

comb_loadPreSets

javax.swing.JComboBox comb_loadPreSets

comb_lu_Method

javax.swing.JComboBox comb_lu_Method

preSetConfigs

java.util.Properties[] preSetConfigs

panelSurface

javax.swing.JPanel panelSurface

panelLUSurface

javax.swing.JPanel panelLUSurface

tp_main

javax.swing.JTabbedPane tp_main

panelSurfaceWrapper

javax.swing.JScrollPane panelSurfaceWrapper

panelLUSurfaceWrapper

javax.swing.JScrollPane panelLUSurfaceWrapper

canceled

boolean canceled
Boolean for the cancel operation variables


isOptimizer

boolean isOptimizer

Class org.jgraph.layout.GEMLayoutSettings extends javax.swing.JPanel implements Serializable

Serialized Fields

layout

GEMLayoutAlgorithm layout

tf_initTemperature

javax.swing.JTextField tf_initTemperature

tf_minTemperature

javax.swing.JTextField tf_minTemperature

tf_maxTemperature

javax.swing.JTextField tf_maxTemperature

tf_prefEdgeLength

javax.swing.JTextField tf_prefEdgeLength

tf_gravitation

javax.swing.JTextField tf_gravitation

tf_randomImpulseRange

javax.swing.JTextField tf_randomImpulseRange

tf_overlapDetectWidth

javax.swing.JTextField tf_overlapDetectWidth

tf_overlapPrefDistance

javax.swing.JTextField tf_overlapPrefDistance

tf_alphaOsc

javax.swing.JTextField tf_alphaOsc

tf_alphaRot

javax.swing.JTextField tf_alphaRot

tf_sigmaOsc

javax.swing.JTextField tf_sigmaOsc

tf_sigmaRot

javax.swing.JTextField tf_sigmaRot

tf_lu_initTemperature

javax.swing.JTextField tf_lu_initTemperature

tf_lu_minTemperature

javax.swing.JTextField tf_lu_minTemperature

tf_lu_maxTemperature

javax.swing.JTextField tf_lu_maxTemperature

tf_lu_prefEdgeLength

javax.swing.JTextField tf_lu_prefEdgeLength

tf_lu_gravitation

javax.swing.JTextField tf_lu_gravitation

tf_lu_randomImpulseRange

javax.swing.JTextField tf_lu_randomImpulseRange

tf_lu_overlapDetectWidth

javax.swing.JTextField tf_lu_overlapDetectWidth

tf_lu_overlapPrefDistance

javax.swing.JTextField tf_lu_overlapPrefDistance

tf_lu_alphaOsc

javax.swing.JTextField tf_lu_alphaOsc

tf_lu_alphaRot

javax.swing.JTextField tf_lu_alphaRot

tf_lu_sigmaOsc

javax.swing.JTextField tf_lu_sigmaOsc

tf_lu_sigmaRot

javax.swing.JTextField tf_lu_sigmaRot

tf_lu_depth

javax.swing.JTextField tf_lu_depth

tf_lu_cluster_initTemperature

javax.swing.JTextField tf_lu_cluster_initTemperature

tf_lu_cluster_forceScalingFactor

javax.swing.JTextField tf_lu_cluster_forceScalingFactor

tf_lu_cluster_factor

javax.swing.JTextField tf_lu_cluster_factor

tf_lu_perimeter_initSize

javax.swing.JTextField tf_lu_perimeter_initSize

tf_lu_perimeter_sizeInc

javax.swing.JTextField tf_lu_perimeter_sizeInc

cb_computePermutation

javax.swing.JCheckBox cb_computePermutation

cb_endPerAverage

javax.swing.JCheckBox cb_endPerAverage

cb_avoidOverlapping

javax.swing.JCheckBox cb_avoidOverlapping

cb_useOptimizationAlg

javax.swing.JCheckBox cb_useOptimizationAlg

cb_lu_enableLayoutUpdate

javax.swing.JCheckBox cb_lu_enableLayoutUpdate

cb_lu_computePermutation

javax.swing.JCheckBox cb_lu_computePermutation

cb_lu_endPerAverage

javax.swing.JCheckBox cb_lu_endPerAverage

cb_lu_avoidOverlapping

javax.swing.JCheckBox cb_lu_avoidOverlapping

cb_lu_useOptimizationAlg

javax.swing.JCheckBox cb_lu_useOptimizationAlg

cb_lu_cluster_enable

javax.swing.JCheckBox cb_lu_cluster_enable

comb_lu_method

javax.swing.JComboBox comb_lu_method

comb_loadPreSets

javax.swing.JComboBox comb_loadPreSets

button_ConfigOptimizeAlg

javax.swing.JButton button_ConfigOptimizeAlg

button_lu_ConfigOptimizeAlg

javax.swing.JButton button_lu_ConfigOptimizeAlg

panelLayoutUpdate

javax.swing.JPanel panelLayoutUpdate

panelLayoutRunWrapper

javax.swing.JScrollPane panelLayoutRunWrapper

panelLayoutUpdateWrapper

javax.swing.JScrollPane panelLayoutUpdateWrapper

presetConfigs

java.util.Properties[] presetConfigs

optimizeAlgController

AnnealingLayoutSettings optimizeAlgController

lu_optimizeAlgController

AnnealingLayoutSettings lu_optimizeAlgController

tp_main

javax.swing.JTabbedPane tp_main

Class org.jgraph.layout.MoenLayoutSettings extends javax.swing.JPanel implements Serializable

Serialized Fields

layout

MoenLayoutAlgorithm layout

orientationCombo

javax.swing.JComboBox orientationCombo

nodeDistanceTextField

javax.swing.JTextField nodeDistanceTextField

Class org.jgraph.layout.RadialTreeLayoutSettings extends javax.swing.JPanel implements Serializable

Serialized Fields

layout

RadialTreeLayoutAlgorithm layout

widthTextField

javax.swing.JTextField widthTextField

heightTextField

javax.swing.JTextField heightTextField

radiusXTextField

javax.swing.JTextField radiusXTextField

radiusYTextField

javax.swing.JTextField radiusYTextField

centerXTextField

javax.swing.JTextField centerXTextField

centerYTextField

javax.swing.JTextField centerYTextField

Class org.jgraph.layout.SugiyamaLayoutSettings extends javax.swing.JPanel implements Serializable

Serialized Fields

layout

SugiyamaLayoutAlgorithm layout

verticalSpacingTextField

javax.swing.JTextField verticalSpacingTextField

horizontalSpacingTextField

javax.swing.JTextField horizontalSpacingTextField

verticalDirectionCheckBox

javax.swing.JCheckBox verticalDirectionCheckBox

flushToOriginCheckBox

javax.swing.JCheckBox flushToOriginCheckBox

Class org.jgraph.layout.TreeLayoutSettings extends javax.swing.JPanel implements Serializable

Serialized Fields

layout

TreeLayoutAlgorithm layout

alignmentCombo

javax.swing.JComboBox alignmentCombo

orientationCombo

javax.swing.JComboBox orientationCombo

nodeDistanceTextField

javax.swing.JTextField nodeDistanceTextField

levelDistanceTextField

javax.swing.JTextField levelDistanceTextField


Package org.jgraph.pad

Class org.jgraph.pad.AbstractDefaultVertexnPortsCreator extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.DiamondCell extends DefaultGraphCell implements Serializable

Class org.jgraph.pad.EllipseCell extends DefaultGraphCell implements Serializable

Class org.jgraph.pad.GPAboutDialog extends javax.swing.JDialog implements Serializable

Class org.jgraph.pad.GPDocument extends javax.swing.JPanel implements Serializable

Serialized Fields

enableTooltips

boolean enableTooltips

file

java.net.URL file
Filename for the current document. Null if never saved or opened.


graphpad

GPGraphpad graphpad
A reference to the top level component


splitPane

GPSplitPane splitPane
Splitpane between the libraries and the graph


libraryPanel

GPLibraryPanel libraryPanel
The left site of this document Shows the libraries


scrollPane

javax.swing.JScrollPane scrollPane
Container for the graph so that you can scroll over the graph


graph

GPGraph graph
The joint graph for this document


overviewDialog

javax.swing.JDialog overviewDialog
The overview Dialog for this document. Can be null.


columnRule

Rule columnRule
The column rule for the graph


rowRule

Rule rowRule
The row rule for the graph


graphUndoManager

GraphUndoManager graphUndoManager
The graphUndoManager manager for the joint graph.

See Also:
GPDocument.graph

undoHandler

UndoHandler undoHandler
The graphUndoManager handler for the current document. Each document has his own handler. So you can make an graphUndoManager seperate for each document.


touch

Touch touch
On the fly layout


modified

boolean modified
True if this documents graph model was modified since last save.


fitAction

javax.swing.Action fitAction
Action used for fitting the size


findPattern

java.lang.String findPattern
contains the find pattern for this document


lastFound

java.lang.Object lastFound
contains the last found object


internalFrame

GPInternalFrame internalFrame
a reference to the internal Frame


networkModel

GraphNetworkModel networkModel

Class org.jgraph.pad.GPExplorer extends javax.swing.JPanel implements Serializable

Class org.jgraph.pad.GPExplorer.StatefulGraphLayoutCache extends GraphLayoutCache implements Serializable

Class org.jgraph.pad.GPFileChooser extends javax.swing.JFileChooser implements Serializable

Class org.jgraph.pad.GPGraph extends JGraph implements Serializable

Class org.jgraph.pad.GPGraph.ScaledVertexRenderer extends VertexRenderer implements Serializable

Class org.jgraph.pad.GPGraph.ScaledVertexView extends VertexView implements Serializable

Class org.jgraph.pad.GPGraphModel extends DefaultGraphModel implements Serializable

Class org.jgraph.pad.GPGraphUI extends BasicGraphUI implements Serializable

Class org.jgraph.pad.GPGraphUI.GPTransferHandler extends GraphTransferHandler implements Serializable

Class org.jgraph.pad.GPInternalFrame extends GPInternalFrame implements Serializable

Serialized Fields

document

GPDocument document
A link to the Graphpad Document of this frame

Class org.jgraph.pad.GPLibraryPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

MAX

int MAX

panel

GPLibraryPanel.ScrollablePanel panel

selected

GPLibraryPanel.GraphCellsComponent selected

oldBorder

javax.swing.border.Border oldBorder

dragging

boolean dragging

combo

javax.swing.JComboBox combo

graphpad

GPGraphpad graphpad

fullLibraryAccess

boolean fullLibraryAccess

Class org.jgraph.pad.GPLibraryPanel.FixedWidthFlowLayout extends java.awt.FlowLayout implements Serializable

Class org.jgraph.pad.GPLibraryPanel.GraphCellsComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

graph

GPGraph graph

trans

GPTransferable trans

cells

java.lang.Object[] cells

renderer

RealGraphCellRenderer renderer

scale

double scale

Class org.jgraph.pad.GPLibraryPanel.ScrollablePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

graph

GPGraph graph

name

java.lang.String name

Class org.jgraph.pad.GPLogConsole extends javax.swing.JFrame implements Serializable

Serialized Fields

stdout

java.io.PrintStream stdout
The PrintStream for the System.out


stderr

java.io.PrintStream stderr
The PrintStream for the System.err


frameTitle

java.lang.String frameTitle
Title of the Frame


cardLayout

java.awt.CardLayout cardLayout
Card Layout for the Window


stderrText

javax.swing.JTextArea stderrText
Text area for the System.err output


stdoutScrollPane

javax.swing.JScrollPane stdoutScrollPane
ScrollPane for the System.out text area


stdoutText

javax.swing.JTextArea stdoutText
Text area for the System.out output


stderrScrollPane

javax.swing.JScrollPane stderrScrollPane
ScrollPane for the System.err text area


jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1
Tabbed pane for the System.out and System.err text area


myIcon

java.awt.Image myIcon
Icon for the Window


makeVisibleOnError

boolean makeVisibleOnError
If true, the console will become visible when any system output occurs.


popup

InternalPopupMenu popup
PopUpMenu for save and clear the output textareas

Class org.jgraph.pad.GPMarqueeHandler extends BasicMarqueeHandler implements Serializable

Class org.jgraph.pad.GPOverviewPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

graph

GPGraph graph

originalGraph

JGraph originalGraph

v

GPOverviewPanel.PannerViewfinder v

r

java.awt.Rectangle r

graphWindowToPannerScale

double graphWindowToPannerScale

Class org.jgraph.pad.GPOverviewPanel.ViewRedirector extends GraphLayoutCache implements Serializable

Class org.jgraph.pad.GPSelectProvider extends javax.swing.JDialog implements Serializable

Serialized Fields

pnlMain

javax.swing.JPanel pnlMain
main panel for the list and the ok button


lstGraphModelProviders

javax.swing.JList lstGraphModelProviders
List for the graph model providers


paneScroll

javax.swing.JScrollPane paneScroll
Scroll pane for the graph model providers


cmdOk

javax.swing.JButton cmdOk
ok button


answer

int answer
The answer. One of the option const values

Class org.jgraph.pad.GPStatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

message

javax.swing.JLabel message
contains the message at the current Status bar


scale

javax.swing.JLabel scale
contains the scale for the current graph

Class org.jgraph.pad.GPTransferable extends GraphTransferable implements Serializable

Class org.jgraph.pad.GPUserObject extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.Map properties

Class org.jgraph.pad.GraphListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Serialized Fields

action

AbstractActionList action
reference to the combobox for this renderer

Class org.jgraph.pad.ImageCell extends DefaultGraphCell implements Serializable

Class org.jgraph.pad.ImageIconBean extends javax.swing.ImageIcon implements Serializable

Serialized Fields

filename

java.lang.String filename

Class org.jgraph.pad.RealGraphCellRenderer extends javax.swing.JComponent implements Serializable

Serialized Fields

rendererPane

javax.swing.CellRendererPane rendererPane

views

CellView[] views

graph

GPGraph graph

scale

double scale

Class org.jgraph.pad.RoundRectangleCell extends DefaultGraphCell implements Serializable

Class org.jgraph.pad.Rule extends javax.swing.JComponent implements Serializable

Serialized Fields

activeoffset

int activeoffset

activelength

int activelength

orientation

int orientation

isMetric

boolean isMetric

increment

double increment

units

double units

drag

java.awt.Point drag

mouse

java.awt.Point mouse

Class org.jgraph.pad.SwimlaneCell extends DefaultGraphCell implements Serializable

Class org.jgraph.pad.TextCell extends org.jgraph.graph.DefaultGraphCell implements Serializable


Package org.jgraph.pad.actions

Class org.jgraph.pad.actions.AbstractActionCheckBox extends AbstractActionToggle implements Serializable

Class org.jgraph.pad.actions.AbstractActionDefault extends javax.swing.AbstractAction implements Serializable

Serialized Fields

graphpad

GPGraphpad graphpad
A reference back to the graphpad. If an action was performed the Actions applies the changes to the current Document at the graphpad.

Class org.jgraph.pad.actions.AbstractActionFile extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.AbstractActionList extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.AbstractActionListCell extends AbstractActionList implements Serializable

Serialized Fields

size

java.awt.Dimension size

point

java.awt.Point point

Class org.jgraph.pad.actions.AbstractActionListCellColor extends AbstractActionListCell implements Serializable

Serialized Fields

colors

java.awt.Color[] colors
Colors for the selection

Class org.jgraph.pad.actions.AbstractActionRadioButton extends AbstractActionToggle implements Serializable

Serialized Fields

lastActionCommand

java.lang.String lastActionCommand
Contains the last Action Command

Class org.jgraph.pad.actions.AbstractActionToggle extends AbstractActionDefault implements Serializable

Serialized Fields

abstractButtons

java.util.Vector abstractButtons
Container with abstract buttons of this type

Class org.jgraph.pad.actions.EditCell extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.EditCopy extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.EditCut extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.EditDelete extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.EditFind extends EditFindAgain implements Serializable

Class org.jgraph.pad.actions.EditFindAgain extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.EditInsertIntoLibrary extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.EditPaste extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.EditRedo extends AbstractActionDefault implements Serializable

Serialized Fields

menuItems

java.util.Vector menuItems

Class org.jgraph.pad.actions.EditUndo extends AbstractActionDefault implements Serializable

Serialized Fields

menuItems

java.util.Vector menuItems

Class org.jgraph.pad.actions.FileClose extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileExit extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileExportEPS extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileExportGIF extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileExportGraphviz extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileExportGXL extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileExportImageMap extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileExportJPG extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileExportPDF extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileExportPNG extends FileExportJPG implements Serializable

Class org.jgraph.pad.actions.FileImportGEO extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileImportGXL extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileImportSimple extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileLibraryClose extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileLibraryNew extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileLibraryOpen extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileLibraryOpenURL extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileLibraryRename extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileLibrarySaveAs extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileNew extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileNewView extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileOpen extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileOpenURL extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FilePageFormat extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FilePrint extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FileSave extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FileSaveAs extends FileSave implements Serializable

Class org.jgraph.pad.actions.FileSaveTiki extends FileExit implements Serializable

Serialized Fields

exitOnSave

boolean exitOnSave

Class org.jgraph.pad.actions.FileSaveTikiAndExit extends FileSaveTiki implements Serializable

Class org.jgraph.pad.actions.FileSharingConnect extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.FileSharingShare extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.FormatAlignBottom extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatAlignCenter extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatAlignLeft extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatAlignMiddle extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatAlignRight extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatAlignTop extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatBorderColor extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatBorderColorList extends AbstractActionListCellColor implements Serializable

Serialized Fields

borders

javax.swing.border.Border[] borders

Class org.jgraph.pad.actions.FormatBorderNo extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatFillColor extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatFillColorList extends AbstractActionListCellColor implements Serializable

Class org.jgraph.pad.actions.FormatFillNo extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatGradientColor extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatGradientColorList extends FormatFillColorList implements Serializable

Class org.jgraph.pad.actions.FormatLineBezier extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLineColor extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLineColorList extends AbstractActionListCellColor implements Serializable

Class org.jgraph.pad.actions.FormatLineEndList extends AbstractActionListCell implements Serializable

Serialized Fields

arrows

int[] arrows

Class org.jgraph.pad.actions.FormatLineLabelEdge extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLineLabelNormal extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLineOrthogonal extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLinePattern extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLinePatternList extends AbstractActionListCell implements Serializable

Class org.jgraph.pad.actions.FormatLineSpline extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLineStartList extends AbstractActionListCell implements Serializable

Serialized Fields

arrows

int[] arrows

Class org.jgraph.pad.actions.FormatLineWidth extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLineWidthList extends AbstractActionListCell implements Serializable

Class org.jgraph.pad.actions.FormatLockNotBendable extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLockNotConnectable extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLockNotDisconnectable extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLockPosition extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLockSize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatLockValue extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatReverse extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatRoutingNo extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatRoutingParallel extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatRoutingSimple extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatShapeImage extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FormatShapeImageURL extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.FormatShapeNoImage extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatSizeAuto extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatSizeManual extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatStyleEndSize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatStyleNoStartEnd extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatStyleStartSize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextFont extends AbstractActionList implements Serializable

Class org.jgraph.pad.actions.FormatTextFontColor extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextFontColorList extends AbstractActionListCellColor implements Serializable

Class org.jgraph.pad.actions.FormatTextFontSize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextFontSizeList extends AbstractActionList implements Serializable

Class org.jgraph.pad.actions.FormatTextFontStyleBold extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextFontStyleItalic extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextFontStyleNormal extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextFontStyleUnderline extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextPositionBottom extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextPositionCenter extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextPositionLeft extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextPositionMiddle extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextPositionRight extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatTextPositionTop extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatUnlockBendable extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatUnlockConnectable extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatUnlockConnections extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatUnlockDisconnectable extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatUnlockPosition extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatUnlockSize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.FormatUnlockValue extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.GraphApplyLayoutAlgorithm extends AbstractActionDefault implements Serializable

Serialized Fields

dialog

LayoutDialog dialog

Class org.jgraph.pad.actions.GraphArrange extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.GraphBackgroundColor extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.GraphBackgroundImage extends AbstractActionFile implements Serializable

Class org.jgraph.pad.actions.GraphBackgroundNoImage extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.GraphDragEnabled extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphDropEnabled extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphEditable extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphEnabled extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphLayout extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphOptionsBendable extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphOptionsCloneable extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphOptionsConnectable extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphOptionsDisconnectable extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphOptionsDisconnectOnMove extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphOptionsDoubleBuffered extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphOptionsMoveable extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphOptionsSizeable extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.GraphTilt extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.HelpAbout extends AbstractActionDefault implements Serializable

Serialized Fields

aboutDlg

javax.swing.JDialog aboutDlg
The about dialog for JGraphpad

Class org.jgraph.pad.actions.HelpHomepage extends AbstractActionDefault implements Serializable

Serialized Fields

aboutDlg

javax.swing.JDialog aboutDlg
The about dialog for JGraphpad

Class org.jgraph.pad.actions.HelpSubmitABug extends AbstractActionDefault implements Serializable

Serialized Fields

aboutDlg

javax.swing.JDialog aboutDlg
The about dialog for JGraphpad

Class org.jgraph.pad.actions.SelectAll extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.SelectAllClear extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.SelectEdges extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.SelectEdgesClear extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.SelectInverse extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.SelectMinimalSpanTree extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.SelectShortestPath extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.SelectVertices extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.SelectVerticesClear extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeAlignBottom extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeAlignCenter extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeAlignLeft extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeAlignMiddle extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeAlignRight extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeAlignTop extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeBestPorts extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeCloneAttributes extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeCloneLabel extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeCloneSize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeConnect extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeDefaultPorts extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeDisconnect extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeGroup extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeToBack extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeToFront extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ShapeUngroup extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ToolBoxDiamond extends AbstractDefaultVertexnPortsCreator implements Serializable

Class org.jgraph.pad.actions.ToolBoxEdge extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ToolBoxEllipse extends AbstractDefaultVertexnPortsCreator implements Serializable

Class org.jgraph.pad.actions.ToolBoxIcon extends AbstractDefaultVertexnPortsCreator implements Serializable

Class org.jgraph.pad.actions.ToolBoxLine extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ToolBoxRectangle extends AbstractDefaultVertexnPortsCreator implements Serializable

Class org.jgraph.pad.actions.ToolBoxRoundRectangle extends AbstractDefaultVertexnPortsCreator implements Serializable

Class org.jgraph.pad.actions.ToolBoxSelect extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ToolBoxSwimlane extends AbstractDefaultVertexnPortsCreator implements Serializable

Class org.jgraph.pad.actions.ToolBoxText extends AbstractDefaultVertexnPortsCreator implements Serializable

Class org.jgraph.pad.actions.ToolBoxZoomArea extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ToolsGridSize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ToolsLookAndFeel extends AbstractActionRadioButton implements Serializable

Serialized Fields

lookAndFeels

javax.swing.UIManager.LookAndFeelInfo[] lookAndFeels

Class org.jgraph.pad.actions.ToolsMetric extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.ToolsPortSize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ToolsShowExplorer extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ToolsShowOverview extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ToolsShowStatusbar extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.ToolsShowToolbar extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.ToolsSnapSize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ToolsStatusbar extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.ToolsTooltips extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.ViewActualSize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ViewAntiAlias extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.ViewFit extends AbstractActionRadioButton implements Serializable

Class org.jgraph.pad.actions.ViewGrid extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.ViewLayout extends AbstractActionRadioButton implements Serializable

Class org.jgraph.pad.actions.ViewPorts extends AbstractActionCheckBox implements Serializable

Class org.jgraph.pad.actions.ViewRuler extends AbstractActionCheckBox implements Serializable

Serialized Fields

ruler

boolean ruler

Class org.jgraph.pad.actions.ViewScaleCustom extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ViewScaleZoomIn extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.ViewScaleZoomOut extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.WindowCascade extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.WindowLogConsole extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.WindowMaximize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.WindowMinimize extends AbstractActionDefault implements Serializable

Class org.jgraph.pad.actions.WindowWindows extends AbstractActionList implements Serializable

Serialized Fields

menu

javax.swing.JMenu menu
The menu.


Package org.jgraph.util

Class org.jgraph.util.JGraphConsole extends javax.swing.JTextArea implements Serializable

Serialized Fields

stream

java.io.PrintStream stream


Package org.jgraph.utils

Class org.jgraph.utils.HTMLPane extends javax.swing.JEditorPane implements Serializable

Serialized Fields

linkHandler

HTMLPane.CustomLinkHandler linkHandler

toolTipOriginalEnabledStatus

boolean toolTipOriginalEnabledStatus

Class org.jgraph.utils.JDialogP extends javax.swing.JDialog implements Serializable

Serialized Fields

property_bounds

java.lang.String property_bounds

nameSpace

java.lang.String nameSpace

guiProperties

UserProperties guiProperties

hasBeenVisibleAtLeastOnce

boolean hasBeenVisibleAtLeastOnce

Class org.jgraph.utils.JFrameP extends javax.swing.JFrame implements Serializable

Serialized Fields

property_bounds

java.lang.String property_bounds

nameSpace

java.lang.String nameSpace

guiProperties

UserProperties guiProperties

hasBeenVisibleAtLeastOnce

boolean hasBeenVisibleAtLeastOnce

Class org.jgraph.utils.ShadowBorder extends java.lang.Object implements Serializable

Serialized Fields

insets

java.awt.Insets insets

Class org.jgraph.utils.UserProperties extends java.util.Properties implements Serializable

Serialized Fields

nameSpace

java.lang.String nameSpace

file

java.io.File file


Package org.jgraph.utils.gui

Class org.jgraph.utils.gui.GPDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

escKeystroke

javax.swing.KeyStroke escKeystroke
Key description for the ESC key.

Class org.jgraph.utils.gui.GPEscAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

button

javax.swing.JButton button

Class org.jgraph.utils.gui.GPFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

escKeystroke

javax.swing.KeyStroke escKeystroke
Key description for the ESC key.

Class org.jgraph.utils.gui.GPInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

escKeystroke

javax.swing.KeyStroke escKeystroke
Key description for the ESC key.

Class org.jgraph.utils.gui.GPSplitPane extends javax.swing.JSplitPane implements Serializable

Class org.jgraph.utils.gui.LayoutDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

graph

JGraph graph

layoutSettings

java.util.Hashtable layoutSettings

pnlApplyTo

javax.swing.JPanel pnlApplyTo
GUI object


cmdConfigure

javax.swing.JButton cmdConfigure
GUI object


pnlLayoutControllers

javax.swing.JPanel pnlLayoutControllers
GUI object


scrollLayoutControllers

javax.swing.JScrollPane scrollLayoutControllers
GUI object


cmdSelectedNodes

javax.swing.JRadioButton cmdSelectedNodes
GUI object


cmdGrpApplyTo

javax.swing.ButtonGroup cmdGrpApplyTo
GUI object


cmdAllNodes

javax.swing.JRadioButton cmdAllNodes
GUI object


lstLayoutControllers

javax.swing.JList lstLayoutControllers
GUI object


pnlButtons

javax.swing.JPanel pnlButtons
GUI object


cmdCancel

javax.swing.JButton cmdCancel
GUI object


pnlMain

javax.swing.JPanel pnlMain
GUI object


lblApplyTo

javax.swing.JLabel lblApplyTo
GUI object


layoutHint

javax.swing.JLabel layoutHint
GUI object


cmdFinished

javax.swing.JButton cmdFinished
GUI object


closeButton

javax.swing.JButton closeButton
GUI object