public class ToolbarProperty
extends bibliothek.gui.dock.layout.AbstractDockableProperty
ToolbarGroupDockStation
or a
ToolbarDockStation
.Constructor and Description |
---|
ToolbarProperty()
Creates a new, empty
ToolbarProperty . |
ToolbarProperty(int index,
bibliothek.util.Path placeholder)
Creates a new property.
|
Modifier and Type | Method and Description |
---|---|
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() |
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
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)