| Package | Description |
|---|---|
| bibliothek.gui.dock.common.menu |
Some
MenuPieces 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
LookAndFeels. |
| 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
LookAndFeels. |
| Constructor and Description |
|---|
LookAndFeelMenuPiece(JFrame frame,
LookAndFeelList list)
Creates a new menu.
|
| Modifier and Type | Method and Description |
|---|---|
static LookAndFeelList |
LookAndFeelList.getDefaultList()
Gets the global list of
LookAndFeels |
| 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. |
Copyright © 2018. All rights reserved.