bibliothek.gui.dock.frontend
Class FrontendDockablePerspective

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

public class FrontendDockablePerspective
extends DefaultDockablePerspective

This DefaultDockablePerspective represents a DefaultDockable that was added to a DockFrontend with a unique identifier.

Author:
Benjamin Sigg

Constructor Summary
FrontendDockablePerspective(String id)
          Creates a new representation.
 
Method Summary
 String getId()
          Gets the unique identifier this DefaultDockable has on its DockFrontend.
 
Methods inherited from class bibliothek.gui.dock.dockable.DefaultDockablePerspective
asDockable, asStation, getFactoryID, getParent, getPlaceholder, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrontendDockablePerspective

public FrontendDockablePerspective(String id)
Creates a new representation.

Parameters:
id - the unique identifier of this perspective, not null
Method Detail

getId

public String getId()
Gets the unique identifier this DefaultDockable has on its DockFrontend.

Returns:
the unique identifier, not null