|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.docking.DockDescription
public class DockDescription
Description for the docked views in a window. It can stored and restored.
| Constructor Summary | |
|---|---|
DockDescription(String className,
boolean leaf,
String position,
Dimension size)
Constructor. |
|
| Method Summary | |
|---|---|
void |
add(DockDescription description)
Adds a child to this dock |
String |
getClassName()
Gets the class of the dock |
List<DockDescription> |
getDescriptions()
Gets the list of children dock descriptions. |
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 that the window contains. |
boolean |
isLeaf()
Checks if this dock is a leaf |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DockDescription(String className,
boolean leaf,
String position,
Dimension size)
className - Class of the dockleaf - true if this dock is a leafposition - Position of the dock relatively to its parentsize - Size of this dock| Method Detail |
|---|
public void add(DockDescription description)
description - Child dock descriptionpublic String getClassName()
public List<DockDescription> getDescriptions()
public String getPosition()
public Dimension getSize()
public List<String> getViewIds()
public boolean isLeaf()
true if this dock is a leafpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||