Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse.displayer |
The
DockableDisplayer s that are used
by 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.dockable |
Some classes related to
Dockable . |
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
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. |
Modifier and Type | Method and Description |
---|---|
void |
BubbleDisplayerFactory.request(DisplayerRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
EclipseDisplayerFactory.request(DisplayerRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
FlatDisplayerFactory.request(DisplayerRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
DockStation.requestChildDisplayer(DisplayerRequest request)
Provides a
DockableDisplayer for a child of this station. |
void |
Dockable.requestDisplayer(DisplayerRequest request)
Invoked to get
DockableDisplayer for this Dockable . |
Modifier and Type | Method and Description |
---|---|
void |
SplitDockStation.requestChildDisplayer(DisplayerRequest request) |
void |
SplitDockStation.requestDisplayer(DisplayerRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDockable.requestDisplayer(DisplayerRequest request)
The default behavior of this method is to do nothing.
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayerFactory.request(DisplayerRequest request)
Creates a new
DockableDisplayer , this method needs to call
answer(DockableDisplayer) once the new displayer is created.The new displayer will be shown on getParent() , its content
must be getTarget() and getTitle() .If this factory does not want to provide a DockableDisplayer for the given request,
it can just return and not call answer(DockableDisplayer) . |
void |
AbstractDockStation.requestChildDisplayer(DisplayerRequest request) |
void |
AbstractDockableStation.requestChildDisplayer(DisplayerRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDisplayerFactoryValue.request(DisplayerRequest request)
Creates a new
DockableDisplayer and answers to request . |
void |
ThemeDisplayerFactory.request(DisplayerRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
BasicDisplayerFactory.request(DisplayerRequest request) |