public class ToolbarContainerProperty extends AbstractDockableProperty
ToolbarContainerDockStation.| Constructor and Description |
|---|
ToolbarContainerProperty()
Creates a new, empty
ToolbarProperty. |
ToolbarContainerProperty(int index,
Path placeholder)
Creates a new property.
|
| Modifier and Type | Method and Description |
|---|---|
DockableProperty |
copy() |
String |
getFactoryID() |
int |
getIndex()
Gets the location of the
Dockable in its list. |
Path |
getPlaceholder()
Gets the name of the
Dockable. |
void |
load(DataInputStream in) |
void |
load(XElement element) |
void |
store(DataOutputStream out) |
void |
store(XElement element) |
String |
toString() |
copy, equals, equalsNoSuccessor, getSuccessor, hashCode, setSuccessorpublic ToolbarContainerProperty()
ToolbarProperty.public ToolbarContainerProperty(int index,
Path placeholder)
index - the index of a child of a DockStationplaceholder - the name of the child, can be nullpublic DockableProperty copy()
public String getFactoryID()
public int getIndex()
Dockable in its list.public Path getPlaceholder()
Dockable.nullpublic void store(DataOutputStream out) throws IOException
IOExceptionpublic void load(DataInputStream in) throws IOException
IOExceptionpublic void store(XElement element)
public void load(XElement element)
Copyright © 2018. All rights reserved.