bibliothek.gui.dock.station.toolbar
Class ToolbarPropertyFactory

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

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

A factory creating new DockablePropertys.

Author:
Benjamin Sigg

Field Summary
static String ID
          the unique identifier of this factory
 
Constructor Summary
ToolbarPropertyFactory()
           
 
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

ToolbarPropertyFactory

public ToolbarPropertyFactory()
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