Serialized Form


Package org.freehep.swing

Class org.freehep.swing.CellOrientatedTable extends JTable implements Serializable

Serialized Fields

tryInterfaces

boolean tryInterfaces

Class org.freehep.swing.ColorConverter.ColorConversionException extends Exception implements Serializable

Class org.freehep.swing.ColorNameChooserPanel extends AbstractColorChooserPanel implements Serializable

Serialized Fields

list

JList list

Class org.freehep.swing.ErrorDialog.ErrorDetailsDialog extends JDialog implements Serializable

Class org.freehep.swing.Headless extends JInternalFrame implements Serializable

Class org.freehep.swing.JDirectoryChooser extends JComponent implements Serializable

Serialized Fields

model

org.freehep.swing.JDirectoryChooser.FileTreeModel model

foo

JFileChooser foo

approve

JButton approve

cancel

JButton cancel

currentDirectory

File currentDirectory

tree

JTree tree

dialog

JDialog dialog

returnValue

int returnValue

Class org.freehep.swing.JSpinBox extends JComponent implements Serializable

Serialized Fields

max

int max
Deprecated. 

min

int min
Deprecated. 

value

int value
Deprecated. 

valueChanging

boolean valueChanging
Deprecated. 

field

JTextField field
Deprecated. 

plus

JButton plus
Deprecated. 

minus

JButton minus
Deprecated. 

listener

Vector listener
Deprecated. 

Class org.freehep.swing.JSubToolBar extends JLayeredPane implements Serializable

Serialized Fields

popup

JPopupMenu popup

subToolBar

JToolBar subToolBar

selectedComponent

JComponent selectedComponent

interceptor

org.freehep.swing.JSubToolBar.MousePanel interceptor

buttonList

LinkedList buttonList

Class org.freehep.swing.JTriStateBox extends JCheckBox implements Serializable

Serialized Fields

otherState

boolean otherState

Class org.freehep.swing.JTriStateMenuItem extends JCheckBoxMenuItem implements Serializable

Class org.freehep.swing.TriStateModel extends JToggleButton.ToggleButtonModel implements Serializable

Serialized Fields

otherState

boolean otherState

Package org.freehep.swing.graphics

Class org.freehep.swing.graphics.AbstractRegionSelectionPanel extends GraphicalSelectionPanel implements Serializable

Serialized Fields

visibleGuides

boolean visibleGuides
Flag indicating whether or not additional guide lines should be visible.


rectToDraw

Rectangle rectToDraw
The bounding rectangle of the next box to be drawn.


lastDrawnRect

Rectangle lastDrawnRect
The bounding rectangle of the last box which was drawn.


updateRect

Rectangle updateRect
The bounding box of the region to repaint, usually the union of the rectToDraw and lastDrawnRect rectangles.


visible

boolean visible
Flag indicating whether or not the selection box is visible.


lastDrawnRectValid

boolean lastDrawnRectValid
Flag indicating whether or not the last drawn rectangle is valid. (Not valid when the box is first made visible.)


hitThreshold

int hitThreshold
The maximum distance from a control point the cursor can be and still be selected.


nCtrlPts

int nCtrlPts
The number of control points for this component.


activeCtrlPt

int activeCtrlPt
Which control point is the active one, or which one can be controlled from the arrow keys on the keyboard?


xCtrlPts

int[] xCtrlPts
The x-coordinates of the control points. The first four of these control points MUST define the outer boundries of the selected region.


yCtrlPts

int[] yCtrlPts
The y-coordinates of the control points. The first four of these control points MUST define the outer boundries of the selected region.

Class org.freehep.swing.graphics.BackedPanel extends JPanel implements Serializable

Serialized Fields

backingGraphics

Graphics backingGraphics
The graphics context of the backing image.


backingImage

BufferedImage backingImage
The backing image itself.


lock

Object lock
An object to act as a lock for the backing image.


oldDimension

Dimension oldDimension
The old dimensions of this panel.


dim

Dimension dim
Object to hold a temporary dimension value.


clip

Rectangle clip
Rectangle to hold the clipping bounds.

Class org.freehep.swing.graphics.GraphicalSelectionEvent extends EventObject implements Serializable

Serialized Fields

actionCode

int actionCode
An integer which describes what should be done with this selection.


selection

Object selection
The Object which describes the graphical selection which has been made.


transform

AffineTransform transform
The associated AffineTransform to be used if zooming into the selected region is desired.

Class org.freehep.swing.graphics.GraphicalSelectionPanel extends JPanel implements Serializable

Serialized Fields

actionEvent

ActionEvent actionEvent
A private ActionEvent which is used when a selection is made. Since the sender never changes, this event is simply reused.


selectionActions

LinkedList selectionActions
The list of selection actions.


actionMap

ActionMap actionMap
The hash map which maps keys to actions.


defaultModeAction

org.freehep.swing.graphics.GraphicalSelectionPanel.SelectionAction defaultModeAction
The "Leave" action in the popup menu. Created here as an Action so that subclasses can more easily enable and disable this item.


nextAction

org.freehep.swing.graphics.GraphicalSelectionPanel.SelectionAction nextAction
The "Next" action in the popup menu. Created here as an Action so that subclasses can more easily enable and disable this item.


previousAction

org.freehep.swing.graphics.GraphicalSelectionPanel.SelectionAction previousAction
The "Previous" action in the popup menu. Created here as an Action so that subclasses can more easily enable and disable this item.


popup

JPopupMenu popup
An empty popup menu is available for subclasses of this object.


processingPopup

boolean processingPopup
A flag to indicate whether a popup menu is currently being processed or not.


listenerList

EventListenerList listenerList
Keeps track of all of the event listeners.

Class org.freehep.swing.graphics.ParallelogramSelectionPanel extends AbstractRegionSelectionPanel implements Serializable

Class org.freehep.swing.graphics.PointSelectionEvent extends GraphicalSelectionEvent implements Serializable

Class org.freehep.swing.graphics.PointSelectionPanel extends GraphicalSelectionPanel implements Serializable

Serialized Fields

oldBounds

Rectangle oldBounds

lastDrawnRect

Rectangle lastDrawnRect

updateRect

Rectangle updateRect

currentPoint

Point currentPoint

xmin

int xmin

xmax

int xmax

ymin

int ymin

ymax

int ymax

cursorVisible

boolean cursorVisible

savedCursor

Cursor savedCursor

Class org.freehep.swing.graphics.RectangularSelectionPanel extends AbstractRegionSelectionPanel implements Serializable

Class org.freehep.swing.graphics.RegionSelectionEvent extends GraphicalSelectionEvent implements Serializable

Class org.freehep.swing.graphics.RotatedRectangleSelectionPanel extends AbstractRegionSelectionPanel implements Serializable

Class org.freehep.swing.graphics.SplashFrame extends JDialog implements Serializable

Serialized Fields

sleepTime

int sleepTime
The time in milliseconds to wait before disposing of the SplashScreen.


defaultTime

int defaultTime
The default time (in milliseconds) to wait before disposing of the SplashScreen.

Class org.freehep.swing.graphics.SquareSelectionPanel extends AbstractRegionSelectionPanel implements Serializable

Class org.freehep.swing.graphics.StackedPanel extends JLayeredPane implements Serializable

Serialized Fields

componentToPrint

Component componentToPrint
This marks the current component which is being printed.


printGraphics

Graphics printGraphics
The graphics context to use for printing.


inhibitRepaint

boolean inhibitRepaint
This flag indicates that the JInternalFrame which contains this component wants painting inhibited. This is generally done during a resizing operation.


panelArtist

AbstractPanelArtist panelArtist
The AbstractPanelArtist which provides the graphics content for this panel.


updateTask

org.freehep.swing.graphics.StackedPanel.UpdateTask updateTask
Create one update task for reuse.


timer

Timer timer
The Timer used to schedule periodic updates of the display.


panelList

LinkedList panelList
A LinkedList containing the layers defined by the user.


panelHash

HashMap panelHash
A hash table which maps the layer name to the component(s).


redrawNeeded

boolean redrawNeeded
A flag to indicate whether redrawing is needed at the next repaint.

Class org.freehep.swing.graphics.XSkewSelectionPanel extends AbstractRegionSelectionPanel implements Serializable

Class org.freehep.swing.graphics.XSliceSelectionPanel extends AbstractRegionSelectionPanel implements Serializable

Class org.freehep.swing.graphics.YSkewSelectionPanel extends AbstractRegionSelectionPanel implements Serializable

Class org.freehep.swing.graphics.YSliceSelectionPanel extends AbstractRegionSelectionPanel implements Serializable


Package org.freehep.swing.layout

Class org.freehep.swing.layout.FlowScrollLayout extends FlowLayout implements Serializable

Serialized Fields

scroller

JScrollPane scroller

uniformHeight

boolean uniformHeight

firstTime

boolean firstTime

Class org.freehep.swing.layout.TableLayout extends GridBagLayout implements Serializable

Serialized Fields

defaults

GridBagConstraints defaults

Class org.freehep.swing.layout.TableLayout.TableConstraints extends GridBagConstraints implements Serializable


Package org.freehep.swing.plaf.metal

Class org.freehep.swing.plaf.metal.CheckBoxMenuItemIcon extends Object implements Serializable

Class org.freehep.swing.plaf.metal.MetalTriStateBoxIcon extends MetalCheckBoxIcon implements Serializable


Package org.freehep.swing.table

Class org.freehep.swing.table.TableHeaderCellRenderer extends DefaultTableCellRenderer implements Serializable


Package org.freehep.swing.test

Class org.freehep.swing.test.TestFrame extends JFrame implements Serializable

Serialized Fields

menuBar

JMenuBar menuBar

topPanel

JPanel topPanel

Package org.freehep.swing.treetable

Class org.freehep.swing.treetable.JTreeTable extends JTable implements Serializable

Serialized Fields

tree

JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.

Class org.freehep.swing.treetable.JTreeTable.TreeTableCellRenderer extends JTree implements Serializable

Serialized Fields

visibleRow

int visibleRow
Last table/tree row asked to renderer.

Class org.freehep.swing.treetable.TreeTableModelAdapter extends AbstractTableModel implements Serializable

Serialized Fields

tree

JTree tree

treeTableModel

TreeTableModel treeTableModel

Package org.freehep.swing.undo

Class org.freehep.swing.undo.AbstractDoableEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

firstTimeDone

boolean firstTimeDone

Class org.freehep.swing.undo.AnimatedCompoundEdit extends CompoundEdit implements Serializable

Serialized Fields

inProgress

boolean inProgress
True if this edit has never received end.


hasBeenDone

boolean hasBeenDone

alive

boolean alive

name

String name

first

LinkableEdit first
The start of the LinkableEdit sub chain


last

LinkableEdit last
The start of the LinkableEdit sub chain


parent

LinkableEdit parent

nextEdit

LinkableEdit nextEdit

previousEdit

LinkableEdit previousEdit

Class org.freehep.swing.undo.AnimatedEdit extends AbstractDoableEdit implements Serializable

Serialized Fields

frames

int frames

parent

LinkableEdit parent

nextEdit

LinkableEdit nextEdit

previousEdit

LinkableEdit previousEdit

Package org.freehep.swing.wizard

Class org.freehep.swing.wizard.WizardDialog extends JDialog implements Serializable

Serialized Fields

m_layout

CardLayout m_layout

m_default

Cursor m_default

m_wait

Cursor m_wait

m_firstPage

WizardPage m_firstPage

m_wizardPagePanel

JPanel m_wizardPagePanel

m_currentPage

WizardPage m_currentPage

m_cancel

JButton m_cancel

m_finish

JButton m_finish

m_help

JButton m_help

m_next

JButton m_next

m_prev

JButton m_prev

m_currentPageHasAmbiguousDefault

boolean m_currentPageHasAmbiguousDefault

Class org.freehep.swing.wizard.WizardPage extends JPanel implements Serializable

Serialized Fields

m_wizard

WizardDialog m_wizard

m_prev

WizardPage m_prev

m_nextWizardPages

WizardPage[] m_nextWizardPages

m_hasNextPages

boolean m_hasNextPages

m_isFinishable

boolean m_isFinishable

m_number

String m_number

m_nextEnabled

boolean m_nextEnabled

m_finishEnabled

boolean m_finishEnabled



Copyright © 2000-2007 FreeHEP. All Rights Reserved.