Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
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.control |
Classes responsible to handle some global task.
|
bibliothek.gui.dock.control.focus |
The focus sub-system is responsible for transfering the focus to the currently
active
Dockable . |
bibliothek.gui.dock.displayer |
Classes and interfaces that are needed by the
DockableDisplayer . |
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.frontend |
Classes and interfaces needed by the
DockFrontend |
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
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.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.station.support |
Elements used by various
DockStation s to store
properties and to propagate events to other objects. |
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
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. |
Class and Description |
---|
DockableFocusEvent
An event describing the focus transfer from one
Dockable to another. |
DockableFocusListener
A listener added to a
DockController , this listener gets informed
when the focused Dockable is exchanged. |
Class and Description |
---|
DockableFocusEvent
An event describing the focus transfer from one
Dockable to another. |
DockableFocusListener
A listener added to a
DockController , this listener gets informed
when the focused Dockable is exchanged. |
Class and Description |
---|
DockableFocusListener
A listener added to a
DockController , this listener gets informed
when the focused Dockable is exchanged. |
DockableListener
A listener which is added to a
Dockable . |
DockableSelectionListener
A listener that gets called when the selected
Dockable of a
DockStation changes. |
DockControllerRepresentativeListener
A listener added to
DockController , gets informed about
changes in the set of DockElementRepresentative s. |
DockFrontendListener
A listener to a
DockFrontend . |
DockHierarchyListener
A listener that is added to a
Dockable
and is informed whenever the path of the element changes. |
DockStationListener
This listener is added to a
DockStation . |
DockTitleBindingListener
A listener added to a
DockController , receives notifications when
a DockTitle is bound or unbound. |
VetoableDockFrontendListener
This listener is added to a
DockFrontend . |
Class and Description |
---|
DockableListener
A listener which is added to a
Dockable . |
DockHierarchyListener
A listener that is added to a
Dockable
and is informed whenever the path of the element changes. |
DockStationListener
This listener is added to a
DockStation . |
FlapDockListener
A listener that is added to a
FlapDockStation . |
SplitDockListener
A listener which is added to a
SplitDockStation . |
Class and Description |
---|
DockableListener
A listener which is added to a
Dockable . |
DockActionSourceListener
A listener that is added to
DockActionSource . |
DropDownActionListener
A listener of a
DropDownAction . |
SelectableDockActionListener
An observer of a
SelectableDockAction . |
StandardDockActionListener
This listener is added to a
StandardDockAction . |
Class and Description |
---|
DropDownActionListener
A listener of a
DropDownAction . |
SelectableDockActionListener
An observer of a
SelectableDockAction . |
StandardDockActionListener
This listener is added to a
StandardDockAction . |
Class and Description |
---|
ComponentHierarchyObserverListener
A listener of a
ComponentHierarchyObserver , this listener
gets informed whenever some Component s enter or leave the realm
of a DockController . |
ControllerSetupListener
A listener added to a
ControllerSetupCollection , this listener
is informed when a DockController has finished setting up its objects. |
DockControllerRepresentativeListener
A listener added to
DockController , gets informed about
changes in the set of DockElementRepresentative s. |
DockRegisterAdapter
A
DockRegisterListener that contains only empty methods. |
DockRegisterListener
A listener receiving events from a
DockRegister .DockRegister can be stalled
and some events may have a great delay when arriving. |
DoubleClickListener
A
DoubleClickListener is added to the DoubleClickController
and may receive an event if a Dockable , which is child or equal
to LocatedListener.getTreeLocation() , was clicked twice. |
FocusVetoListener.FocusVeto
Tells how to react on a potential change of the focus.
|
KeyboardListener
A listener added to the
KeyboardController ,
this listener receives a notification whenever a keyevent is dispatched
in a DockElement below the location of this
listener. |
Class and Description |
---|
DockableFocusListener
A listener added to a
DockController , this listener gets informed
when the focused Dockable is exchanged. |
FocusVetoListener
This listener is added to the
FocusController and allows to
interrupt a change of the focus. |
FocusVetoListener.FocusVeto
Tells how to react on a potential change of the focus.
|
Class and Description |
---|
SingleTabDeciderListener
This listener is added to a
SingleTabDecider . |
Class and Description |
---|
DockableListener
A listener which is added to a
Dockable . |
DockHierarchyEvent
Contains information about the path of a
Dockable . |
DockHierarchyListener
A listener that is added to a
Dockable
and is informed whenever the path of the element changes. |
Class and Description |
---|
ComponentHierarchyObserverEvent
An event telling that
Component s have been added or removed from
a ComponentHierarchyObserver . |
DockableFocusEvent
An event describing the focus transfer from one
Dockable to another. |
DockableFocusListener
A listener added to a
DockController , this listener gets informed
when the focused Dockable is exchanged. |
DockableListener
A listener which is added to a
Dockable . |
DockableSelectionEvent
An event that tells which
Dockable was selected on wich DockStation |
DockActionSourceListener
A listener that is added to
DockActionSource . |
DockFrontendListener
A listener to a
DockFrontend . |
DockHierarchyEvent
Contains information about the path of a
Dockable . |
DockListener
Deprecated.
clients should use the listeners they require directly
|
DockRegisterListener
A listener receiving events from a
DockRegister .DockRegister can be stalled
and some events may have a great delay when arriving. |
DockStationListener
This listener is added to a
DockStation . |
FocusVetoListener.FocusVeto
Tells how to react on a potential change of the focus.
|
LocatedListener
A located listener receives events only if they belong to a
specific
DockElement or a child of that element. |
StandardDockActionListener
This listener is added to a
StandardDockAction . |
VetoableDockFrontendEvent
Event that is received by a
VetoableDockFrontendListener . |
VetoableDockFrontendListener
This listener is added to a
DockFrontend . |
Class and Description |
---|
VetoableDockFrontendListener
This listener is added to a
DockFrontend . |
Class and Description |
---|
DockStationListener
This listener is added to a
DockStation . |
Class and Description |
---|
DockableListener
A listener which is added to a
Dockable . |
Class and Description |
---|
DockActionSourceListener
A listener that is added to
DockActionSource . |
Class and Description |
---|
DockHierarchyEvent
Contains information about the path of a
Dockable . |
DockHierarchyListener
A listener that is added to a
Dockable
and is informed whenever the path of the element changes. |
Class and Description |
---|
DockActionSourceListener
A listener that is added to
DockActionSource . |
Class and Description |
---|
DockStationAdapter
An abstract implementation of
DockStationListener . |
DockStationListener
This listener is added to a
DockStation . |
Class and Description |
---|
UIListener
A listener added to the
DockController . |
Class and Description |
---|
DockableFocusEvent
An event describing the focus transfer from one
Dockable to another. |
DockableFocusListener
A listener added to a
DockController , this listener gets informed
when the focused Dockable is exchanged. |
Class and Description |
---|
StandardDockActionListener
This listener is added to a
StandardDockAction . |