public interface DockElement extends DockComponentRoot
Dockable
, a DockStation
or both of them.Modifier and Type | Method and Description |
---|---|
Dockable |
asDockable()
|
DockStation |
asDockStation()
|
DockController |
getController()
Gets the controller that currently is associated with this
DockElement . |
String |
getFactoryID()
Gets the unique name of the
DockFactory which can read
and write elements of this type. |
getComponentConfiguration, setComponentConfiguration
Dockable asDockable()
this
or null
. Must not return null
if asDockable()
already returns null
.DockStation asDockStation()
this
or null
. Must not return null
if asDockable()
already returns null
DockController getController()
DockElement
.null
String getFactoryID()
DockFactory
which can read
and write elements of this type.