public class ToolbarGroupProperty
extends bibliothek.gui.dock.layout.AbstractDockableProperty
ToolbarGroupDockStation
.Constructor and Description |
---|
ToolbarGroupProperty()
Creates a new, empty property
|
ToolbarGroupProperty(int column,
int line,
bibliothek.util.Path placeholder)
Creates a new property.
|
Modifier and Type | Method and Description |
---|---|
bibliothek.gui.dock.layout.DockableProperty |
copy() |
int |
getColumn()
Gets the column in which the dockable was.
|
java.lang.String |
getFactoryID() |
int |
getLine()
Gets the line in the column in which the dockable was.
|
bibliothek.util.Path |
getPlaceholder()
Gets the name of the dockable.
|
void |
load(java.io.DataInputStream in) |
void |
load(bibliothek.util.xml.XElement element) |
void |
store(java.io.DataOutputStream out) |
void |
store(bibliothek.util.xml.XElement element) |
java.lang.String |
toString() |
public ToolbarGroupProperty()
public ToolbarGroupProperty(int column, int line, bibliothek.util.Path placeholder)
column
- the index of the columnline
- the index of the line within the columnplaceholder
- the name of the dockable, can be null
public int getColumn()
public int getLine()
public bibliothek.util.Path getPlaceholder()
null
public java.lang.String toString()
toString
in class java.lang.Object
public bibliothek.gui.dock.layout.DockableProperty copy()
public java.lang.String getFactoryID()
public void store(java.io.DataOutputStream out) throws java.io.IOException
java.io.IOException
public void store(bibliothek.util.xml.XElement element)
public void load(java.io.DataInputStream in) throws java.io.IOException
java.io.IOException
public void load(bibliothek.util.xml.XElement element)