bibliothek.gui.dock.station.toolbar
Class ToolbarPartDockFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.toolbar.DummyDockFactory<ComponentDockable>
      extended by 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 ComponentDockables. Since there is no way to guess which Component is actually shown by the ComponentDockable this factory does never create new ComponentDockables nor does it store any information.

Author:
Benjamin Sigg

Field Summary
static String ID
          Deprecated. unique unmodifiable identifier of this factory
 
Constructor Summary
ToolbarPartDockFactory()
          Deprecated.  
 
Method Summary
 String getID()
          Deprecated.  
 
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
 

Field Detail

ID

public static final String ID
Deprecated. 
unique unmodifiable identifier of this factory

See Also:
Constant Field Values
Constructor Detail

ToolbarPartDockFactory

public ToolbarPartDockFactory()
Deprecated. 
Method Detail

getID

public String getID()
Deprecated.