bibliothek.gui.dock.station.toolbar
Class ToolbarPartDockFactory
java.lang.Object
bibliothek.gui.dock.station.toolbar.DummyDockFactory<ComponentDockable>
bibliothek.gui.dock.station.toolbar.ToolbarPartDockFactory
- All Implemented Interfaces:
- bibliothek.gui.dock.DockFactory<ComponentDockable,bibliothek.gui.dock.perspective.PerspectiveElement,Object>, bibliothek.gui.dock.layout.DockConverter<ComponentDockable,bibliothek.gui.dock.perspective.PerspectiveElement,Object>
Deprecated. will be removed
@Deprecated
@Todo(compatibility=BREAK_MINOR,
priority=MAJOR,
target=VERSION_1_1_1,
description="to be removed")
public class ToolbarPartDockFactory
- extends DummyDockFactory<ComponentDockable>
A factory for reading and writing ComponentDockable
s. Since there is
no way to guess which Component
is actually shown by the
ComponentDockable
this factory does never create new
ComponentDockable
s nor does it store any information.
- Author:
- Benjamin Sigg
Field Summary |
static String |
ID
Deprecated. unique unmodifiable identifier of this factory |
Methods inherited from class bibliothek.gui.dock.station.toolbar.DummyDockFactory |
estimateLocations, getLayout, getPerspectiveLayout, layout, layout, layoutPerspective, layoutPerspective, read, read, setLayout, setLayout, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- Deprecated.
- unique unmodifiable identifier of this factory
- See Also:
- Constant Field Values
ToolbarPartDockFactory
public ToolbarPartDockFactory()
- Deprecated.
getID
public String getID()
- Deprecated.