|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MaximizeArea | |
---|---|
bibliothek.gui.dock.facile.state |
Uses of MaximizeArea in bibliothek.gui.dock.facile.state |
---|
Classes in bibliothek.gui.dock.facile.state that implement MaximizeArea | |
---|---|
class |
MaximizeSplitDockStation
A MaximizeArea which works together with a SplitDockStation . |
Methods in bibliothek.gui.dock.facile.state that return MaximizeArea | |
---|---|
protected MaximizeArea |
StateManager.getMaximizeArea(Dockable dockable)
Searches the first MaximizeArea which is a parent
of dockable . |
protected MaximizeArea |
StateManager.getMaximizeArea(DockStation station)
Searches the one MaximizeArea whose station is
station . |
MaximizeArea |
StateManager.getMaximizingArea()
Gets the current default maximizing-area. |
MaximizeArea[] |
StateManager.getMaximizingAreas()
Gets a list of all the MaximizeArea s that are currently
registered, the list is in not ordered. |
Methods in bibliothek.gui.dock.facile.state with parameters of type MaximizeArea | |
---|---|
void |
StateManager.addMaximizingArea(MaximizeArea area)
Adds a new maximizing-area to this manager. |
void |
MaximizeAreaListener.maximizedChanged(MaximizeArea area,
Dockable oldElement,
Dockable newElement)
Called whenever the maximized element changes. |
void |
StateManager.removeMaximizingArea(MaximizeArea area)
Removes area from the list of potential parents of
maximized Dockable s. |
void |
StateManager.setMaximizingArea(MaximizeArea area)
Sets the default maximizing-area for this manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |