|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockableDisplayer | |
---|---|
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.flat | Various graphical and logical components needed to paint the layout
when FlatTheme is active. |
bibliothek.gui.dock.displayer | Classes and interfaces that are needed by the DockableDisplayer . |
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.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.support | Elements used by various DockStation s to store
properties and to propagate events to other objects. |
bibliothek.gui.dock.themes.basic | Factories and classes used when the BasicTheme
is active. |
bibliothek.gui.dock.themes.color | The color subsystem allows each kind of element to get its colors from a central repository. |
bibliothek.gui.dock.util | Distribution of information in a global scale and methods available from everywhere. |
Uses of DockableDisplayer in bibliothek.extension.gui.dock.theme.bubble |
---|
Classes in bibliothek.extension.gui.dock.theme.bubble that implement DockableDisplayer | |
---|---|
class |
BubbleDisplayer
A DockableDisplayer drawing a border around its content, but leaves
the side at which the title lies open. |
Methods in bibliothek.extension.gui.dock.theme.bubble that return DockableDisplayer | |
---|---|
DockableDisplayer |
BubbleDisplayerFactory.create(DockStation station,
Dockable dockable,
DockTitle title)
|
Uses of DockableDisplayer in bibliothek.extension.gui.dock.theme.eclipse |
---|
Classes in bibliothek.extension.gui.dock.theme.eclipse that implement DockableDisplayer | |
---|---|
class |
EclipseDockableDisplayer
|
class |
NoTitleDisplayer
A DockableDisplayer which is not able to show the DockTitle of
its Dockable . |
Methods in bibliothek.extension.gui.dock.theme.eclipse that return DockableDisplayer | |
---|---|
DockableDisplayer |
EclipseDisplayerFactory.create(DockStation station,
Dockable dockable,
DockTitle title)
|
Uses of DockableDisplayer in bibliothek.extension.gui.dock.theme.flat |
---|
Classes in bibliothek.extension.gui.dock.theme.flat that implement DockableDisplayer | |
---|---|
class |
FlatDockableDisplayer
A DockableDisplayer that uses a FlatBorder . |
Methods in bibliothek.extension.gui.dock.theme.flat that return DockableDisplayer | |
---|---|
DockableDisplayer |
FlatDisplayerFactory.create(DockStation station,
Dockable dockable,
DockTitle title)
|
Constructors in bibliothek.extension.gui.dock.theme.flat with parameters of type DockableDisplayer | |
---|---|
FlatBorder(DockableDisplayer owner)
Creates a new border. |
Uses of DockableDisplayer in bibliothek.gui.dock.displayer |
---|
Constructors in bibliothek.gui.dock.displayer with parameters of type DockableDisplayer | |
---|---|
DisplayerFocusTraversalPolicy(DockableDisplayer displayer)
Creates a new policy. |
Uses of DockableDisplayer in bibliothek.gui.dock.station |
---|
Methods in bibliothek.gui.dock.station that return DockableDisplayer | |
---|---|
DockableDisplayer |
DisplayerFactory.create(DockStation station,
Dockable dockable,
DockTitle title)
Creates a new DockableDisplayer which will be shown
on station , will have dockable as
child and will display the title . |
DockableDisplayer |
DisplayerCollection.fetch(Dockable dockable,
DockTitle title)
Creates a new DockableDisplayer using the factory
of this collection. |
Methods in bibliothek.gui.dock.station that return types with arguments of type DockableDisplayer | |
---|---|
Iterator<DockableDisplayer> |
DisplayerCollection.iterator()
|
Methods in bibliothek.gui.dock.station with parameters of type DockableDisplayer | |
---|---|
void |
DisplayerCollection.release(DockableDisplayer displayer)
Releases a displayer that was created by this collection. |
Uses of DockableDisplayer in bibliothek.gui.dock.station.flap |
---|
Methods in bibliothek.gui.dock.station.flap that return DockableDisplayer | |
---|---|
DockableDisplayer |
FlapWindow.getDisplayer()
Gets the displayer used to show a Dockable . |
Uses of DockableDisplayer in bibliothek.gui.dock.station.screen |
---|
Methods in bibliothek.gui.dock.station.screen that return DockableDisplayer | |
---|---|
DockableDisplayer |
AbstractScreenDockWindow.getDisplayer()
Gets the displayer which is shown on this dialog. |
Methods in bibliothek.gui.dock.station.screen with parameters of type DockableDisplayer | |
---|---|
protected void |
AbstractScreenDockWindow.showDisplayer(DockableDisplayer displayer)
|
protected abstract void |
DisplayerScreenDockWindow.showDisplayer(DockableDisplayer displayer)
Forces the subclass of this window to show displayer . |
Uses of DockableDisplayer in bibliothek.gui.dock.station.split |
---|
Methods in bibliothek.gui.dock.station.split that return DockableDisplayer | |
---|---|
DockableDisplayer |
SplitDockAccess.addDisplayer(Dockable dockable,
boolean fire)
Creates a DockableDisplayer for dockable and adds
the displayer to the station. |
DockableDisplayer |
Leaf.getDisplayer()
Gets the displayer of this leaf. |
DockableDisplayer |
SplitDockAccess.getFullScreenDockable()
Gets the DockableDisplayer which is currently in fullscreen-mode. |
Methods in bibliothek.gui.dock.station.split with parameters of type DockableDisplayer | |
---|---|
void |
SplitDockAccess.removeDisplayer(DockableDisplayer displayer,
boolean fire)
Removes a DockableDisplayer from the station. |
Uses of DockableDisplayer in bibliothek.gui.dock.station.support |
---|
Methods in bibliothek.gui.dock.station.support that return DockableDisplayer | |
---|---|
DockableDisplayer |
DisplayerFactoryWrapper.create(DockStation station,
Dockable dockable,
DockTitle title)
|
Uses of DockableDisplayer in bibliothek.gui.dock.themes.basic |
---|
Classes in bibliothek.gui.dock.themes.basic that implement DockableDisplayer | |
---|---|
class |
BasicDockableDisplayer
A panel which shows one Dockable and one DockTitle . |
Methods in bibliothek.gui.dock.themes.basic that return DockableDisplayer | |
---|---|
DockableDisplayer |
BasicDisplayerFactory.create(DockStation station,
Dockable dockable,
DockTitle title)
|
Uses of DockableDisplayer in bibliothek.gui.dock.themes.color |
---|
Methods in bibliothek.gui.dock.themes.color that return DockableDisplayer | |
---|---|
DockableDisplayer |
DisplayerColor.getDisplayer()
Gets the element for which this color is used. |
Constructors in bibliothek.gui.dock.themes.color with parameters of type DockableDisplayer | |
---|---|
DisplayerColor(String id,
DockableDisplayer displayer,
Color backup)
Creates a new DisplayerColor |
|
DisplayerColor(String id,
Path kind,
DockableDisplayer displayer,
Color backup)
Creates a new DisplayerColor |
Uses of DockableDisplayer in bibliothek.gui.dock.util |
---|
Methods in bibliothek.gui.dock.util with parameters of type DockableDisplayer | |
---|---|
static void |
DockUtilities.exchangeTitle(DockableDisplayer displayer,
DockTitleVersion version)
Removes the current title of displayer and sets a new
title. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |