|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockTheme | |
---|---|
bibliothek.extension.gui.dock.theme | |
bibliothek.gui | |
bibliothek.gui.dock.station | |
bibliothek.gui.dock.themes |
Uses of DockTheme in bibliothek.extension.gui.dock.theme |
---|
Classes in bibliothek.extension.gui.dock.theme that implement DockTheme | |
---|---|
class |
BubbleTheme
A theme using a lot of eye-candy. |
class |
EclipseTheme
A theme imitating the look and feel of the Eclipse-IDE. |
class |
FlatTheme
A theme that uses very few borders. |
class |
SmoothTheme
This theme uses the SmoothDefaultTitleFactory to create some
titles which smoothly changes their color. |
Uses of DockTheme in bibliothek.gui |
---|
Methods in bibliothek.gui with type parameters of type DockTheme | ||
---|---|---|
|
DockUI.registerTheme(Class<T> theme,
ResourceBundle bundle)
Registers a factory for theme . |
Methods in bibliothek.gui that return DockTheme | |
---|---|
DockTheme |
DockStation.getTheme()
Gets the current theme of this station. |
DockTheme |
DockController.getTheme()
Gets the current theme of this controller. |
Methods in bibliothek.gui with parameters of type DockTheme | |
---|---|
void |
DockController.setTheme(DockTheme theme)
Sets the theme of this controller. |
Uses of DockTheme in bibliothek.gui.dock.station |
---|
Methods in bibliothek.gui.dock.station that return DockTheme | |
---|---|
DockTheme |
SplitDockStation.getTheme()
|
DockTheme |
AbstractDockStation.getTheme()
|
DockTheme |
AbstractDockableStation.getTheme()
|
Constructors in bibliothek.gui.dock.station with parameters of type DockTheme | |
---|---|
AbstractDockableStation(DockTheme theme)
Constructs a new station and sets the theme. |
|
StackDockStation(DockTheme theme)
Constructs a new station and sets the theme. |
Uses of DockTheme in bibliothek.gui.dock.themes |
---|
Classes in bibliothek.gui.dock.themes with type parameters of type DockTheme | |
---|---|
class |
ThemePropertyFactory<T extends DockTheme>
A factory using the ThemeProperties of a DockTheme to
create instances of that DockTheme . |
Classes in bibliothek.gui.dock.themes that implement DockTheme | |
---|---|
class |
BasicTheme
A theme that does not install anything and uses the
default-implementations off all factories. |
class |
NoStackTheme
A DockTheme that wraps another theme and ensures that there
is no StackDockStation in another StackDockStation . |
Methods in bibliothek.gui.dock.themes that return DockTheme | |
---|---|
DockTheme |
ThemeFactory.create()
Creates a new theme. |
Method parameters in bibliothek.gui.dock.themes with type arguments of type DockTheme | |
---|---|
static ThemeFactory |
NoStackTheme.getFactory(Class<? extends DockTheme> theme,
ResourceBundle bundle,
DockUI ui)
Creates a ThemeFactory for this theme encapsulating another
theme. |
Constructors in bibliothek.gui.dock.themes with parameters of type DockTheme | |
---|---|
NoStackTheme(DockTheme base)
Creates a new theme |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |