Serialized Form


Package org.jvnet.substance

Class org.jvnet.substance.SubstanceComboBoxRenderer extends BasicComboBoxRenderer implements Serializable

Class org.jvnet.substance.SubstanceComboBoxRenderer.SubstanceUIResource extends SubstanceComboBoxRenderer implements Serializable

Class org.jvnet.substance.SubstanceDefaultListCellRenderer extends DefaultListCellRenderer implements Serializable

Class org.jvnet.substance.SubstanceDefaultListCellRenderer.SubstanceUIResource extends SubstanceDefaultListCellRenderer implements Serializable

Class org.jvnet.substance.SubstanceFileChooserUI.DirectoryComboBoxAction extends AbstractAction implements Serializable

Class org.jvnet.substance.SubstanceFileChooserUI.DirectoryComboBoxModel extends AbstractListModel implements Serializable

Serialized Fields

directories

Vector<E> directories

depths

int[] depths

selectedDirectory

File selectedDirectory

chooser

JFileChooser chooser

fsv

FileSystemView fsv

Class org.jvnet.substance.SubstanceFileChooserUI.FilterComboBoxModel extends AbstractListModel implements Serializable

Serialized Fields

filters

FileFilter[] filters

Class org.jvnet.substance.SubstanceFileChooserUI.FilterComboBoxRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

isSelected

boolean isSelected

backgroundDelegate

SubstanceGradientBackgroundDelegate backgroundDelegate

Class org.jvnet.substance.SubstanceInternalFrameTitlePane extends MetalInternalFrameTitlePane implements Serializable

Class org.jvnet.substance.SubstanceLookAndFeel extends MetalLookAndFeel implements Serializable

Class org.jvnet.substance.SubstancePaneBorder extends AbstractBorder implements Serializable

Class org.jvnet.substance.SubstanceScrollButton extends JButton implements Serializable

Serialized Fields

orientation

int orientation
Button orientation.

Class org.jvnet.substance.SubstanceSpinnerButton extends JButton implements Serializable

Serialized Fields

orientation

int orientation
Button orientation.

Class org.jvnet.substance.SubstanceSplitPaneDivider extends BasicSplitPaneDivider implements Serializable

Serialized Fields

inset

int inset
Inset.

Class org.jvnet.substance.SubstanceTitlePane extends JComponent implements Serializable

Serialized Fields

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.

Class org.jvnet.substance.SubstanceToolBarBorder extends AbstractBorder implements Serializable