Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse |
Various graphical and logical components needed when the
EclipseTheme
is active. |
bibliothek.extension.gui.dock.theme.eclipse.stack |
An implementation of
TabPane and
supporting classes for the EclipseTheme . |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
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.action.dropdown |
Elements needed to design the communication between a
DropDownAction and its children. |
bibliothek.gui.dock.action.popup | |
bibliothek.gui.dock.action.view |
Classes to create a views for
DockAction s.This package does not contain any views, only the mechanism to create some. |
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
bibliothek.gui.dock.disable |
Contains the
DisablingStrategy and associated classes,
allows clients to disable Dockable s, DockTitle s
or DockAction s. |
bibliothek.gui.dock.dockable |
Some classes related to
Dockable . |
bibliothek.gui.dock.event |
Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener. |
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation . |
bibliothek.gui.dock.station.flap.button |
Contains the
ButtonContentFilter , which
allows clients to decide which DockAction s to show
on a 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.station.stack |
Elements which are related to the
StackDockStation . |
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. |
bibliothek.gui.dock.themes.basic.action |
Elements handling the view of
DockAction s.They way from a DockAction to its view normally involves four objects:
The DockAction itself, providing the basic set of properties
A handler listening to changes of the
action and forwarding the changes to the model. |
bibliothek.gui.dock.themes.basic.action.buttons |
Classes which allow to paint and interact with a
BasicButtonModel . |
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 |
bibliothek.gui.dock.themes.basic.action.menu |
Handlers taking various kinds of
DockAction and presenting them
as MenuViewItem in
order to display the actions in a menu. |
bibliothek.gui.dock.themes.color |
The color subsystem allows each kind of element to get its colors
from a central repository.
|
bibliothek.gui.dock.themes.font |
Implementations of
DockFont to be used
at different places (as described in the documentation for each item). |
bibliothek.gui.dock.title |
Elements needed to paint the title of a
Dockable . |
Class and Description |
---|
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
Class and Description |
---|
AbstractDockActionSource
A simple implementation of
DockActionSource that just handles
the listeners for sources. |
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
FilteredDockActionSource |
Class and Description |
---|
DockActionSource
A list of
DockActions which may change its size
at any time. |
Class and Description |
---|
DockActionSource
A list of
DockActions which may change its size
at any time. |
Class and Description |
---|
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
|
ButtonDockAction
An action that can be pressed like a button.
|
DefaultDockActionSource
The DefaultDockActionSource is nothing more than a list of
DockActions that may be changed at any time. |
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
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 and Description |
---|
DefaultDockActionSource
The DefaultDockActionSource is nothing more than a list of
DockActions that may be changed at any time. |
DockActionSource
A list of
DockActions which may change its size
at any time. |
ListeningDockAction
An action that should receive an event when the
DockController of
the structure using this action changes. |
Class and Description |
---|
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. |
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
|
ActionType
The ActionType manly defines, how a
DockAction is to be used. |
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.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
DropDownAction
A DockAction that consists of other actions.
|
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 |
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 . |
TypedActionGuard
This
ActionGuard reacts only on Dockables
with a given type. |
Class and Description |
---|
ActionContentModifier
An
ActionContentModifier tells what modifications may be applied to the contents
(e.g. |
ActionType
The ActionType manly defines, how a
DockAction is to be used. |
ButtonDockAction
An action that can be pressed like a button.
|
DefaultDockActionSource
The DefaultDockActionSource is nothing more than a list of
DockActions that may be changed at any time. |
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
DropDownAction
A DockAction that consists of other actions.
|
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 and Description |
---|
ActionContentModifier
An
ActionContentModifier tells what modifications may be applied to the contents
(e.g. |
DropDownAction
A DockAction that consists of other actions.
|
Class and Description |
---|
DockActionSource
A list of
DockActions which may change its size
at any time. |
Class and Description |
---|
ActionType
The ActionType manly defines, how a
DockAction is to be used. |
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
Class and Description |
---|
ActionOffer |
ActionPopupSuppressor
Suppresses a popup to show
|
Class and Description |
---|
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
Class and Description |
---|
DockActionSource
A list of
DockActions which may change its size
at any time. |
Class and Description |
---|
ActionContentModifier
An
ActionContentModifier tells what modifications may be applied to the contents
(e.g. |
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
DropDownAction
A DockAction that consists of other actions.
|
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.
|
Class and Description |
---|
DockActionSource
A list of
DockActions which may change its size
at any time. |
Class and Description |
---|
AbstractDockActionSource
A simple implementation of
DockActionSource that just handles
the listeners for sources. |
DefaultDockActionSource
The DefaultDockActionSource is nothing more than a list of
DockActions that may be changed at any time. |
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
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 and Description |
---|
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
Class and Description |
---|
AbstractDockActionSource
A simple implementation of
DockActionSource that just handles
the listeners for sources. |
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.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
ListeningDockAction
An action that should receive an event when the
DockController of
the structure using this action changes. |
LocationHint
A LocationHint gives information about the preferred location of a
DockActionSource in respect to other sources. |
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 and Description |
---|
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.
|
ListeningDockAction
An action that should receive an event when the
DockController of
the structure using this action changes. |
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 and Description |
---|
ActionPopup
A mouse-listener that may be added to any component.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
Class and Description |
---|
AbstractDockActionSource
A simple implementation of
DockActionSource that just handles
the listeners for sources. |
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
LocationHint
A LocationHint gives information about the preferred location of a
DockActionSource in respect to other sources. |
Class and Description |
---|
ActionPopup
A mouse-listener that may be added to any component.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
Class and Description |
---|
ActionContentModifier
An
ActionContentModifier tells what modifications may be applied to the contents
(e.g. |
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.
|
DropDownAction
A DockAction that consists of other actions.
|
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.
|
Class and Description |
---|
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
Class and Description |
---|
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.
|
DropDownAction
A DockAction that consists of other actions.
|
SelectableDockAction
An action which has two states "selected" and "not selected".
|
StandardDropDownItemAction
A compination of a
DropDownItemAction and a StandardDockAction . |
Class and Description |
---|
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.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |
DropDownAction
A DockAction that consists of other actions.
|
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.
|
Class and Description |
---|
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
Class and Description |
---|
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
Class and Description |
---|
DockAction
A DockAction is an object that represents an action which can be triggered by the user.
|
DockActionSource
A list of
DockActions which may change its size
at any time. |