bibliothek.gui.dock.station.toolbar
Class ToolbarContainerPropertyFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.toolbar.ToolbarContainerPropertyFactory
All Implemented Interfaces:
bibliothek.gui.dock.layout.DockablePropertyFactory

public class ToolbarContainerPropertyFactory
extends Object
implements bibliothek.gui.dock.layout.DockablePropertyFactory

Creates new ToolbarContainerPropertys.

Author:
Benjamin Sigg, Herve Guillaume

Field Summary
static String ID
          the unique identifier of this factory
 
Constructor Summary
ToolbarContainerPropertyFactory()
           
 
Method Summary
 bibliothek.gui.dock.layout.DockableProperty createProperty()
           
 String getID()
           
 
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
the unique identifier of this factory

See Also:
Constant Field Values
Constructor Detail

ToolbarContainerPropertyFactory

public ToolbarContainerPropertyFactory()
Method Detail

getID

public String getID()
Specified by:
getID in interface bibliothek.gui.dock.layout.DockablePropertyFactory

createProperty

public bibliothek.gui.dock.layout.DockableProperty createProperty()
Specified by:
createProperty in interface bibliothek.gui.dock.layout.DockablePropertyFactory