public class ToolbarGroupProperty extends AbstractDockableProperty
ToolbarGroupDockStation.| Constructor and Description |
|---|
ToolbarGroupProperty()
Creates a new, empty property
|
ToolbarGroupProperty(int column,
int line,
Path placeholder)
Creates a new property.
|
| Modifier and Type | Method and Description |
|---|---|
DockableProperty |
copy() |
int |
getColumn()
Gets the column in which the dockable was.
|
String |
getFactoryID() |
int |
getLine()
Gets the line in the column in which the dockable was.
|
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 ToolbarGroupProperty()
public ToolbarGroupProperty(int column,
int line,
Path placeholder)
column - the index of the columnline - the index of the line within the columnplaceholder - the name of the dockable, can be nullpublic int getColumn()
public int getLine()
public Path getPlaceholder()
nullpublic DockableProperty copy()
public String getFactoryID()
public void store(DataOutputStream out) throws IOException
IOExceptionpublic void store(XElement element)
public void load(DataInputStream in) throws IOException
IOExceptionpublic void load(XElement element)
Copyright © 2018. All rights reserved.