|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommonDockable
A Dockable which is a wrapper for a CDockable.
| Method Summary | |
|---|---|
CDockable |
getDockable()
Gets the model of this dockable. |
java.lang.String |
getFactoryID()
Gets the identifier of the DockFactory which can store and load
this dockable. |
DockActionSource[] |
getSources()
Gets a set of DockActionSources which are to be displayed
on this CommonDockable. |
CStation<?> |
getStation()
Gets the model of this dockable as station. |
| Methods inherited from interface bibliothek.gui.dock.DockElementRepresentative |
|---|
getElement, getPopupLocation, isUsedAsTitle, shouldFocus, shouldTransfersFocus |
| Methods inherited from interface bibliothek.gui.dock.station.support.PlaceholderListItem |
|---|
asDockable |
| Methods inherited from interface bibliothek.gui.dock.common.intern.CommonElement |
|---|
asDockable, asDockStation |
| Method Detail |
|---|
CDockable getDockable()
CStation<?> getStation()
nullDockActionSource[] getSources()
DockActionSources which are to be displayed
on this CommonDockable. Note that every call to this
method should return the same array of sources. Callers should not
modify the result.
java.lang.String getFactoryID()
DockFactory which can store and load
this dockable. CommonDockables which show a SingleCDockable
should return CommonSingleDockableFactory.BACKUP_FACTORY_ID and
the others should return the id of MultipleCDockable.getFactory().
getFactoryID in interface DockElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||