|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.docking.DockingConstraint
public class DockingConstraint
Specification for the constraints of a view in a
DockingWindowDescriptor.
| Constructor Summary | |
|---|---|
DockingConstraint()
|
|
| Method Summary | |
|---|---|
int[] |
getActions()
Returns the list of actions that are available for the view (all actions but closed can be defined this way). |
String |
getDockingPath()
Gets the docking path |
boolean |
isCloseable()
Checks if he view can be closed |
boolean |
isExternalizable()
Checks if the view can be externalized from its dock. |
boolean |
isHeader()
Checks if the dock that contains the view must have a header |
boolean |
isMoveable()
Checks if the view can be moved from its dock |
boolean |
isZoomable()
Checks if the view can be zoomed |
void |
setCloseable(boolean closeable)
Sets if the view can be closed |
void |
setDockingPath(String dockingPath)
Path to the dock that must contain the view |
void |
setExternalizable(boolean externalizable)
Defines if the view can be externalized from its dock. |
void |
setHeader(boolean header)
Sets if the dock must have a header when docked alone |
void |
setMoveable(boolean moveable)
Sets if the view can be moved from its dock |
void |
setZoomable(boolean zoomable)
Sets true if the view can be zoomed |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DockingConstraint()
| Method Detail |
|---|
public int[] getActions()
public String getDockingPath()
public boolean isCloseable()
public boolean isExternalizable()
public boolean isHeader()
true if the dock that contains the view must have a
headerpublic boolean isMoveable()
public boolean isZoomable()
public void setCloseable(boolean closeable)
closeable - true if the view can be closedpublic void setDockingPath(String dockingPath)
dockingPath - Docking pathpublic void setExternalizable(boolean externalizable)
externalizable - Externalizable statepublic void setHeader(boolean header)
header - true if the dockable must have a header when
docked alonepublic void setMoveable(boolean moveable)
moveable - Moveable statepublic void setZoomable(boolean zoomable)
zoomable - Zoomable statepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||