|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.intern.CommonMultipleDockableLayout
public class CommonMultipleDockableLayout
An intermediate representation of the layout of a CommonDockable
that is connected with a MultipleCDockable.
| Constructor Summary | |
|---|---|
CommonMultipleDockableLayout()
|
|
| Method Summary | |
|---|---|
String |
getArea()
Gets the unique id of the working-area the dockable was on. |
String |
getId()
Gets the unique id of the dockable. |
MultipleCDockableLayout |
getLayout()
Gets the layout of the MultipleCDockable that is associated with
the CommonDockable for which this layout was created. |
void |
setArea(String area)
Sets the unique id of the working-area the dockable was on. |
void |
setId(String id)
Sets the unique id of the dockable. |
void |
setLayout(MultipleCDockableLayout layout)
Sets the description of the layout of a MultipleCDockable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommonMultipleDockableLayout()
| Method Detail |
|---|
public void setLayout(MultipleCDockableLayout layout)
MultipleCDockable. The
described dockable is connected with the CommonDockable for
which this layout was created.
layout - the layoutpublic MultipleCDockableLayout getLayout()
MultipleCDockable that is associated with
the CommonDockable for which this layout was created.
public void setId(String id)
id - the unique idpublic String getId()
public void setArea(String area)
area - the id or nullpublic String getArea()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||