Uses of Interface
bibliothek.gui.dock.common.intern.station.CommonDockStation
Packages that use CommonDockStation
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.-
Uses of CommonDockStation in bibliothek.gui.dock.common
Classes in bibliothek.gui.dock.common with type parameters of type CommonDockStation -
Uses of CommonDockStation in bibliothek.gui.dock.common.intern
Classes in bibliothek.gui.dock.common.intern with type parameters of type CommonDockStationModifier and TypeClassDescriptionclassAbstractCStation<S extends CommonDockStation<?,?>> A simple implementation ofCStation.classAbstractDockableCStation<S extends CommonDockStation<?,?>> Methods in bibliothek.gui.dock.common.intern that return CommonDockStationModifier and TypeMethodDescriptionCommonDockStation<?,?> CommonElement.asDockStation()CommonDockStation<?,?> DefaultCommonDockable.asDockStation()CControlFactory.createFlapDockStation(Component expansion, CommonStationDelegate<CFlapDockStation> delegate) Creates a newFlapDockStation.EfficientControlFactory.createFlapDockStation(Component expansion, CommonStationDelegate<CFlapDockStation> delegate) CControlFactory.createScreenDockStation(WindowProvider owner, CommonStationDelegate<CScreenDockStation> delegate) Creates a newScreenDockStation.EfficientControlFactory.createScreenDockStation(WindowProvider owner, CommonStationDelegate<CScreenDockStation> delegate) CControlFactory.createSplitDockStation(CommonStationDelegate<CSplitDockStation> delegate) Creates a newSplitDockStationthat implementsCommonDockableas well.EfficientControlFactory.createSplitDockStation(CommonStationDelegate<CSplitDockStation> delegate) -
Uses of CommonDockStation in bibliothek.gui.dock.common.intern.station
Classes in bibliothek.gui.dock.common.intern.station with type parameters of type CommonDockStationModifier and TypeInterfaceDescriptioninterfaceCommonDockStation<S extends DockStation,C extends CommonDockStation<S, C>> An interface that can be implemented by classes that extend aDockStationand that represent aCStation.interfaceCommonStationDelegate<S extends CommonDockStation<?,?>> Implements several methods that could be used by aCommonDockStation.Classes in bibliothek.gui.dock.common.intern.station that implement CommonDockStationModifier and TypeClassDescriptionclassAn implementation ofFlapDockStationthat also satisfies theCommonDockStationinterface.classAScreenDockStationthat also implementsCommonDockStation.classAn implementation ofSplitDockStationthat also satisfies theCommonDockStationinterface.Methods in bibliothek.gui.dock.common.intern.station that return CommonDockStationModifier and TypeMethodDescriptionprotected CommonDockStation<?,?> CommonDockStationFactory.createStation(String id) CommonDockStation<?,?> CommonDockStationFactory.layout(CommonDockStationLayout layout, PlaceholderStrategy placeholders) CommonDockStation<?,?> CommonDockStationFactory.layout(CommonDockStationLayout layout, Map<Integer, Dockable> children, PlaceholderStrategy placeholders) Methods in bibliothek.gui.dock.common.intern.station with parameters of type CommonDockStationModifier and TypeMethodDescriptionCommonDockStationFactory.getLayout(CommonDockStation<?, ?> element, Map<Dockable, Integer> children) voidCommonDockStationFactory.setLayout(CommonDockStation<?, ?> element, CommonDockStationLayout layout, PlaceholderStrategy placeholders) voidCommonDockStationFactory.setLayout(CommonDockStation<?, ?> element, CommonDockStationLayout layout, Map<Integer, Dockable> children, PlaceholderStrategy placeholders)