Package | Description |
---|---|
bibliothek.gui.dock.common.menu |
Some
MenuPiece s to modify the layout and settings of an
application that uses Common . |
bibliothek.gui.dock.facile.menu |
Implementations of
MenuPiece . |
bibliothek.gui.dock.support.lookandfeel |
Offers a list containing factories for various
LookAndFeel s. |
Constructor and Description |
---|
CLookAndFeelMenuPiece(CControl control,
LookAndFeelList list)
Creates a new menu.
|
Modifier and Type | Method and Description |
---|---|
LookAndFeelList |
LookAndFeelMenuPiece.getList()
Gets the list of
LookAndFeel s. |
Constructor and Description |
---|
LookAndFeelMenuPiece(javax.swing.JFrame frame,
LookAndFeelList list)
Creates a new menu.
|
Modifier and Type | Method and Description |
---|---|
static LookAndFeelList |
LookAndFeelList.getDefaultList()
Gets the global list of
LookAndFeel s |
Modifier and Type | Method and Description |
---|---|
void |
LookAndFeelListener.defaultLookAndFeelChanged(LookAndFeelList list,
LookAndFeelList.Info lookAndFeel)
Called when the default-
LookAndFeel was exchanged. |
void |
LookAndFeelListener.lookAndFeelAdded(LookAndFeelList list,
LookAndFeelList.Info lookAndFeel)
Called when a selectable
LookAndFeel was added to list . |
void |
LookAndFeelListener.lookAndFeelChanged(LookAndFeelList list,
LookAndFeelList.Info lookAndFeel)
Called when the current
LookAndFeel was exchanged. |
void |
LookAndFeelListener.lookAndFeelRemoved(LookAndFeelList list,
LookAndFeelList.Info lookAndFeel)
Called when a selectable
LookAndFeel was removed from list . |
static void |
LookAndFeelList.setDefaultList(LookAndFeelList list)
Sets the default
LookAndFeelList . |
void |
LookAndFeelListener.systemLookAndFeelChanged(LookAndFeelList list,
LookAndFeelList.Info lookAndFeel)
Called when the system-
LookAndFeel was exchanged. |