|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommonElement
Root interface for CommonDockable and for CommonDockStation.
| Method Summary | |
|---|---|
CommonDockable |
asDockable()
Returns this if this is an instance of
Dockable. |
CommonDockStation<?,?> |
asDockStation()
Returns this if this is an instance of
DockStation. |
| Methods inherited from interface bibliothek.gui.dock.DockElement |
|---|
getController, getFactoryID |
| Method Detail |
|---|
CommonDockable asDockable()
DockElementthis if this is an instance of
Dockable. Otherwise null is returned.
asDockable in interface DockElementthis or null. Must not return null if DockElement.asDockable()
already returns null.CommonDockStation<?,?> asDockStation()
DockElementthis if this is an instance of
DockStation. Otherwise null is returned.
asDockStation in interface DockElementthis or null. Must not return null if DockElement.asDockable()
already returns null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||