|
||||||||||
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.toolbar.ToolbarContainerProperty
public class ToolbarContainerProperty
Describes the location of a child of a ToolbarContainerDockStation
.
Constructor Summary | |
---|---|
ToolbarContainerProperty()
Creates a new, empty ToolbarProperty . |
|
ToolbarContainerProperty(int index,
bibliothek.util.Path placeholder)
Creates a new property. |
Method Summary | |
---|---|
bibliothek.gui.dock.layout.DockableProperty |
copy()
|
String |
getFactoryID()
|
int |
getIndex()
Gets the location of the Dockable in its list. |
bibliothek.util.Path |
getPlaceholder()
Gets the name of the Dockable . |
void |
load(DataInputStream in)
|
void |
load(bibliothek.util.xml.XElement element)
|
void |
store(DataOutputStream out)
|
void |
store(bibliothek.util.xml.XElement 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 ToolbarContainerProperty()
ToolbarProperty
.
public ToolbarContainerProperty(int index, bibliothek.util.Path placeholder)
index
- the index of a child of a DockStation
placeholder
- the name of the child, can be null
Method Detail |
---|
public bibliothek.gui.dock.layout.DockableProperty copy()
public String getFactoryID()
public int getIndex()
Dockable
in its list.
public bibliothek.util.Path getPlaceholder()
Dockable
.
null
public void store(DataOutputStream out) throws IOException
IOException
public void load(DataInputStream in) throws IOException
IOException
public void store(bibliothek.util.xml.XElement element)
public void load(bibliothek.util.xml.XElement element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |