|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DockElement
An element in the hierarchy of dockables and stations. Classes implementing this interface
must either be a Dockable, a DockStation or both of them.
| Method Summary | |
|---|---|
Dockable |
asDockable()
Returns this if this is an instance of
Dockable. |
DockStation |
asDockStation()
Returns this if this is an instance of
DockStation. |
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. |
| Method Detail |
|---|
Dockable asDockable()
this if this is an instance of
Dockable. Otherwise null is returned.
this or null. Must not return null if asDockable()
already returns null.DockStation asDockStation()
this if this is an instance of
DockStation. Otherwise null is returned.
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||