Serialized Form
Package org.freehep.swing |
tryInterfaces
boolean tryInterfaces
list
JList list
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
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.
popup
JPopupMenu popup
subToolBar
JToolBar subToolBar
selectedComponent
JComponent selectedComponent
interceptor
org.freehep.swing.JSubToolBar.MousePanel interceptor
buttonList
LinkedList buttonList
otherState
boolean otherState
otherState
boolean otherState
Package org.freehep.swing.graphics |
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.
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.
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.
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.
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
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.
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.
Package org.freehep.swing.layout |
scroller
JScrollPane scroller
uniformHeight
boolean uniformHeight
firstTime
boolean firstTime
defaults
GridBagConstraints defaults
Package org.freehep.swing.plaf.metal |
Package org.freehep.swing.table |
Package org.freehep.swing.test |
menuBar
JMenuBar menuBar
topPanel
JPanel topPanel
Package org.freehep.swing.treetable |
tree
JTreeTable.TreeTableCellRenderer tree
- A subclass of JTree.
visibleRow
int visibleRow
- Last table/tree row asked to renderer.
tree
JTree tree
treeTableModel
TreeTableModel treeTableModel
Package org.freehep.swing.undo |
firstTimeDone
boolean firstTimeDone
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
frames
int frames
parent
LinkableEdit parent
nextEdit
LinkableEdit nextEdit
previousEdit
LinkableEdit previousEdit
Package org.freehep.swing.wizard |
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
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.