|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScreenDockWindow | |
---|---|
bibliothek.gui.dock | The five basic classes implementing Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.security | A package dealing with the issues of Applets and Wepstart-applications. |
bibliothek.gui.dock.station.screen | Elements that are related to the ScreenDockStation . |
Uses of ScreenDockWindow in bibliothek.gui.dock |
---|
Methods in bibliothek.gui.dock that return ScreenDockWindow | |
---|---|
protected ScreenDockWindow |
ScreenDockStation.createWindow()
Creates a new window which is associated with this station. |
ScreenDockWindow |
ScreenDockStation.getWindow(Dockable dockable)
Searches the ScreenDockWindow which displays the dockable . |
ScreenDockWindow |
ScreenDockStation.getWindow(int index)
Get's the index 'th window of this station. |
protected ScreenDockWindow |
ScreenDockStation.searchCombineDockable(int x,
int y,
Dockable drop)
Searches a window on the coordinates x/y which can be used to create a combination with drop . |
Methods in bibliothek.gui.dock with parameters of type ScreenDockWindow | |
---|---|
protected void |
ScreenDockStation.deregister(ScreenDockWindow window)
Invoked when a ScreenDockWindow is no longer needed. |
protected void |
ScreenDockStation.register(ScreenDockWindow window)
Invoked after a new ScreenDockWindow has been created. |
Uses of ScreenDockWindow in bibliothek.gui.dock.security |
---|
Classes in bibliothek.gui.dock.security that implement ScreenDockWindow | |
---|---|
class |
SecureAbstractScreenDockWindow
An AbstractScreenDockWindow that uses a GlassedPane
in order to catch all MouseEvent s and to report them to the
SecureMouseFocusObserver . |
class |
SecureScreenDockDialog
The secure reimplementation of ScreenDockDialog . |
Methods in bibliothek.gui.dock.security that return ScreenDockWindow | |
---|---|
ScreenDockWindow |
SecureScreenDockWindowFactory.createWindow(ScreenDockStation station)
|
Uses of ScreenDockWindow in bibliothek.gui.dock.station.screen |
---|
Classes in bibliothek.gui.dock.station.screen that implement ScreenDockWindow | |
---|---|
class |
AbstractScreenDockWindow
The default implementation of ScreenDockWindow uses a DockableDisplayer
to show the Dockable . |
class |
DisplayerScreenDockWindow
A window that uses a DockableDisplayer to show the Dockable . |
class |
ScreenDockDialog
An implementation of ScreenDockWindow which uses a JDialog . |
class |
ScreenDockFrame
An implementation of ScreenDockWindow which uses a JFrame . |
Methods in bibliothek.gui.dock.station.screen that return ScreenDockWindow | |
---|---|
ScreenDockWindow |
DefaultScreenDockWindowFactory.createWindow(ScreenDockStation station)
|
ScreenDockWindow |
ScreenDockWindowFactory.createWindow(ScreenDockStation station)
Creates a new window which will be used by station . |
Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockWindow | |
---|---|
protected Rectangle |
HardBoundaryRestriction.boundsInDevice(ScreenDockWindow window,
int x,
int y,
int width,
int height,
GraphicsDevice device)
Calculates size and location of dialog such that it is
in device . |
Rectangle |
BoundaryRestriction.check(ScreenDockWindow window)
Calculates the bounds which window can have. |
Rectangle |
HardBoundaryRestriction.check(ScreenDockWindow window)
|
Rectangle |
BoundaryRestriction.check(ScreenDockWindow window,
Rectangle target)
Calculates the bounds which window can have. |
Rectangle |
HardBoundaryRestriction.check(ScreenDockWindow window,
Rectangle target)
|
protected GraphicsConfiguration |
HardBoundaryRestriction.getGraphicsConfiguration(ScreenDockWindow window)
Searches the GraphicsConfiguration of window . |
protected double |
HardBoundaryRestriction.measureBounds(ScreenDockWindow window,
int x,
int y,
int width,
int height,
GraphicsDevice device)
Checks how good window fits into the screen device |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |