|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.layout.DockLayout<L>
L - the kind of data stored for in this layoutpublic class DockLayout<L>
A DockLayout describes the contents of one DockElement. It is
an intermediate format between a DockElement and the persistent representation
for example a xml-file. DockLayouts wrap around the data that is created and stored
by DockFactorys.
| Constructor Summary | |
|---|---|
DockLayout(String factory,
L data)
Creates a new layout. |
|
| Method Summary | |
|---|---|
L |
getData()
Gets the data that is stored in the layout. |
String |
getFactoryID()
Gets the identifier of the factory which created this layout. |
void |
setData(L data)
Sets the data that is stored in the layout. |
void |
setFactoryID(String id)
Sets the identifier of the factory which created this layout. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockLayout(String factory,
L data)
factory - the factory that created the layout, might be nulldata - the data that is stored in this layout, might be null| Method Detail |
|---|
public void setFactoryID(String id)
id - the identifier of the factorypublic String getFactoryID()
public void setData(L data)
data - the data, can be nullpublic L getData()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||