bibliothek.gui.dock.station
Interface OrientedDockStation

All Superinterfaces:
bibliothek.gui.dock.component.DockComponentRoot, bibliothek.gui.dock.DockElement, bibliothek.gui.DockStation, OrientingDockStation
All Known Implementing Classes:
AbstractToolbarDockStation, CommonToolbarContainerDockStation, ToolbarContainerDockStation, ToolbarDockStation, ToolbarGroupDockStation, ToolbarTabDockStation

public interface OrientedDockStation
extends OrientingDockStation

An oriented dockstation is a station where dockables are oriented either vertically or horizontally. The methods allow to set the orientation and to know what is the current orientation.

Author:
Herve Guillaume

Method Summary
 Orientation getOrientation()
          Gets the orientation of dockables in this station.
 void setOrientation(Orientation orientation)
          Sets the orientation of dockables in this station.
 
Methods inherited from interface bibliothek.gui.dock.station.OrientingDockStation
addOrientingDockStationListener, getOrientationOf, removeOrientingDockStationListener
 
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, getFactoryID
 
Methods inherited from interface bibliothek.gui.dock.component.DockComponentRoot
getComponentConfiguration, setComponentConfiguration
 

Method Detail

setOrientation

void setOrientation(Orientation orientation)
Sets the orientation of dockables in this station.

Parameters:
orientation -

getOrientation

Orientation getOrientation()
Gets the orientation of dockables in this station.

Returns:
The orientation of dockables in this station