bibliothek.gui.dock.station.toolbar
Class ToolbarPropertyFactory
java.lang.Object
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 DockableProperty
s.
- Author:
- Benjamin Sigg
Field Summary |
static String |
ID
the unique identifier of this factory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- the unique identifier of this factory
- See Also:
- Constant Field Values
ToolbarPropertyFactory
public ToolbarPropertyFactory()
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