|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SharingStandardDockAction | |
|---|---|
| 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 DockActions. |
| bibliothek.gui.dock.action.actions | Contains a set of different DockActions
and supporting classes.The actions in this package will create views, which show Icons,
text, tooltips and other gimmicks. |
| bibliothek.gui.dock.common.action | Contains different DockActions and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockables. |
| bibliothek.gui.dock.common.action.core | A set of DockActions that also implement
CommonDockAction. |
| bibliothek.gui.dock.common.action.predefined | A set of more complex actions that can be directly used. |
| bibliothek.gui.dock.common.intern.action | CActions and supporting classes that are not intended for clients
to be used directly. |
| bibliothek.gui.dock.facile.action | Some DockActions used by Common. |
| bibliothek.gui.dock.facile.mode.action | A set of DockActions that change the LocationMode
of a Dockable. |
| bibliothek.gui.dock.station.flap | Elements that are related to the FlapDockStation. |
| Uses of SharingStandardDockAction in bibliothek.gui |
|---|
| Classes in bibliothek.gui that implement SharingStandardDockAction | |
|---|---|
class |
DockFrontend.Hider
An object which is action and ActionGuard at the same time. |
| Uses of SharingStandardDockAction in bibliothek.gui.dock.action |
|---|
| Classes in bibliothek.gui.dock.action that implement SharingStandardDockAction | |
|---|---|
protected class |
StationChildrenActionSource.FocusAction
An action that can transfer the focus |
| Uses of SharingStandardDockAction in bibliothek.gui.dock.action.actions |
|---|
| Subinterfaces of SharingStandardDockAction in bibliothek.gui.dock.action.actions | |
|---|---|
interface |
SharingDropDownDockAction
A SharingDropDownDockAction is a DropDownAction whose properties are shared by
all Dockables and whose properties can be set by the client. |
interface |
SharingDropDownItemAction
A DropDownItemAction whose properties are shared among all Dockables, the
properties can be modified by the client. |
interface |
SharingSelectableDockAction
A SelectableDockAction whose properties are shared among all Dockables, clients
can modify the properties. |
| Classes in bibliothek.gui.dock.action.actions that implement SharingStandardDockAction | |
|---|---|
class |
AbstractSimpleDropDownAction
A dropdown action based on one DockActionSource which has to be specified
by a subclass. |
class |
SimpleButtonAction
A ButtonDockAction that has the same properties for all
Dockables which use the action. |
class |
SimpleDockAction
A simple implementation of DockAction. |
class |
SimpleDropDownAction
A dropdown action that has the same properties for all Dockables. |
class |
SimpleDropDownItemAction
An action that can be shown as child of a DropDownAction and
which has advanced information for the DropDownAction. |
class |
SimpleMenuAction
An action that provides a menu which contains other actions. |
class |
SimpleSelectableAction
A DockAction that has a state selected. |
static class |
SimpleSelectableAction.Check
A SimpleSelectableAction that is visualized as
a ActionType.CHECK. |
static class |
SimpleSelectableAction.Radio
A SimpleSelectableAction that is visualized as
a ActionType.RADIO. |
| Uses of SharingStandardDockAction in bibliothek.gui.dock.common.action |
|---|
| Classes in bibliothek.gui.dock.common.action that implement SharingStandardDockAction | |
|---|---|
class |
CPanelPopup.PanelPopup
A custom action shows some dialog or window when triggered |
| Uses of SharingStandardDockAction in bibliothek.gui.dock.common.action.core |
|---|
| Subinterfaces of SharingStandardDockAction in bibliothek.gui.dock.common.action.core | |
|---|---|
interface |
CommonDecoratableDockAction
The combination of a CommonDockAction and a SharingStandardDockAction, does not introduce
any new methods or fields.This is the interface any DockAction that is used by a CDecorateableAction must implement. |
interface |
CommonDropDownItem
A combination of SharingDropDownItemAction and CommonDecoratableDockAction, this interface
does not add any new methods or fields.DockActions used by the CDropDownItem must implement this interface. |
interface |
CommonSelectableAction
A combination of SharingSelectableDockAction and CommonDockAction, does not add
any new methods or fields.This is the interface a DockAction must implement if used by CSelectableAction. |
| Classes in bibliothek.gui.dock.common.action.core that implement SharingStandardDockAction | |
|---|---|
class |
CommonSimpleButtonAction
An implementation of a SimpleButtonAction that also implements CommonDockAction. |
class |
CommonSimpleCheckAction
A SimpleSelectableAction that also implements CommonDockAction. |
class |
CommonSimpleDropDownAction
An implementation of a SimpleDropDownAction also implementing CommonDockAction. |
class |
CommonSimpleMenuAction
A SimpleMenuAction implementing CommonDockAction. |
class |
CommonSimpleRadioAction
A SimpleSelectableAction that also implements CommonDockAction. |
| Uses of SharingStandardDockAction in bibliothek.gui.dock.common.action.predefined |
|---|
| Classes in bibliothek.gui.dock.common.action.predefined that implement SharingStandardDockAction | |
|---|---|
class |
CCloseAction.Action
Internal representation of the CCloseAction, just calls
CCloseAction.close(CDockable) when triggered. |
| Uses of SharingStandardDockAction in bibliothek.gui.dock.common.intern.action |
|---|
| Classes in bibliothek.gui.dock.common.intern.action that implement SharingStandardDockAction | |
|---|---|
class |
CExtendedModeAction.Action
The internal representation of a CExtendedModeAction. |
| Uses of SharingStandardDockAction in bibliothek.gui.dock.facile.action |
|---|
| Classes in bibliothek.gui.dock.facile.action that implement SharingStandardDockAction | |
|---|---|
class |
CloseAction
This action shows an icon for "close". |
class |
RenameAction
This DockAction can change the title-text
of a Dockable. |
static class |
RenameAction.RenameDefaultDockable
An implementation of RenameAction that can handle
DefaultDockables. |
static class |
RenameAction.RenameFlapDockStation
An implementation of RenameAction that can handle
FlapDockStations. |
static class |
RenameAction.RenameSplitDockStation
An implementation of RenameAction that can handle
SplitDockStations. |
static class |
RenameAction.RenameStackDockStation
An implementation of RenameAction that can handle
StackDockStations. |
| Uses of SharingStandardDockAction in bibliothek.gui.dock.facile.mode.action |
|---|
| Classes in bibliothek.gui.dock.facile.mode.action that implement SharingStandardDockAction | |
|---|---|
class |
ExternalizedModeAction
An action used to change the Mode of a Dockable to
the ExternalizedMode. |
class |
LocationModeAction
Action for changing the LocationMode of a Dockable. |
class |
MaximizedModeAction
An action used to change the Mode of a Dockable to
the MaximizedMode. |
class |
MinimizedModeAction
An action used to change the Mode of a Dockable to
the MinimizedMode. |
class |
NormalModeAction
An action used to change the Mode of a Dockable to
the NormalMode. |
| Uses of SharingStandardDockAction in bibliothek.gui.dock.station.flap |
|---|
| Classes in bibliothek.gui.dock.station.flap that implement SharingStandardDockAction | |
|---|---|
class |
FlapDockDirection
This DockAction is used as an action of a FlapDockStation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||