|
||||||||||
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.station.AbstractDockableStation
bibliothek.gui.dock.StackDockStation
bibliothek.gui.dock.station.ToolbarTabDockStation
public class ToolbarTabDockStation
A StackDockStation
modified such that it can show toolbar items.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class bibliothek.gui.dock.StackDockStation |
---|
bibliothek.gui.dock.StackDockStation.Background, bibliothek.gui.dock.StackDockStation.Insert, bibliothek.gui.dock.StackDockStation.StackDropOperation |
Field Summary |
---|
Fields inherited from class bibliothek.gui.dock.StackDockStation |
---|
COMPONENT_FACTORY, DISPLAYER_ID, IMMUTABLE_SELECTION_INDEX, TAB_CONFIGURATIONS, TAB_CONTENT_FILTER, TAB_PLACEMENT, TITLE_ID |
Constructor Summary | |
---|---|
ToolbarTabDockStation()
|
Method Summary | |
---|---|
void |
addOrientingDockStationListener(OrientingDockStationListener listener)
Adds the observer listener to this station. |
String |
getFactoryID()
|
Orientation |
getOrientation()
Gets the orientation of dockables in this station. |
Orientation |
getOrientationOf(bibliothek.gui.Dockable child)
Tells what orientation child has. |
void |
removeOrientingDockStationListener(OrientingDockStationListener listener)
Removes the observer listener from this station. |
void |
setOrientation(Orientation orientation)
Sets the orientation of dockables in this station. |
Methods inherited from class bibliothek.gui.dock.StackDockStation |
---|
add, add, addMouseInputListener, addToPanel, aside, callDockUiUpdateTheme, canDrag, canReplace, configureDisplayerHints, createBackground, createStackDockComponent, discard, drag, drop, drop, drop, drop, exactTabIndexAt, fireDockableSelected, getComponent, getDisplayerFactory, getDisplayers, getDockable, getDockableCount, getDockableProperty, getFrontDockable, getInsert, getLayers, getPaint, getPlaceholders, getPlaceholders, getPlaceholderStrategy, getStackComponent, getStackComponentFactory, getStackDockParent, getTabContentFilter, getTabPlacement, indexOf, init, insertionLine, isOverTabs, isOverTitle, isSmallMinimumSize, isStationVisible, isVisible, move, prepareDrag, prepareDrop, prepareMove, remove, removeMouseInputListener, replace, replace, replace, setController, setDockParent, setFrontDockable, setPlaceholders, setPlaceholders, setPlaceholderStrategy, setSmallMinimumSize, setStackComponent, setStackComponentFactory, setTabContentFilter, setTabPlacement, singleTabStackDockComponent, tabIndexAt, updateConfigurableDisplayerHints |
Methods inherited from class bibliothek.gui.dock.station.AbstractDockableStation |
---|
accept, acceptable, acceptable, addDockStationListener, asDockStation, changed, createTitleIcon, delegate, fireDockablesRepositioned, fireDockablesRepositioned, getDirectActionOffers, getIndirectActionOffers, getTheme, isChildShowing, isStationShowing, removeDockStationListener, requestChildDisplayer, requestChildDockTitle, updateTheme |
Methods inherited from class bibliothek.gui.dock.dockable.AbstractDockable |
---|
accept, accept, addDockableListener, addDockableStateListener, addDockHierarchyListener, addKeyListener, asDockable, bind, 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, setTitleIcon, setTitleIconHandling, setTitleText, setTitleToolTip, shouldFocus, shouldTransfersFocus, 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.DockStation |
---|
accept, addDockStationListener, aside, canDrag, canReplace, changed, drag, drop, drop, getController, getDirectActionOffers, getDockable, getDockableCount, getDockableProperty, getFrontDockable, getIndirectActionOffers, getLayers, getPlaceholders, getTheme, isChildShowing, isStationShowing, isStationVisible, isVisible, move, prepareDrag, prepareDrop, removeDockStationListener, replace, replace, requestChildDisplayer, requestChildDockTitle, setController, setFrontDockable, setPlaceholders, updateTheme |
Methods inherited from interface bibliothek.gui.dock.DockElement |
---|
asDockable, asDockStation |
Constructor Detail |
---|
public ToolbarTabDockStation()
Method Detail |
---|
public String getFactoryID()
getFactoryID
in interface bibliothek.gui.dock.DockElement
getFactoryID
in class bibliothek.gui.dock.StackDockStation
public Orientation getOrientationOf(bibliothek.gui.Dockable child)
OrientingDockStation
child
has.
getOrientationOf
in interface OrientingDockStation
child
- a child of this station
null
public void addOrientingDockStationListener(OrientingDockStationListener listener)
OrientingDockStation
listener
to this station. The observer
receives an event if the orientation of a child of this station changed.
The observer may or may not receive an event upon dropping a new
Dockable
onto this station.
addOrientingDockStationListener
in interface OrientingDockStation
listener
- the new observer, not null
public void removeOrientingDockStationListener(OrientingDockStationListener listener)
OrientingDockStation
listener
from this station.
removeOrientingDockStationListener
in interface OrientingDockStation
listener
- the listener to removepublic void setOrientation(Orientation orientation)
OrientedDockStation
setOrientation
in interface OrientedDockStation
public Orientation getOrientation()
OrientedDockStation
getOrientation
in interface OrientedDockStation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |