Uses of Interface
bibliothek.gui.dock.common.CStation
Packages that use CStation
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
Contains the
CommonDockStation, various implementations of CommonDockStation and supporting classes.Contains wrapper classes for various
DockStations, implementing the interface
CLocationMode.-
Uses of CStation in bibliothek.gui.dock.common
Classes in bibliothek.gui.dock.common that implement CStationModifier and TypeClassDescriptionclassclassclassAn area whereCDockables can be stored in their minimized state.classA working area is an element which is always visible and contains someCDockables which can't be dragged out of it.Methods in bibliothek.gui.dock.common that return CStationModifier and TypeMethodDescriptionCStation<?>CControl.findStation(DockStation intern) CStation<?>CContentArea.getDefaultStation()CStation<?>CContentArea.getDefaultStation(ExtendedMode mode) CStation<?>CStationContainer.getDefaultStation()Gets the preferred defaultCStationof this container.CStation<?>CStationContainer.getDefaultStation(ExtendedMode mode) Gets the preferred defaultCStationof this container for children in modemode.CStation<?>CContentArea.getMatchingStation(CStationContainer container, CStation<?> station) CStation<?>CStationContainer.getMatchingStation(CStationContainer container, CStation<?> station) Assumingcontaineris a type ofCStationContainerthat is known tothis, and assumingstationis a child ofcontainer: this method returns one ofthischildren that has the same relative location in respect tothisasstationhas tocontainer.CStation<?>CContentArea.getStation(int index) CStation<?>CControl.getStation(DockStation intern) CStation<?>CControl.getStation(String id) Searches theCStationwith unique identifierid.CStation<?>CStationContainer.getStation(int index) Gets the index'th child of this container.CStation<?>[]CContentArea.getStations()Gets an independent array of all stations that are used on thisCContentArea.Methods in bibliothek.gui.dock.common that return types with arguments of type CStationModifier and TypeMethodDescriptionCControl.getStations()Gets an unmodifiable list of all stations that are currently registered at this control.CControlRegister.getStations()Gets an unmodifiable list of allCStations which are known to this register.Methods in bibliothek.gui.dock.common with parameters of type CStationModifier and TypeMethodDescriptionvoidCStationContainerListener.added(CStationContainer source, CStation<?> station) Called afterstationhas been added tosource.voidCControl.addStation(CStation<?> station) Adds an additional station to this control.voidCControl.addStation(CStation<?> station, boolean root) Adds an additional station to this control.protected voidCContentArea.addStations(CStation<?>... stations) CControlRegister.getContainer(CStation<?> child) Searches theCStationContainerwhich containschild.CStation<?>CContentArea.getMatchingStation(CStationContainer container, CStation<?> station) CStation<?>CStationContainer.getMatchingStation(CStationContainer container, CStation<?> station) Assumingcontaineris a type ofCStationContainerthat is known tothis, and assumingstationis a child ofcontainer: this method returns one ofthischildren that has the same relative location in respect tothisasstationhas tocontainer.intGets the index ofchild.booleanCControl.isRootStation(CStation<?> station) voidCStationContainerListener.removed(CStationContainer source, CStation<?> station) Called afterstationhas been removed fromsource.voidCControl.removeStation(CStation<?> station) Removes aCStationfrom this control. -
Uses of CStation in bibliothek.gui.dock.common.behavior
Classes in bibliothek.gui.dock.common.behavior that implement CStationModifier and TypeClassDescriptionclass -
Uses of CStation in bibliothek.gui.dock.common.intern
Classes in bibliothek.gui.dock.common.intern that implement CStationModifier and TypeClassDescriptionclassAbstractCStation<S extends CommonDockStation<?,?>> A simple implementation ofCStation.classAbstractDockableCStation<S extends CommonDockStation<?,?>> Methods in bibliothek.gui.dock.common.intern that return CStationModifier and TypeMethodDescriptionCStation<?>AbstractDockableCStation.asStation()CStation<?>CDockable.asStation()CStation<?>DefaultCDockable.asStation()CStation<?>AbstractCDockable.getParentStation()CStation<?>CDockable.getParentStation()CStation<?>CommonDockable.getStation()Gets the model of this dockable as station.CStation<?>DefaultCommonDockable.getStation()CStation<?>AbstractCDockable.getWorkingArea()CStation<?>CDockable.getWorkingArea()Gets the parent of thisCDockable, this should be the same as set by the last call ofCDockable.setWorkingArea(CStation).Methods in bibliothek.gui.dock.common.intern that return types with arguments of type CStationMethods in bibliothek.gui.dock.common.intern with parameters of type CStationModifier and TypeMethodDescriptionvoidDefaultCControlRegister.addStation(CStation<?> station) voidMutableCControlRegister.addStation(CStation<?> station) Addsstationto this register.DefaultCControlRegister.getContainer(CStation<?> child) booleanDefaultCControlRegister.removeStation(CStation<?> station) booleanMutableCControlRegister.removeStation(CStation<?> station) Removesstationfrom this register.voidAbstractCDockable.setWorkingArea(CStation<?> area) voidCDockable.setWorkingArea(CStation<?> area) Sets the parent of thisCDockable. -
Uses of CStation in bibliothek.gui.dock.common.intern.station
Methods in bibliothek.gui.dock.common.intern.station that return CStationModifier and TypeMethodDescriptionCFlapDockStation.getStation()CommonDockStation.getStation()Gets the model of this station.CommonStationDelegate.getStation()Gets a result forCommonDockStation.getStation().CScreenDockStation.getStation()CSplitDockStation.getStation()Methods in bibliothek.gui.dock.common.intern.station with parameters of type CStationModifier and TypeMethodDescriptionprotected voidCommonDockStationFactory.registerStation(CStation<?> station, boolean root) Registerstationat theCControlin whose realm this factory works. -
Uses of CStation in bibliothek.gui.dock.common.mode
Methods in bibliothek.gui.dock.common.mode that return CStationModifier and TypeMethodDescriptionprotected CStation<?>Searchesdockableand its parent for the firstCStationthat is a working area.protected CStation<?>CStationContainerHistoryRewriter.getMatchingStation(Dockable dockable, ExtendedMode mode) protected CStation<?>CStationContainerHistoryRewriter.getMatchingStation(Dockable dockable, String root) Given the current location ofdockableand the root station it is going to use, this method decides whichCStationis actually going to be the new parent root station.protected CStation<?>Gets the first parentCStationofdockable.protected CStation<?>CStationContainerHistoryRewriter.getWorkingArea(Dockable dockable) Methods in bibliothek.gui.dock.common.mode with parameters of type CStationModifier and TypeMethodDescriptionprotected CStationContainerCStationContainerHistoryRewriter.getContainer(CStation<?> child) Searches theCStationContainerwhich is the parent ofchild.CLocationModeManager.getDropLocation(CStation<?> station) Tries to find the "optimal spot" where to put a new child ontostation. -
Uses of CStation in bibliothek.gui.dock.common.mode.station
Methods in bibliothek.gui.dock.common.mode.station that return CStationModifier and TypeMethodDescriptionCSplitDockStationHandle.getCStation()Gets theCStationwhich is managed by this handle.Constructors in bibliothek.gui.dock.common.mode.station with parameters of type CStationModifierConstructorDescriptionCFlapDockStationHandle(CStation<CFlapDockStation> station) Creates a new handleCScreenDockStationHandle(CStation<CScreenDockStation> station, CLocationModeManager manager) Creates a new handleCSplitDockStationHandle(CStation<CSplitDockStation> station, CLocationModeManager manager) Creates a new handle.ExternalizedCSplitDockStationHandler(CStation<CSplitDockStation> station, CLocationModeManager manager) Creates a new handler -
Uses of CStation in bibliothek.gui.dock.common.util
Methods in bibliothek.gui.dock.common.util that return CStationModifier and TypeMethodDescriptionstatic CStation<?>CDockUtilities.getFirstWorkingArea(CStation<?> station) Starting withstation, and traversing the tree upwards, searches the firstCStationwhich is aworking area.Methods in bibliothek.gui.dock.common.util with parameters of type CStationModifier and TypeMethodDescriptionstatic CStation<?>CDockUtilities.getFirstWorkingArea(CStation<?> station) Starting withstation, and traversing the tree upwards, searches the firstCStationwhich is aworking area.