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, setComponentConfigurationDockable 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 nullDockController getController()
DockElement.nullString getFactoryID()
DockFactory which can read
and write elements of this type.Copyright © 2017 Docking Frames. All rights reserved.