Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.preference |
Classes used directly or indirectly by the
CPreferenceModel . |
bibliothek.gui.dock.common.theme |
Classes related to the
DockTheme s. |
bibliothek.gui.dock.facile.menu |
Implementations of
MenuPiece . |
Modifier and Type | Method and Description |
---|---|
ThemeMap |
CControl.getThemes()
Gets the list of installed themes.
|
Constructor and Description |
---|
ThemeChoice(ThemeMap themes,
DockController controller)
Creates a new set of choices.
|
ThemePreference(DockProperties properties,
ThemeMap themes)
Creates a new preference.
|
Modifier and Type | Method and Description |
---|---|
void |
ThemeMapListener.changed(ThemeMap map,
int index,
java.lang.String key,
ThemeFactory oldFactory,
ThemeFactory newFactory)
Called when an entry was changed (includes adding or removing).
|
void |
ThemeMapListener.selectionChanged(ThemeMap map,
java.lang.String oldKey,
java.lang.String newKey)
Called when the selected factory has been changed.
|
Modifier and Type | Method and Description |
---|---|
ThemeMap |
ThemeMenuPiece.getThemes()
Gets the set of themes used by this piece.
|
Modifier and Type | Method and Description |
---|---|
void |
ThemeMenuPiece.setThemes(ThemeMap themes)
Sets the themes which this piece offers
|
Constructor and Description |
---|
ThemeMenuPiece(DockController controller,
ThemeMap map)
Creates a new piece using the themes of
map . |