|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommonDockable
Represents a CDockable
.
Method Summary | |
---|---|
DockActionSource |
getClose()
Gets the DockActionSource which shows the close-action. |
CDockable |
getDockable()
Gets the model of this dockable. |
String |
getFactoryID()
Gets the identifier of the DockFactory which can store and load
this dockable. |
Methods inherited from interface bibliothek.gui.Dockable |
---|
accept, accept, addDockableListener, addDockHierarchyListener, addMouseInputListener, bind, configureDisplayerHints, getComponent, getController, getDockParent, getDockTitle, getGlobalActionOffers, getLocalActionOffers, getTitleIcon, getTitleText, getTitleToolTip, listBoundTitles, removeDockableListener, removeDockHierarchyListener, removeMouseInputListener, setController, setDockParent, unbind |
Methods inherited from interface bibliothek.gui.dock.DockElement |
---|
asDockable, asDockStation |
Methods inherited from interface bibliothek.gui.dock.DockElementRepresentative |
---|
getElement, getPopupLocation |
Method Detail |
---|
CDockable getDockable()
DockActionSource getClose()
DockActionSource
which shows the close-action.
String getFactoryID()
DockFactory
which can store and load
this dockable. CommonDockable
s 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 |