bibliothek.gui.dock.common.intern
Interface CommonDockable

All Superinterfaces:
Dockable, DockElement
All Known Implementing Classes:
DefaultCommonDockable

public interface CommonDockable
extends Dockable

Represents a CDockable.

Author:
Benjamin Sigg

Method Summary
 CDockable getDockable()
          Gets the model of this dockable.
 
Methods inherited from interface bibliothek.gui.Dockable
accept, accept, addDockableListener, addDockHierarchyListener, addMouseInputListener, bind, getComponent, getController, getDockParent, getDockTitle, getGlobalActionOffers, getLocalActionOffers, getTitleIcon, getTitleText, listBoundTitles, removeDockableListener, removeDockHierarchyListener, removeMouseInputListener, setController, setDockParent, unbind
 
Methods inherited from interface bibliothek.gui.dock.DockElement
asDockable, asDockStation, getFactoryID
 

Method Detail

getDockable

CDockable getDockable()
Gets the model of this dockable.

Returns:
the model