|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockLayout
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. DockLayout
s are created and stored
by DockFactory
s.
A DockLayout
should not have any references to DockElement
s.
Method Summary | |
---|---|
String |
getFactoryID()
Gets the identifier of the factory which created this layout. |
void |
setFactoryID(String id)
Sets the identifier of the factory which created this layout. |
Method Detail |
---|
void setFactoryID(String id)
id
- the identifier of the factoryString getFactoryID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |