|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.dockable.AbstractDockable
bibliothek.gui.dock.ComponentDockable
bibliothek.gui.dock.OrientedComponentDockable
public abstract class OrientedComponentDockable
This kind of ComponentDockable
is useful for components with an
orientation. It allows to set automatically the orientation of the component
with regards to the orientation of its parent DockStation
, if this
parent is an OrientedDockStation
.
Constructor Summary | |
---|---|
OrientedComponentDockable()
|
|
OrientedComponentDockable(Component component)
|
|
OrientedComponentDockable(Component component,
Icon icon)
|
|
OrientedComponentDockable(Component component,
String title)
|
|
OrientedComponentDockable(Component component,
String title,
Icon icon)
|
|
OrientedComponentDockable(Icon icon)
|
|
OrientedComponentDockable(String title)
|
Method Summary | |
---|---|
protected abstract void |
setOrientation(Orientation orientation)
Sets the new Orientation of this dockable. |
Methods inherited from class bibliothek.gui.dock.ComponentDockable |
---|
accept, accept, addExpandableListener, addMouseInputListener, asDockStation, createTitleIcon, getComponent, getExpandedState, getFactoryID, removeExpandableListener, removeMouseInputListener, setComponent, setExpandedState, toString |
Methods inherited from class bibliothek.gui.dock.dockable.AbstractDockable |
---|
addDockableListener, addDockableStateListener, addDockHierarchyListener, addKeyListener, asDockable, bind, configureDisplayerHints, fireTitleBound, fireTitleExchanged, fireTitleExchanged, fireTitleIconChanged, fireTitleTextChanged, fireTitleTooltipChanged, fireTitleUnbound, getConfigurableDisplayerHints, getController, getDockableStateListeners, getDockElementObserver, getDockParent, getElement, getGlobalActionOffers, getLocalActionOffers, getPopupLocation, getTitleIcon, getTitleIconHandling, getTitleText, getTitleToolTip, isDockableShowing, isDockableVisible, isUsedAsTitle, listBoundTitles, removeDockableListener, removeDockableStateListener, removeDockHierarchyListener, removeKeyListener, requestDisplayer, requestDockTitle, resetTitleIcon, setActionOffers, setController, setDockParent, setTitleIcon, setTitleIconHandling, setTitleText, setTitleToolTip, shouldFocus, shouldTransfersFocus, unbind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface bibliothek.gui.Dockable |
---|
addDockableListener, addDockableStateListener, addDockHierarchyListener, bind, configureDisplayerHints, getController, getDockParent, getGlobalActionOffers, getLocalActionOffers, getTitleIcon, getTitleText, getTitleToolTip, isDockableShowing, isDockableVisible, listBoundTitles, removeDockableListener, removeDockableStateListener, removeDockHierarchyListener, requestDisplayer, requestDockTitle, setController, setDockParent, unbind |
Methods inherited from interface bibliothek.gui.dock.DockElement |
---|
asDockable |
Methods inherited from interface bibliothek.gui.dock.DockElementRepresentative |
---|
getElement, getPopupLocation, isUsedAsTitle, shouldFocus, shouldTransfersFocus |
Methods inherited from interface bibliothek.gui.dock.station.support.PlaceholderListItem |
---|
asDockable |
Constructor Detail |
---|
public OrientedComponentDockable()
public OrientedComponentDockable(Component component, Icon icon)
public OrientedComponentDockable(Component component, String title, Icon icon)
public OrientedComponentDockable(Component component, String title)
public OrientedComponentDockable(Component component)
public OrientedComponentDockable(Icon icon)
public OrientedComponentDockable(String title)
Method Detail |
---|
protected abstract void setOrientation(Orientation orientation)
Orientation
of this dockable.
orientation
- the new orientation, not null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |