|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StandardDropDownItemAction | |
---|---|
bibliothek.gui | The high level interfaces of the framework and the most often used classes. |
bibliothek.gui.dock.action | The components dealing with the logic of DockAction s. |
bibliothek.gui.dock.action.actions | Contains a set of different DockAction s
and supporting classes.The actions in this package will create views, which show Icon s,
text, tooltips and other gimmicks. |
bibliothek.gui.dock.station.flap | Elements that are related to the FlapDockStation . |
bibliothek.gui.dock.station.screen | Elements that are related to the ScreenDockStation . |
bibliothek.gui.dock.station.split | Elements which are needed by the SplitDockStation ,
and which are needed to interact with the station. |
bibliothek.gui.dock.themes.basic.action.dropdown | Handlers taking various kinds of
DockAction and presenting them
as DropDownViewItem
in order to display them as children of a
DropDownAction |
Uses of StandardDropDownItemAction in bibliothek.gui |
---|
Classes in bibliothek.gui that implement StandardDropDownItemAction | |
---|---|
class |
DockFrontend.Hider
An object which is action and ActionGuard at the same time. |
Uses of StandardDropDownItemAction in bibliothek.gui.dock.action |
---|
Subinterfaces of StandardDropDownItemAction in bibliothek.gui.dock.action | |
---|---|
interface |
ButtonDockAction
An action that can be pressed like a button. |
interface |
SelectableDockAction
An action which has two states "selected" and "not selected". |
Classes in bibliothek.gui.dock.action that implement StandardDropDownItemAction | |
---|---|
protected class |
StationChildrenActionSource.FocusAction
An action that can transfer the focus |
Uses of StandardDropDownItemAction in bibliothek.gui.dock.action.actions |
---|
Subinterfaces of StandardDropDownItemAction in bibliothek.gui.dock.action.actions | |
---|---|
interface |
SharingSelectableDockAction
A SelectableDockAction whose properties are shared among all Dockable s, clients
can modify the properties. |
Uses of StandardDropDownItemAction in bibliothek.gui.dock.station.flap |
---|
Classes in bibliothek.gui.dock.station.flap that implement StandardDropDownItemAction | |
---|---|
class |
FlapDockHoldToggle
This DockAction is shown together with the children of a
FlapDockStation , and allows to "stick" a Dockable . |
Uses of StandardDropDownItemAction in bibliothek.gui.dock.station.screen |
---|
Classes in bibliothek.gui.dock.station.screen that implement StandardDropDownItemAction | |
---|---|
class |
ScreenFullscreenAction
This DockAction is mainly used by the ScreenDockStation
to allow it's children to go into fullscreen-mode. |
Uses of StandardDropDownItemAction in bibliothek.gui.dock.station.split |
---|
Classes in bibliothek.gui.dock.station.split that implement StandardDropDownItemAction | |
---|---|
class |
SplitFullScreenAction
This DockAction is mainly used by the SplitDockStation
to allow it's children to get in fullscreen-mode. |
Uses of StandardDropDownItemAction in bibliothek.gui.dock.themes.basic.action.dropdown |
---|
Classes in bibliothek.gui.dock.themes.basic.action.dropdown with type parameters of type StandardDropDownItemAction | |
---|---|
class |
AbstractDropDownHandler<S extends StandardDropDownItemAction>
A handler that connects a StandardDropDownItemAction with a
drop-down-button. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |