bibliothek.gui.dock.common.intern
Class DefaultCommonDockable
java.lang.Object
bibliothek.gui.dock.dockable.AbstractDockable
bibliothek.gui.dock.DefaultDockable
bibliothek.gui.dock.common.intern.DefaultCommonDockable
- All Implemented Interfaces:
- CommonDockable, DockElement, Dockable
public class DefaultCommonDockable
- extends DefaultDockable
- implements CommonDockable
A default implementation of CommonDockable
, based on a DefaultDockable
.
- Author:
- Benjamin Sigg
Methods inherited from class bibliothek.gui.dock.dockable.AbstractDockable |
accept, accept, addDockableListener, addDockHierarchyListener, addMouseInputListener, asDockable, bind, fireTitleBound, fireTitleIconChanged, fireTitleTextChanged, fireTitleUnbound, getController, getDockParent, getDockTitle, getGlobalActionOffers, getLocalActionOffers, getTitleIcon, getTitleText, listBoundTitles, removeDockableListener, removeDockHierarchyListener, removeMouseInputListener, setActionOffers, setController, setDockParent, setTitleIcon, setTitleText, unbind |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
DefaultCommonDockable
public DefaultCommonDockable(CDockable dockable)
- Creates a new dockable
- Parameters:
dockable
- the model of this element
getActions
public DefaultDockActionSource getActions()
getDockable
public CDockable getDockable()
- Description copied from interface:
CommonDockable
- Gets the model of this dockable.
- Specified by:
getDockable
in interface CommonDockable
- Returns:
- the model