|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Combiner | |
|---|---|
| bibliothek.gui | The high level interfaces of the framework and the most often used classes. |
| bibliothek.gui.dock.common.theme | Classes related to the DockThemes. |
| bibliothek.gui.dock.station.support | Elements used by various DockStations to store
properties and to propagate events to other objects. |
| bibliothek.gui.dock.themes | Contains an implementation of DockTheme and
all classes which are neede by this theme. |
| bibliothek.gui.dock.themes.basic | Factories and classes used when the BasicTheme
is active. |
| Uses of Combiner in bibliothek.gui |
|---|
| Methods in bibliothek.gui that return Combiner | |
|---|---|
static Combiner |
DockUI.getCombiner(Combiner combiner,
DockStation station)
Gets a Combiner for station. |
Combiner |
DockTheme.getCombiner(DockStation station)
Gets the Combiner for station. |
| Methods in bibliothek.gui with parameters of type Combiner | |
|---|---|
static Combiner |
DockUI.getCombiner(Combiner combiner,
DockStation station)
Gets a Combiner for station. |
| Uses of Combiner in bibliothek.gui.dock.common.theme |
|---|
| Methods in bibliothek.gui.dock.common.theme that return Combiner | |
|---|---|
Combiner |
CDockTheme.getCombiner(DockStation station)
|
| Uses of Combiner in bibliothek.gui.dock.station.support |
|---|
| Classes in bibliothek.gui.dock.station.support that implement Combiner | |
|---|---|
class |
CombinerWrapper
A CombinerWrapper encloses a Combiner and uses
the combiner as delegate. |
| Methods in bibliothek.gui.dock.station.support that return Combiner | |
|---|---|
Combiner |
CombinerWrapper.getDelegate()
Gets the delegate of this wrapper. |
| Methods in bibliothek.gui.dock.station.support with parameters of type Combiner | |
|---|---|
void |
CombinerWrapper.setDelegate(Combiner delegate)
Sets the delegate for this wrapper. |
| Uses of Combiner in bibliothek.gui.dock.themes |
|---|
| Methods in bibliothek.gui.dock.themes that return Combiner | |
|---|---|
Combiner |
BasicTheme.getCombiner(DockStation station)
|
Combiner |
NoStackTheme.getCombiner(DockStation station)
|
| Methods in bibliothek.gui.dock.themes with parameters of type Combiner | |
|---|---|
void |
BasicTheme.setCombiner(Combiner combiner)
Sets the Combiner of this theme. |
void |
BasicTheme.setCombiner(Combiner combiner,
Priority priority)
Sets the Combiner of this theme. |
| Uses of Combiner in bibliothek.gui.dock.themes.basic |
|---|
| Classes in bibliothek.gui.dock.themes.basic that implement Combiner | |
|---|---|
class |
BasicCombiner
A simple implementation of Combiner, which merges two Dockables
by creating a StackDockStation, and putting the children onto this
station. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||