Uses of Enum
bibliothek.gui.dock.common.CContentArea.Corner
Packages that use CContentArea.Corner
Package
Description
A set of classes that can be used to create basic applications.
-
Uses of CContentArea.Corner in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common that return CContentArea.CornerModifier and TypeMethodDescriptionstatic CContentArea.CornerReturns the enum constant of this type with the specified name.static CContentArea.Corner[]CContentArea.Corner.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in bibliothek.gui.dock.common with parameters of type CContentArea.CornerModifier and TypeMethodDescriptionCContentArea.getCornerComponent(CContentArea.Corner corner, boolean horizontal) Gets the component of a corner.voidCContentArea.setCornerComponent(Component component, CContentArea.Corner corner, boolean horizontal) Putscomponentin one corner of this area.