Serialized Form
|
Package org.jvnet.substance |
directories
Vector<E> directories
depths
int[] depths
selectedDirectory
File selectedDirectory
chooser
JFileChooser chooser
fsv
FileSystemView fsv
filters
FileFilter[] filters
isSelected
boolean isSelected
backgroundDelegate
SubstanceGradientBackgroundDelegate backgroundDelegate
orientation
int orientation
- Button orientation.
orientation
int orientation
- Button orientation.
inset
int inset
- Inset.
propertyChangeListener
PropertyChangeListener propertyChangeListener
- PropertyChangeListener added to the JRootPane.
menuBar
JMenuBar menuBar
- JMenuBar, typically renders the system menu items.
closeAction
Action closeAction
- Action used to close the Window.
iconifyAction
Action iconifyAction
- Action used to iconify the Frame.
restoreAction
Action restoreAction
- Action to restore the Frame size.
maximizeAction
Action maximizeAction
- Action to restore the Frame size.
toggleButton
JButton toggleButton
- Button used to maximize or restore the frame.
minimizeButton
JButton minimizeButton
- Button used to minimize the frame
closeButton
JButton closeButton
- Button used to close the frame.
maximizeIcon
Icon maximizeIcon
- Icon used for toggleButton when window is normal size.
restoreSizeIcon
Icon restoreSizeIcon
- Icon used for toggleButton when window is maximized.
windowListener
WindowListener windowListener
- Listens for changes in the state of the Window listener to update the
state of the widgets.
window
Window window
- Window we're currently in.
rootPane
JRootPane rootPane
- JRootPane rendering for.
state
int state
- Buffered Frame.state property. As state isn't bound, this is kept to
determine when to avoid updating widgets.
rootPaneUI
SubstanceRootPaneUI rootPaneUI
- SubstanceRootPaneUI that created us.