DockAction
s.See: Description
Interface | Description |
---|---|
ActionDockBorder |
Represents a
BorderModifier that is used by a component that shows a DockAction . |
ActionGuard |
An ActionGuard is
added
to a DockController , and whenever the actions
of a Dockable have to be determined, all known ActionGuards are
asked, if they may add some additional actions . |
ActionOffer | |
ActionPopupSuppressor |
Suppresses a popup to show
|
ButtonContentFilter |
This filter decides for
DockAction s whether their text is shown on buttons. |
ButtonContentFilterListener |
This listener can be added to a
ButtonContentFilter and will be informed if the filter changes
its behavior. |
ButtonDockAction |
An action that can be pressed like a button.
|
DockAction |
A DockAction is an object that represents an action which can be triggered by the user.
|
DockActionBackgroundComponent |
Represents the background of a
Component that somehow paints a DockAction . |
DockActionSource |
A list of
DockActions which may change its size
at any time. |
DropDownAction |
A DockAction that consists of other actions.
|
ListeningDockAction |
An action that should receive an event when the
DockController of
the structure using this action changes. |
MenuDockAction |
Represents a menu.
|
SelectableDockAction |
An action which has two states "selected" and "not selected".
|
StandardDockAction |
A StandardDockAction is an object that is shown as graphical interface (like a button)
on some Components.
|
StandardDropDownItemAction |
A compination of a
DropDownItemAction and a StandardDockAction . |
Class | Description |
---|---|
AbstractButtonContentFilter |
An abstract implementation of
ButtonContentFilter implementing all methods except
the filter algorithm itself. |
AbstractDockActionSource |
A simple implementation of
DockActionSource that just handles
the listeners for sources. |
ActionContentModifier |
An
ActionContentModifier tells what modifications may be applied to the contents
(e.g. |
ActionPopup |
A mouse-listener that may be added to any component.
|
ActionType<D extends DockAction> |
The ActionType manly defines, how a
DockAction is to be used. |
DefaultActionOffer |
An ActionOffer that collects some
DockActionSources . |
DefaultDockActionSource |
The DefaultDockActionSource is nothing more than a list of
DockActions that may be changed at any time. |
DockActionIcon | |
DockActionText |
Represents a text that is used by a
DockAction . |
FilteredDockActionSource | |
HierarchyDockActionSource |
A
DockActionSource which observes the hierarchy of a Dockable
and changes its content using DockController.listOffers(bibliothek.gui.Dockable) .Clients using this source must call HierarchyDockActionSource.bind() to connect the source with its Dockable ,
and HierarchyDockActionSource.unbind() to free resources. |
LocationHint |
A LocationHint gives information about the preferred location of a
DockActionSource in respect to other sources. |
LocationHint.Enumeration |
Base-class for Enumerations (sets of uniquely identified objects).
|
LocationHint.Hint |
Describes the preferred location of a
LocationHint |
LocationHint.Origin |
Describes who created a
LocationHint |
MultiDockActionSource |
A
DockActionSource that combines various sources in one source. |
SimpleTypedActionGuard<T extends Dockable> | |
StationChildrenActionSource |
This
DockActionSource is a wrapper around a Dockable or a DockStation
and adds one DockAction for each child of the station to itself. |
TypedActionGuard<T extends Dockable> |
This
ActionGuard reacts only on Dockables
with a given type. |
DockAction
s.