public class ToolbarContainerProperty
extends bibliothek.gui.dock.layout.AbstractDockableProperty
ToolbarContainerDockStation
.Constructor and Description |
---|
ToolbarContainerProperty()
Creates a new, empty
ToolbarProperty . |
ToolbarContainerProperty(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 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) |
String |
toString() |
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
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)