|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.layout.AbstractDockableProperty
bibliothek.gui.dock.station.toolbar.group.ToolbarGroupProperty
public class ToolbarGroupProperty
Describes the position of one child of a ToolbarGroupDockStation
.
Constructor Summary | |
---|---|
ToolbarGroupProperty()
Creates a new, empty property |
|
ToolbarGroupProperty(int column,
int line,
bibliothek.util.Path placeholder)
Creates a new property. |
Method Summary | |
---|---|
bibliothek.gui.dock.layout.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. |
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)
|
Methods inherited from class bibliothek.gui.dock.layout.AbstractDockableProperty |
---|
copy, equals, equalsNoSuccessor, getSuccessor, hashCode, setSuccessor |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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
Method Detail |
---|
public int getColumn()
public int getLine()
public bibliothek.util.Path getPlaceholder()
null
public bibliothek.gui.dock.layout.DockableProperty copy()
public String getFactoryID()
public void store(DataOutputStream out) throws IOException
IOException
public void store(bibliothek.util.xml.XElement element)
public void load(DataInputStream in) throws IOException
IOException
public void load(bibliothek.util.xml.XElement element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |