public interface CommonElement extends DockElement
CommonDockable
and for CommonDockStation
.Modifier and Type | Method and Description |
---|---|
CommonDockable |
asDockable()
|
CommonDockStation<?,?> |
asDockStation()
|
getController, getFactoryID
getComponentConfiguration, setComponentConfiguration
CommonDockable asDockable()
DockElement
asDockable
in interface DockElement
this
or null
. Must not return null
if DockElement.asDockable()
already returns null
.CommonDockStation<?,?> asDockStation()
DockElement
asDockStation
in interface DockElement
this
or null
. Must not return null
if DockElement.asDockable()
already returns null