bibliothek.gui.dock.toolbar.perspective
Class FrontendToolbarItemPerspective

java.lang.Object
  extended by bibliothek.gui.dock.dockable.DefaultDockablePerspective
      extended by bibliothek.gui.dock.frontend.FrontendDockablePerspective
          extended by bibliothek.gui.dock.toolbar.perspective.FrontendToolbarItemPerspective
All Implemented Interfaces:
bibliothek.gui.dock.perspective.PerspectiveDockable, bibliothek.gui.dock.perspective.PerspectiveElement, bibliothek.gui.dock.station.support.PlaceholderListItem<bibliothek.gui.dock.perspective.PerspectiveDockable>

public class FrontendToolbarItemPerspective
extends bibliothek.gui.dock.frontend.FrontendDockablePerspective

Represents a ToolbarItemDockable that was registered at a DockFrontend with a unique identifier.

Author:
Benjamin Sigg

Constructor Summary
FrontendToolbarItemPerspective(String id)
          Creates a new item.
 
Method Summary
 String getFactoryID()
           
 
Methods inherited from class bibliothek.gui.dock.frontend.FrontendDockablePerspective
getId
 
Methods inherited from class bibliothek.gui.dock.dockable.DefaultDockablePerspective
asDockable, asStation, getParent, getPlaceholder, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrontendToolbarItemPerspective

public FrontendToolbarItemPerspective(String id)
Creates a new item.

Parameters:
id - the unique identifier of this item
Method Detail

getFactoryID

public String getFactoryID()
Specified by:
getFactoryID in interface bibliothek.gui.dock.perspective.PerspectiveElement
Overrides:
getFactoryID in class bibliothek.gui.dock.dockable.DefaultDockablePerspective