bibliothek.gui.dock.common.perspective
Class CMinimizePerspective.CommonFlapDockPerspective

java.lang.Object
  extended by bibliothek.gui.dock.station.flap.FlapDockPerspective
      extended by bibliothek.gui.dock.common.perspective.CMinimizePerspective.CommonFlapDockPerspective
All Implemented Interfaces:
CommonDockStationPerspective, CommonElementPerspective, PerspectiveDockable, PerspectiveElement, PerspectiveStation, PlaceholderListItem<PerspectiveDockable>
Enclosing class:
CMinimizePerspective

public class CMinimizePerspective.CommonFlapDockPerspective
extends FlapDockPerspective
implements CommonDockStationPerspective

The type of object that is used by CMinimizePerspective as intern representation.

Author:
Benjamin Sigg

Constructor Summary
CMinimizePerspective.CommonFlapDockPerspective()
           
 
Method Summary
 String getConverterID()
          Gets the unique identifier of the DockFactory that is actually used to layout this perspective.
 CElementPerspective getElement()
          Gets the element that is represented by this PerspectiveElement.
 String getFactoryID()
          Gets the identifier of the DockFactory that will be able to understand the layout information this element generates.
 
Methods inherited from class bibliothek.gui.dock.station.flap.FlapDockPerspective
add, add, addPlaceholder, asDockable, asStation, getDefaultSize, getDockable, getDockableCount, getDockableProperty, getParent, getPlaceholder, getPlaceholders, getSize, indexOf, insert, insert, insertPlaceholder, isDefaultHold, isHold, read, remove, remove, replace, setDefaultHold, setDefaultSize, setHold, setParent, setPlaceholders, setSize, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bibliothek.gui.dock.perspective.PerspectiveElement
asDockable, asStation
 

Constructor Detail

CMinimizePerspective.CommonFlapDockPerspective

public CMinimizePerspective.CommonFlapDockPerspective()
Method Detail

getElement

public CElementPerspective getElement()
Description copied from interface: CommonElementPerspective
Gets the element that is represented by this PerspectiveElement.

Specified by:
getElement in interface CommonElementPerspective
Returns:
the represented element, not null

getFactoryID

public String getFactoryID()
Description copied from interface: PerspectiveElement
Gets the identifier of the DockFactory that will be able to understand the layout information this element generates.

Specified by:
getFactoryID in interface CommonDockStationPerspective
Specified by:
getFactoryID in interface PerspectiveElement
Overrides:
getFactoryID in class FlapDockPerspective
Returns:
the factories identifier

getConverterID

public String getConverterID()
Description copied from interface: CommonDockStationPerspective
Gets the unique identifier of the DockFactory that is actually used to layout this perspective.

Specified by:
getConverterID in interface CommonDockStationPerspective
Returns:
the identifier of the actual factory
See Also:
CommonDockStation.getConverterID()