Uses of Enum Class
org.jdesktop.swingx.JXStatusBar.Constraint.ResizeBehavior
Packages that use JXStatusBar.Constraint.ResizeBehavior
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of JXStatusBar.Constraint.ResizeBehavior in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return JXStatusBar.Constraint.ResizeBehaviorModifier and TypeMethodDescriptionJXStatusBar.Constraint.getResizeBehavior()
Returns the ResizeBehavior.Returns the enum constant of this class with the specified name.JXStatusBar.Constraint.ResizeBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jdesktop.swingx with parameters of type JXStatusBar.Constraint.ResizeBehaviorModifierConstructorDescriptionConstraint
(JXStatusBar.Constraint.ResizeBehavior resizeBehavior) Creates a new Constraint with the specified resize behaviour and no insetsConstraint
(JXStatusBar.Constraint.ResizeBehavior resizeBehavior, Insets insets) Creates a new Constraint with the specified resize behavior and insets.