|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DockActionDistributor | |
|---|---|
| bibliothek.extension.gui.dock.theme | Contains some DockThemes. |
| bibliothek.gui.dock.common.action.util | Some utility classes required to precisely configure the behavior of
CActions. |
| bibliothek.gui.dock.station.stack.action | Contains the DockActionDistributor interface
which allows clients to tell where a DockAction appears, either
as part of a tab, of the info panel, or on the DockTitle.Clients can make use of the annotations InfoDockAction,
TabDockAction and TitleDockAction
to easily mark the location of their actions. |
| bibliothek.gui.dock.themes.basic | Factories and classes used when the BasicTheme
is active. |
| Uses of DockActionDistributor in bibliothek.extension.gui.dock.theme |
|---|
| Fields in bibliothek.extension.gui.dock.theme with type parameters of type DockActionDistributor | |
|---|---|
static PropertyKey<DockActionDistributor> |
BubbleTheme.ACTION_DISTRIBUTOR
Key for a property pointing to a DockActionDistributor. |
static PropertyKey<DockActionDistributor> |
FlatTheme.ACTION_DISTRIBUTOR
Key for a property pointing to a DockActionDistributor. |
| Uses of DockActionDistributor in bibliothek.gui.dock.common.action.util |
|---|
| Classes in bibliothek.gui.dock.common.action.util that implement DockActionDistributor | |
|---|---|
class |
CDefaultDockActionDistributor
This class decides which DockAction is shown at which place, places are
DockTitles, tabs and info-components placed alongside tabs. |
| Uses of DockActionDistributor in bibliothek.gui.dock.station.stack.action |
|---|
| Classes in bibliothek.gui.dock.station.stack.action that implement DockActionDistributor | |
|---|---|
class |
DefaultDockActionDistributor
This implementation of a DockActionDistributor searches for the annotations
TabDockAction, TitleDockAction and InfoDockAction to decide which DockAction should
be shown where. |
| Constructor parameters in bibliothek.gui.dock.station.stack.action with type arguments of type DockActionDistributor | |
|---|---|
DockActionDistributorSource(DockActionDistributor.Target target,
PropertyKey<DockActionDistributor> key)
Creates a new action source |
|
DockActionDistributorSource(DockActionDistributor.Target target,
PropertyKey<DockActionDistributor> key,
Dockable dockable)
Creates a new action source |
|
| Uses of DockActionDistributor in bibliothek.gui.dock.themes.basic |
|---|
| Method parameters in bibliothek.gui.dock.themes.basic with type arguments of type DockActionDistributor | |
|---|---|
protected BasicDockableDisplayerDecorator |
BasicDockableDisplayer.createStackedDecorator(PropertyKey<DockActionDistributor> distributor)
Creates a new MinimalDecorator that uses a restricted set of DockActions. |
| Constructor parameters in bibliothek.gui.dock.themes.basic with type arguments of type DockActionDistributor | |
|---|---|
TabDecorator(DockStation station,
PropertyKey<DockActionDistributor> distributor)
Creates a new decorator |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||