|
||||||||||
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.ToolbarProperty
public class ToolbarProperty
Described the location of a child of a ToolbarGroupDockStation
or a
ToolbarDockStation
.
Constructor Summary | |
---|---|
ToolbarProperty()
Creates a new, empty ToolbarProperty . |
|
ToolbarProperty(int index,
bibliothek.util.Path placeholder)
Creates a new property. |
Method Summary | |
---|---|
bibliothek.gui.dock.layout.DockableProperty |
copy()
|
String |
getFactoryID()
|
int |
getIndex()
Gets the index of the child on its parent. |
bibliothek.util.Path |
getPlaceholder()
Gets the name of the child. |
void |
load(DataInputStream in)
|
void |
load(bibliothek.util.xml.XElement element)
|
void |
store(DataOutputStream out)
|
void |
store(bibliothek.util.xml.XElement element)
|
String |
toString()
|
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, wait, wait, wait |
Constructor Detail |
---|
public ToolbarProperty()
ToolbarProperty
.
public ToolbarProperty(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 String toString()
toString
in class Object
public bibliothek.gui.dock.layout.DockableProperty copy()
public int getIndex()
public bibliothek.util.Path getPlaceholder()
null
public String getFactoryID()
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 |