Class CExternalizePerspective.CommonScreenDockPerspective
java.lang.Object
bibliothek.gui.dock.station.screen.ScreenDockPerspective
bibliothek.gui.dock.common.perspective.CExternalizePerspective.CommonScreenDockPerspective
- All Implemented Interfaces:
CommonDockStationPerspective,CommonElementPerspective,PerspectiveElement,PerspectiveStation
- Enclosing class:
CExternalizePerspective
public class CExternalizePerspective.CommonScreenDockPerspective
extends ScreenDockPerspective
implements CommonDockStationPerspective
This type of object is used by the
CExternalizePerspective as intern representation.- Author:
- Benjamin Sigg
-
Nested Class Summary
Nested classes/interfaces inherited from class bibliothek.gui.dock.station.screen.ScreenDockPerspective
ScreenDockPerspective.ScreenPerspectiveWindow -
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.screen.ScreenDockPerspective
add, add, add, add, addPlaceholder, addPlaceholder, addPlaceholder, addPlaceholder, asDockable, asStation, getDockable, getDockableCount, getDockableProperty, getPlaceholders, getWindow, indexOf, read, remove, remove, replace, setPlaceholders, 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
-
CommonScreenDockPerspective
public CommonScreenDockPerspective()
-
-
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 classScreenDockPerspective
-
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:
-