|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.docking.storage.OXMLDocking
public class OXMLDocking
Bean used by the XMLDockingStorage when retrieving the
DockDescription from an XML template.
| Constructor Summary | |
|---|---|
OXMLDocking()
|
|
| Method Summary | |
|---|---|
DockDescription |
convert()
Converts this bean to a DockDescription instance |
String |
getClassName()
Gets the class name for the dock |
List<OXMLDocking> |
getDescriptions()
Gets the list of sub-docks |
String |
getPosition()
Gets the position of this dock |
Dimension |
getSize()
Gets the size of this dock |
List<String> |
getViewIds()
Gets the list of view IDs |
boolean |
isLeaf()
Checks if this dock is a leaf. |
void |
setClassName(String className)
Sets the class name for this dock |
void |
setLeaf(boolean leaf)
Sets if this dock is a leaf. |
void |
setPosition(String position)
Sets the position of this dock |
void |
setSize(Dimension size)
Sets the size of this dock |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OXMLDocking()
| Method Detail |
|---|
public DockDescription convert()
DockDescription instance
public String getClassName()
public List<OXMLDocking> getDescriptions()
public String getPosition()
public Dimension getSize()
public List<String> getViewIds()
public boolean isLeaf()
true if this dock is a leaf.public void setClassName(String className)
className - Class namepublic void setLeaf(boolean leaf)
leaf - true if this dock is a leaf.public void setPosition(String position)
position - Positionpublic void setSize(Dimension size)
size - Size
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||