bibliothek.gui.dock.layout
Interface DockLayout

All Known Implementing Classes:
CommonDockableLayout, DefaultDockableFactory.DefaultDockLayout, FlapDockStationLayout, ScreenDockStationLayout, SplitDockStationLayout, StackDockStationLayout

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. DockLayouts are created and stored by DockFactorys.
A DockLayout should not have any references to DockElements.

Author:
Benjamin Sigg

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

setFactoryID

void setFactoryID(String id)
Sets the identifier of the factory which created this layout.

Parameters:
id - the identifier of the factory

getFactoryID

String getFactoryID()
Gets the identifier of the factory which created this layout.

Returns:
the identifier of the factory