|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.common.location.CFlapLocation
public abstract class CFlapLocation
A location which represents a FlapDockStation.
| Constructor Summary | |
|---|---|
CFlapLocation()
|
|
| Method Summary | |
|---|---|
CFlapIndexLocation |
append()
Creates a location to append children at the end of the station. |
CLocation |
aside()
Returns a CLocation that describes the location of an element
that should be inserted next to this location. |
CLocation |
expandProperty(DockableProperty property)
Tries to create a location that resembles property. |
ExtendedMode |
findMode()
Gets the mode this location represents. |
DockableProperty |
findProperty(DockableProperty successor)
Gets a path describing this location in terms of the DockingFrames. |
CFlapIndexLocation |
insert(int index)
Creates a location to insert children into the station. |
| Methods inherited from class bibliothek.gui.dock.common.CLocation |
|---|
base, base, external, findProperty, findRoot, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CFlapLocation()
| Method Detail |
|---|
public CFlapIndexLocation append()
public CFlapIndexLocation insert(int index)
index - the exact position
indexpublic CLocation aside()
CLocationCLocation that describes the location of an element
that should be inserted next to this location.
aside in class CLocationpublic CLocation expandProperty(DockableProperty property)
CLocationproperty.
expandProperty in class CLocationproperty - some location
CLocation.findProperty() would create
property again, or null in case that property
can't be usedpublic ExtendedMode findMode()
CLocation
findMode in class CLocationnullpublic DockableProperty findProperty(DockableProperty successor)
CLocation
findProperty in class CLocationsuccessor - the path of the elements above this location or null
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||