Interface CommonElement
- All Superinterfaces:
DockComponentRoot,DockElement
- All Known Subinterfaces:
CommonDockable,CommonDockStation<S,C>
- All Known Implementing Classes:
CFlapDockStation,CScreenDockStation,CSplitDockStation,DefaultCommonDockable
Root interface for
CommonDockable and for CommonDockStation.- Author:
- Benjamin Sigg
-
Method Summary
Methods inherited from interface bibliothek.gui.dock.component.DockComponentRoot
getComponentConfiguration, setComponentConfigurationMethods inherited from interface bibliothek.gui.dock.DockElement
getController, getFactoryID
-
Method Details
-
asDockable
CommonDockable asDockable()- Specified by:
asDockablein interfaceDockElement
-
asDockStation
CommonDockStation<?,?> asDockStation()- Specified by:
asDockStationin interfaceDockElement
-