|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.layout.AbstractDockableProperty
bibliothek.gui.dock.station.split.SplitDockFullScreenProperty
@ClientOnly public class SplitDockFullScreenProperty
This DockableProperty points to the currently maximized child of a SplitDockStation.
SplitDockStation itself will never create this property, it exists only for clients to easily
drop a maximized Dockable.
| Constructor Summary | |
|---|---|
SplitDockFullScreenProperty()
|
|
| Method Summary | |
|---|---|
DockableProperty |
copy()
Gets a copy of this property, the successor must be
copied as well. |
String |
getFactoryID()
Gets the unique name of the DockablePropertyFactory which
can create this type of DockableProperty. |
void |
load(DataInputStream in)
Reads the contents of this DockableProperty from a stream. |
void |
load(XElement element)
Reads the contents of this DockableProperty from an
xml element. |
void |
store(DataOutputStream out)
Stores the contents of this DockableProperty in a stream. |
void |
store(XElement element)
Stores the contents of this property as xml element. |
| Methods inherited from class bibliothek.gui.dock.layout.AbstractDockableProperty |
|---|
copy, equals, equalsNoSuccessor, getSuccessor, hashCode, setSuccessor |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplitDockFullScreenProperty()
| Method Detail |
|---|
public DockableProperty copy()
DockablePropertysuccessor must be
copied as well.
thispublic String getFactoryID()
DockablePropertyDockablePropertyFactory which
can create this type of DockableProperty.
DockablePropertyFactory
public void load(DataInputStream in)
throws IOException
DockableProperty
in - the stream to read
IOException - if anything unexpected happenspublic void load(XElement element)
DockablePropertyDockableProperty from an
xml element.
element - the element that was written earlier by this property
public void store(DataOutputStream out)
throws IOException
DockablePropertysuccessor (if there is one) must
not be saved.
out - the stream to write in
IOException - if anything unexpected happenspublic void store(XElement element)
DockableProperty
element - the element into which to write, the attributes of
this element should not be changed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||