|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScreenDockStation | |
|---|---|
| bibliothek.gui.dock.common.intern | Classes and interfaces used internally. |
| bibliothek.gui.dock.common.intern.station | Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. |
| bibliothek.gui.dock.common.mode.station | Contains wrapper classes for various DockStations, implementing the interface
CLocationMode. |
| bibliothek.gui.dock.facile.station.screen | Support classes for ScreenDockStation. |
| bibliothek.gui.dock.station.screen | Elements that are related to the ScreenDockStation. |
| bibliothek.gui.dock.station.screen.layer | Contains the various DockStationDropLayers
that are used by a ScreenDockStation. |
| bibliothek.gui.dock.station.screen.magnet | The magnet API allows ScreenDockWindows to
attract each other, or to stick together. |
| bibliothek.gui.dock.station.screen.window | Contains the window ( JDialog, JInternalDialog, etc..)
that shows the children of a ScreenDockStation and the classes required
to configure that window. |
| Uses of ScreenDockStation in bibliothek.gui.dock.common.intern |
|---|
| Methods in bibliothek.gui.dock.common.intern that return types with arguments of type ScreenDockStation | |
|---|---|
CommonDockStation<ScreenDockStation,CScreenDockStation> |
CControlFactory.createScreenDockStation(WindowProvider owner,
CommonStationDelegate<CScreenDockStation> delegate)
Creates a new ScreenDockStation. |
CommonDockStation<ScreenDockStation,CScreenDockStation> |
EfficientControlFactory.createScreenDockStation(WindowProvider owner,
CommonStationDelegate<CScreenDockStation> delegate)
|
| Uses of ScreenDockStation in bibliothek.gui.dock.common.intern.station |
|---|
| Subclasses of ScreenDockStation in bibliothek.gui.dock.common.intern.station | |
|---|---|
class |
CScreenDockStation
A ScreenDockStation that also implements CommonDockStation. |
| Methods in bibliothek.gui.dock.common.intern.station that return ScreenDockStation | |
|---|---|
ScreenDockStation |
CScreenDockStation.getDockStation()
|
| Constructors in bibliothek.gui.dock.common.intern.station with parameters of type ScreenDockStation | |
|---|---|
ScreenResizeRequestHandler(ScreenDockStation station)
Creates a new handler. |
|
| Uses of ScreenDockStation in bibliothek.gui.dock.common.mode.station |
|---|
| Methods in bibliothek.gui.dock.common.mode.station that return ScreenDockStation | |
|---|---|
ScreenDockStation |
CScreenDockStationHandle.Maximal.getStation()
|
| Uses of ScreenDockStation in bibliothek.gui.dock.facile.station.screen |
|---|
| Constructors in bibliothek.gui.dock.facile.station.screen with parameters of type ScreenDockStation | |
|---|---|
WindowProviderVisibility(ScreenDockStation station)
Creates a new WindowProviderVisibility. |
|
| Uses of ScreenDockStation in bibliothek.gui.dock.station.screen |
|---|
| Methods in bibliothek.gui.dock.station.screen that return ScreenDockStation | |
|---|---|
protected ScreenDockStation |
ScreenDockStationFactory.createStation()
Creates a new ScreenDockStation. |
ScreenDockStation |
ScreenDockWindow.getStation()
Gets the station which owns this window. |
ScreenDockStation |
ScreenDockStationFactory.layout(ScreenDockStationLayout layout,
Map<Integer,Dockable> children,
PlaceholderStrategy placeholders)
|
ScreenDockStation |
ScreenDockStationFactory.layout(ScreenDockStationLayout layout,
PlaceholderStrategy placeholders)
|
| Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockStation | |
|---|---|
boolean |
ScreenDockStationExtension.canReplace(ScreenDockStation station,
Dockable old,
Dockable next)
Tells whether replacing old with next is possible on station. |
ScreenDockWindow |
ScreenDockWindowFactory.createWindow(ScreenDockStation station,
WindowConfiguration configuration)
Creates a new window which will be used by station. |
void |
ScreenDockStationExtension.drop(ScreenDockStation station,
ScreenDockStationExtension.DropArguments arguments)
Called by drop(Dockable, ScreenDockProperty, boolean). |
void |
ScreenDockStationExtension.dropped(ScreenDockStation station,
ScreenDockStationExtension.DropArguments arguments,
boolean successfull)
Called after a (modified) call to drop(Dockable, ScreenDockProperty, boolean)
ended. |
void |
ScreenDockStationListener.fullscreenChanged(ScreenDockStation station,
Dockable dockable)
Called if the fullscreen-mode of dockable changed. |
Dimension |
ScreenDropSizeStrategy.getAddSize(ScreenDockStation station,
Dockable dockable)
Called when dockable is added to station, but not by a drag and drop
operation. |
WindowConfiguration |
ScreenDockWindowConfiguration.getConfiguration(ScreenDockStation station,
Dockable dockable)
Creates a new configuration for a ScreenDockWindow that is going to show
dockable. |
Dimension |
ScreenDropSizeStrategy.getDropSize(ScreenDockStation station,
Dockable dockable)
Called when dockable is about to be dropped into station and the
new size of dockable must be found. |
ScreenDockStationLayout |
ScreenDockStationFactory.getLayout(ScreenDockStation station,
Map<Dockable,Integer> children)
|
void |
DefaultScreenDockFullscreenStrategy.install(ScreenDockStation station)
|
void |
InternalFullscreenStrategy.install(ScreenDockStation station)
|
void |
ScreenDockFullscreenStrategy.install(ScreenDockStation station)
Informs this strategy that it will be used for station. |
void |
ScreenDropSizeStrategy.install(ScreenDockStation station)
Informs this strategy that is is used by station. |
void |
ScreenDockStationFactory.setLayout(ScreenDockStation station,
ScreenDockStationLayout layout,
Map<Integer,Dockable> children,
PlaceholderStrategy placeholders)
|
void |
ScreenDockStationFactory.setLayout(ScreenDockStation element,
ScreenDockStationLayout layout,
PlaceholderStrategy placeholders)
|
void |
DefaultScreenDockFullscreenStrategy.uninstall(ScreenDockStation station)
|
void |
InternalFullscreenStrategy.uninstall(ScreenDockStation station)
|
void |
ScreenDockFullscreenStrategy.uninstall(ScreenDockStation station)
Informs this strategy that it will no longer be used for station. |
void |
ScreenDropSizeStrategy.uninstall(ScreenDockStation station)
Informs this strategy that it is no longer used by station. |
ScreenDockWindow |
ScreenDockWindowFactory.updateWindow(ScreenDockWindow window,
WindowConfiguration configuration,
ScreenDockStation station)
This method is called if the result of getOwner() changed, i.e. |
void |
ScreenDockStationListener.windowDeregistering(ScreenDockStation station,
Dockable dockable,
ScreenDockWindow window)
Called when window was removed from station. |
void |
ScreenDockStationListener.windowRegistering(ScreenDockStation station,
Dockable dockable,
ScreenDockWindow window)
Called when window was added to station. |
| Constructors in bibliothek.gui.dock.station.screen with parameters of type ScreenDockStation | |
|---|---|
ScreenFullscreenAction(ScreenDockStation station)
Constructs the action and sets the station on
which the Dockables will be made fullscreen. |
|
| Uses of ScreenDockStation in bibliothek.gui.dock.station.screen.layer |
|---|
| Constructors in bibliothek.gui.dock.station.screen.layer with parameters of type ScreenDockStation | |
|---|---|
ScreenLayer(ScreenDockStation station)
|
|
ScreenWindowLayer(ScreenDockStation station,
ScreenDockWindow window)
|
|
| Uses of ScreenDockStation in bibliothek.gui.dock.station.screen.magnet |
|---|
| Methods in bibliothek.gui.dock.station.screen.magnet that return ScreenDockStation | |
|---|---|
ScreenDockStation |
MagnetController.getStation()
Gets the ScreenDockStation which is using this MagnetController. |
| Methods in bibliothek.gui.dock.station.screen.magnet with parameters of type ScreenDockStation | |
|---|---|
AttractorStrategy.Attraction |
AttractorStrategy.attract(ScreenDockStation parent,
Dockable moved,
Dockable fixed)
Called when the Dockable moved has been moved. |
AttractorStrategy.Attraction |
MultiAttractorStrategy.attract(ScreenDockStation parent,
Dockable moved,
Dockable fixed)
|
AttractorStrategy.Attraction |
AttractorStrategy.stick(ScreenDockStation parent,
Dockable moved,
Dockable fixed)
Called when the Dockable moved has been moved. |
AttractorStrategy.Attraction |
MultiAttractorStrategy.stick(ScreenDockStation parent,
Dockable moved,
Dockable fixed)
|
| Constructors in bibliothek.gui.dock.station.screen.magnet with parameters of type ScreenDockStation | |
|---|---|
MagnetController(ScreenDockStation station)
Creates a new MagnetController. |
|
| Uses of ScreenDockStation in bibliothek.gui.dock.station.screen.window |
|---|
| Methods in bibliothek.gui.dock.station.screen.window that return ScreenDockStation | |
|---|---|
ScreenDockStation |
DisplayerScreenDockWindow.getStation()
|
| Methods in bibliothek.gui.dock.station.screen.window with parameters of type ScreenDockStation | |
|---|---|
ScreenDockWindow |
DefaultScreenDockWindowFactory.createWindow(ScreenDockStation station,
WindowConfiguration configuration)
|
ScreenDockWindow |
InternalScreenDockWindowFactory.createWindow(ScreenDockStation station,
WindowConfiguration configuration)
|
WindowConfiguration |
DefaultScreenDockWindowConfiguration.getConfiguration(ScreenDockStation station,
Dockable dockable)
|
ScreenDockWindow |
DefaultScreenDockWindowFactory.updateWindow(ScreenDockWindow window,
WindowConfiguration configuration,
ScreenDockStation station)
|
ScreenDockWindow |
InternalScreenDockWindowFactory.updateWindow(ScreenDockWindow window,
WindowConfiguration configuration,
ScreenDockStation station)
|
| Constructors in bibliothek.gui.dock.station.screen.window with parameters of type ScreenDockStation | |
|---|---|
AbstractScreenDockWindow(ScreenDockStation station,
WindowConfiguration configuration)
Creates a new window. |
|
AbstractScreenDockWindow(ScreenDockStation station,
WindowConfiguration configuration,
Component window,
Container contentParent)
Creates a new window. |
|
DisplayerScreenDockWindow(ScreenDockStation station,
WindowConfiguration configuration)
Creates a new window |
|
InternalDockDialog(ScreenDockStation station,
WindowConfiguration configuration,
JDesktopPane desktop)
Creates the new dialog |
|
InternalDockDialog(ScreenDockStation station,
WindowConfiguration configuration,
JDesktopPane desktop,
int layer)
Creates the new dialog |
|
ScreenDockDialog(ScreenDockStation station,
WindowConfiguration configuration,
boolean undecorated)
Creates a new dialog. |
|
ScreenDockDialog(ScreenDockStation station,
WindowConfiguration configuration,
Dialog dialog,
boolean undecorated)
Creates a new dialog. |
|
ScreenDockDialog(ScreenDockStation station,
WindowConfiguration configuration,
Frame frame,
boolean undecorated)
Creates a new dialog. |
|
ScreenDockFrame(ScreenDockStation station,
WindowConfiguration configuration,
boolean undecorated)
Creates a new dialog. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||