Uses of Class
bibliothek.gui.dock.common.CMinimizeArea
Packages that use CMinimizeArea
Package
Description
A set of classes that can be used to create basic applications.
Various implementations of
CLocation.-
Uses of CMinimizeArea in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common that return CMinimizeAreaModifier and TypeMethodDescriptionCControl.createMinimizeArea(String uniqueId) Creates a new area where minimizedCDockables can be stored.CContentArea.getEastArea()Gets the station in the east of thisCContentAreaCContentArea.getNorthArea()Gets the station in the north of thisCContentAreaCContentArea.getSouthArea()Gets the station in the south of thisCContentAreaCContentArea.getWestArea()Gets the station in the west of thisCContentAreaMethods in bibliothek.gui.dock.common with parameters of type CMinimizeAreaModifier and TypeMethodDescriptionstatic CMinimizeAreaLocationCLocation.minimized(CMinimizeArea area) Creates a new location representing a minimize area.static CFlapIndexLocationCLocation.minimized(CMinimizeArea area, int index) Creates a new location representing a minimize area. -
Uses of CMinimizeArea in bibliothek.gui.dock.common.location
Methods in bibliothek.gui.dock.common.location that return CMinimizeAreaModifier and TypeMethodDescriptionCMinimizeAreaLocation.getArea()Gets theCMinimizeAreawhich is represented by this location.Constructors in bibliothek.gui.dock.common.location with parameters of type CMinimizeAreaModifierConstructorDescriptionCrates a new location at the end of the minimize area.