Package | Description |
---|---|
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.common.behavior | |
bibliothek.gui.dock.common.event | |
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.common.perspective |
The perspective API offers clients the possibility to define or modify the layout
of an application without actually creating any
CDockable s. |
bibliothek.gui.dock.control.focus |
The focus sub-system is responsible for transferring 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.layout |
Elements dealing with the location of
Dockable s
on their DockStation and allowing to store the
whole layout of a set of Dockable s and stations. |
bibliothek.gui.dock.security |
A package dealing with the issues of Applets and Wepstart-applications.
DockingFrames monitors mouse- and other events globally. |
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation . |
Modifier and Type | Method and Description |
---|---|
boolean |
Dockable.isDockableVisible()
Deprecated.
replaced by
Dockable.isDockableShowing() , this method will be removed in a future release |
boolean |
DockStation.isStationVisible()
Deprecated.
use
DockStation.isStationShowing() instead, this method will be removed in a future release |
boolean |
DockStation.isVisible(Dockable dockable)
Deprecated.
use
DockStation.isChildShowing(Dockable) instead, this method will be removed in a future release |
void |
DockController.setFocusedDockable(Dockable focusedDockable,
Component component,
boolean force)
Deprecated.
clients should use
DockController.setFocusedDockable(FocusRequest) instead |
void |
DockController.setFocusedDockable(Dockable focusedDockable,
Component component,
boolean force,
boolean ensureFocusSet,
boolean ensureDockableFocused)
Deprecated.
clients should use
DockController.setFocusedDockable(FocusRequest) instead |
Modifier and Type | Method and Description |
---|---|
boolean |
SplitDockStation.isDockableVisible()
Deprecated.
|
boolean |
ScreenDockStation.isStationVisible()
Deprecated.
|
boolean |
SplitDockStation.isStationVisible()
Deprecated.
|
boolean |
ScreenDockStation.isVisible(Dockable dockable)
Deprecated.
|
boolean |
SplitDockStation.isVisible(Dockable dockable)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalizingCGridArea
|
Modifier and Type | Method and Description |
---|---|
boolean |
CDockableLocationEvent.getNewVisible()
Deprecated.
replaced by
CDockableLocationEvent.getNewShowing() |
boolean |
CDockableLocationEvent.getOldVisible()
Deprecated.
replaced by
CDockableLocationEvent.getOldShowing() |
boolean |
CDockableLocationEvent.isVisibleChanged()
Deprecated.
this method gets replaced by
CDockableLocationEvent.isShowingChanged() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractCDockable.isDockableVisible()
Deprecated.
|
boolean |
CDockable.isDockableVisible()
Deprecated.
this method gets replaced by
CDockable.isShowing() , which offers the exact same information. This method
will be removed in a future release |
Modifier and Type | Class and Description |
---|---|
class |
CPerspective
A
CPerspective is a lightweight, modifiable representation of all Dockable s and DockStation s
handled by a CControl .When using a CPerspective clients have to be aware of:
Neither single- nor multiple-dockables need to be registered.
Any root-CStation used by a CControl needs to be registered using #addRoot(CStationPerspective)
|
Modifier and Type | Method and Description |
---|---|
FocusVetoListener.FocusVeto |
FocusController.setFocusedDockable(DockElementRepresentative source,
Component component,
boolean force,
boolean ensureFocusSet,
boolean ensureDockableFocused)
Deprecated.
this method will be replaced by
FocusController.focus(FocusRequest) |
Modifier and Type | Field and Description |
---|---|
static SingleTabDecider |
SingleTabDecider.ALLWAYS
Deprecated.
please use
SingleTabDecider.ALWAYS instead |
Modifier and Type | Field and Description |
---|---|
static int |
DockableStateEvent.FLAG_VISIBILITY
Deprecated.
use
DockableStateEvent.FLAG_SHOWING instead of this flag. This flag will be removed in a future version. |
Modifier and Type | Method and Description |
---|---|
boolean |
DockableStateEvent.didVisibilityChange()
Deprecated.
use
DockableStateEvent.didShowingChange() instead, this method will be removed in a future version |
boolean |
AbstractDockable.isDockableVisible()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DockFactory<? extends DockElement,?,?> |
DockSituation.getFactory(String id)
Gets the factory which has the given
id . |
Modifier and Type | Class and Description |
---|---|
class |
GlassedPane
A panel containing two children: a "content pane" and a "glass pane".
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractDockableStation.isStationVisible()
Deprecated.
|
boolean |
AbstractDockableStation.isVisible(Dockable dockable)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScreenDockFullscreenStrategy
This default implementation of a
ScreenDockFullscreenStrategy just works with
the boundaries of a ScreenDockWindow . |