Class CMinimizePerspective.CommonFlapDockPerspective
java.lang.Object
bibliothek.gui.dock.station.flap.FlapDockPerspective
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the unique identifier of theDockFactorythat is actually used to layout this perspective.Gets the element that is represented by thisPerspectiveElement.Gets the unique identifier of theDockFactorythat handles this perspective element, forCommonDockStationPerspectives the result should beCommonDockStationFactory.FACTORY_ID.Methods inherited from class bibliothek.gui.dock.station.flap.FlapDockPerspective
add, add, addPlaceholder, addPlaceholder, asDockable, asStation, getDefaultSize, getDockable, getDockableCount, getDockableProperty, getParent, getPlaceholder, getPlaceholders, getSize, indexOf, insert, insert, insertPlaceholder, insertPlaceholder, isDefaultHold, isHold, read, remove, remove, replace, setDefaultHold, setDefaultSize, setHold, setParent, setPlaceholders, setSize, toMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface bibliothek.gui.dock.perspective.PerspectiveElement
asDockable, asStation
-
Constructor Details
-
CommonFlapDockPerspective
public CommonFlapDockPerspective()
-
-
Method Details
-
getElement
Description copied from interface:CommonElementPerspectiveGets the element that is represented by thisPerspectiveElement.- Specified by:
getElementin interfaceCommonElementPerspective- Returns:
- the represented element, not
null
-
getFactoryID
Description copied from interface:CommonDockStationPerspectiveGets the unique identifier of theDockFactorythat handles this perspective element, forCommonDockStationPerspectives the result should beCommonDockStationFactory.FACTORY_ID.- Specified by:
getFactoryIDin interfaceCommonDockStationPerspective- Specified by:
getFactoryIDin interfacePerspectiveElement- Overrides:
getFactoryIDin classFlapDockPerspective
-
getConverterID
Description copied from interface:CommonDockStationPerspectiveGets the unique identifier of theDockFactorythat is actually used to layout this perspective.- Specified by:
getConverterIDin interfaceCommonDockStationPerspective- Returns:
- the identifier of the actual factory
- See Also:
-