Uses of Interface
bibliothek.gui.dock.common.SingleCDockable
Packages that use SingleCDockable
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of SingleCDockable in bibliothek.gui.dock.common
Classes in bibliothek.gui.dock.common that implement SingleCDockableModifier and TypeClassDescriptionclassclassA working area is an element which is always visible and contains someCDockables which can't be dragged out of it.classADefaultSingleCDockableis an element which has acontent-panewhere clients can add or remove as manyComponents as they whish.Methods in bibliothek.gui.dock.common with type parameters of type SingleCDockableModifier and TypeMethodDescription<F extends SingleCDockable>
FCWorkingArea.add(F dockable) Ensures thatthisis the parent ofdockableand addsdockableto theCControlwhich is associated with thisCWorkingArea.<S extends SingleCDockable>
SCControl.addDockable(S dockable) Adds a dockable to this control.<F extends SingleCDockable>
FCWorkingArea.show(F dockable) Methods in bibliothek.gui.dock.common that return SingleCDockableModifier and TypeMethodDescriptionSingleCDockableFactory.createBackup(String id) Creates a backup of aSingleCDockable.CControl.getSingleDockable(String id) Searches for theSingleCDockablewhich has the unique identifierid.Methods in bibliothek.gui.dock.common that return types with arguments of type SingleCDockableModifier and TypeMethodDescriptionCControlRegister.getSingleDockables()Gets an unmodifiable list of allSingleCDockables which are known to this register.Methods in bibliothek.gui.dock.common with parameters of type SingleCDockableModifier and TypeMethodDescriptionbooleanCControl.removeDockable(SingleCDockable dockable) Removesdockablefrom this control. -
Uses of SingleCDockable in bibliothek.gui.dock.common.behavior
Classes in bibliothek.gui.dock.common.behavior that implement SingleCDockableModifier and TypeClassDescriptionclassMethods in bibliothek.gui.dock.common.behavior that return SingleCDockable -
Uses of SingleCDockable in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return SingleCDockableModifier and TypeMethodDescriptionDefaultCControlRegister.getSingleDockable(String id) MutableCControlRegister.getSingleDockable(String id) Searches the oneSingleCDockablewhose unique id equalsid.Methods in bibliothek.gui.dock.common.intern that return types with arguments of type SingleCDockableMethods in bibliothek.gui.dock.common.intern with parameters of type SingleCDockableModifier and TypeMethodDescriptionvoidDefaultCControlRegister.addSingleDockable(SingleCDockable dockable) voidMutableCControlRegister.addSingleDockable(SingleCDockable dockable) Addsdockableto this register.booleanDefaultCControlRegister.removeSingleDockable(SingleCDockable dockable) booleanMutableCControlRegister.removeSingleDockable(SingleCDockable dockable) Removesdockablefrom this register.