|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MaximizedModeArea | |
|---|---|
| bibliothek.gui.dock.common.mode | A subclass of LocationModeManager that handles CLocations,
ExtendedModes and is aware of CControl. |
| bibliothek.gui.dock.common.mode.station | Contains wrapper classes for various DockStations, implementing the interface
CLocationMode. |
| bibliothek.gui.dock.facile.mode | Contains an implementation of ModeManager that links a mode to the location
of a Dockable. |
| Uses of MaximizedModeArea in bibliothek.gui.dock.common.mode |
|---|
| Subinterfaces of MaximizedModeArea in bibliothek.gui.dock.common.mode | |
|---|---|
interface |
CMaximizedModeArea
Combination of MaximizedModeArea and CModeArea, does
not introduce new methods. |
| Methods in bibliothek.gui.dock.common.mode that return MaximizedModeArea | |
|---|---|
MaximizedModeArea |
CMaximizedMode.getMaximizeArea(Dockable dockable,
Location history)
|
| Uses of MaximizedModeArea in bibliothek.gui.dock.common.mode.station |
|---|
| Classes in bibliothek.gui.dock.common.mode.station that implement MaximizedModeArea | |
|---|---|
protected class |
CScreenDockStationHandle.Maximal
A representation of CScreenDockStationHandle as CMaximizedModeArea. |
protected class |
CSplitDockStationHandle.Maximal
Represents a SplitDockStation as a CMaximizedModeArea. |
| Uses of MaximizedModeArea in bibliothek.gui.dock.facile.mode |
|---|
| Classes in bibliothek.gui.dock.facile.mode with type parameters of type MaximizedModeArea | |
|---|---|
class |
MaximizedMode<M extends MaximizedModeArea>
Dockables are maximized if they take up the whole space a frame
or a screen offers. |
| Methods in bibliothek.gui.dock.facile.mode that return MaximizedModeArea | |
|---|---|
MaximizedModeArea |
MaximizedMode.getMaximizeArea(Dockable dockable)
Searches the first MaximizedModeArea which is a parent
of dockable. |
MaximizedModeArea |
MaximizedMode.getMaximizeArea(Dockable dockable,
Location history)
Gets the area to which dockable should be maximized. |
MaximizedModeArea |
MaximizedMode.getMaximizeArea(DockStation station)
Searches the one MaximizedModeArea whose station is
station. |
MaximizedModeArea |
MaximizedMode.getNextMaximizeArea(DockStation station)
Searches the MaximizedModeArea which either represents
station or its nearest parent. |
| Methods in bibliothek.gui.dock.facile.mode with parameters of type MaximizedModeArea | |
|---|---|
void |
MaximizedMode.maximize(MaximizedModeArea area,
Dockable dockable,
AffectedSet set)
Ensures that dockable is maximized. |
boolean |
MaximizedMode.maximize(MaximizedModeArea area,
Dockable dockable,
Location history,
AffectedSet set)
Ensures that dockable is maximized. |
void |
MaximizedMode.unmaximize(MaximizedModeArea area,
AffectedSet affected)
Ensures that area has no maximized child. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||