Uses of Interface
bibliothek.gui.dock.common.CStationContainer
Packages that use CStationContainer
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of CStationContainer in bibliothek.gui.dock.common
Classes in bibliothek.gui.dock.common that implement CStationContainerModifier and TypeClassDescriptionclassA component that is normally set into the center of the main-JFrame.Methods in bibliothek.gui.dock.common that return CStationContainerModifier and TypeMethodDescriptionCControlRegister.getContainer(CStation<?> child) Searches theCStationContainerwhich containschild.Methods in bibliothek.gui.dock.common that return types with arguments of type CStationContainerModifier and TypeMethodDescriptionCControl.getStationContainers()Gets an unmodifiable list of allCStationContainers that are registered at thisCControl.CControlRegister.getStationContainers()Gets an unmodifiable list of allCStationContainers known to this register.Methods in bibliothek.gui.dock.common with parameters of type CStationContainerModifier and TypeMethodDescriptionvoidCStationContainerListener.added(CStationContainer source, CStation<?> station) Called afterstationhas been added tosource.voidCControl.addStationContainer(CStationContainer container) Addscontainerto this control.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.voidCStationContainerListener.removed(CStationContainer source, CStation<?> station) Called afterstationhas been removed fromsource.voidCControl.removeStationContainer(CStationContainer container) Removescontainerfrom the list of knownCStationContainers. -
Uses of CStationContainer in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return CStationContainerMethods in bibliothek.gui.dock.common.intern that return types with arguments of type CStationContainerMethods in bibliothek.gui.dock.common.intern with parameters of type CStationContainerModifier and TypeMethodDescriptionvoidDefaultCControlRegister.addStationContainer(CStationContainer container) voidMutableCControlRegister.addStationContainer(CStationContainer container) Adds a new set ofCStations to this register.booleanDefaultCControlRegister.removeStationContainer(CStationContainer container) booleanMutableCControlRegister.removeStationContainer(CStationContainer container) Removescontainerfrom this registry. -
Uses of CStationContainer in bibliothek.gui.dock.common.mode
Methods in bibliothek.gui.dock.common.mode that return CStationContainerModifier and TypeMethodDescriptionprotected CStationContainerCStationContainerHistoryRewriter.getContainer(CStation<?> child) Searches theCStationContainerwhich is the parent ofchild.