Uses of Interface
bibliothek.gui.dock.common.intern.station.CommonStationDelegate
Packages that use CommonStationDelegate
Package
Description
Classes and interfaces used internally.
Contains the
CommonDockStation, various implementations of CommonDockStation and supporting classes.-
Uses of CommonStationDelegate in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern with parameters of type CommonStationDelegateModifier and TypeMethodDescriptionCControlFactory.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 CommonStationDelegate in bibliothek.gui.dock.common.intern.station
Constructors in bibliothek.gui.dock.common.intern.station with parameters of type CommonStationDelegateModifierConstructorDescriptionCFlapDockStation(Component expansion, CommonStationDelegate<CFlapDockStation> delegate) Creates a new station.CScreenDockStation(WindowProvider owner, CommonStationDelegate<CScreenDockStation> delegate) Creates a new station.