bibliothek.gui.dock.dockable
Class DefaultDockableFactory.DefaultDockLayout
java.lang.Object
bibliothek.gui.dock.dockable.DefaultDockableFactory.DefaultDockLayout
- All Implemented Interfaces:
- DockLayout
- Enclosing class:
- DefaultDockableFactory
public static class DefaultDockableFactory.DefaultDockLayout
- extends Object
- implements DockLayout
A simple layout that does not store any information.
- 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDockableFactory.DefaultDockLayout
public DefaultDockableFactory.DefaultDockLayout()
setFactoryID
public void setFactoryID(String id)
- Description copied from interface:
DockLayout
- Sets the identifier of the factory which created this layout.
- Specified by:
setFactoryID
in interface DockLayout
- Parameters:
id
- the identifier of the factory
getFactoryID
public String getFactoryID()
- Description copied from interface:
DockLayout
- Gets the identifier of the factory which created this layout.
- Specified by:
getFactoryID
in interface DockLayout
- Returns:
- the identifier of the factory