public class ToolbarProperty extends AbstractDockableProperty
ToolbarGroupDockStation or a
ToolbarDockStation.| Constructor and Description |
|---|
ToolbarProperty()
Creates a new, empty
ToolbarProperty. |
ToolbarProperty(int index,
Path placeholder)
Creates a new property.
|
| Modifier and Type | Method and Description |
|---|---|
DockableProperty |
copy() |
String |
getFactoryID() |
int |
getIndex()
Gets the index of the child on its parent.
|
Path |
getPlaceholder()
Gets the name of the child.
|
void |
load(DataInputStream in) |
void |
load(XElement element) |
void |
store(DataOutputStream out) |
void |
store(XElement element) |
String |
toString() |
copy, equals, equalsNoSuccessor, getSuccessor, hashCode, setSuccessorpublic ToolbarProperty()
ToolbarProperty.public ToolbarProperty(int index,
Path placeholder)
index - the index of a child of a DockStationplaceholder - the name of the child, can be nullpublic DockableProperty copy()
public int getIndex()
public Path getPlaceholder()
nullpublic String getFactoryID()
public 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.