Uses of Class
org.jdesktop.swingx.JXStatusBar.Constraint.ResizeBehavior
-
Packages that use JXStatusBar.Constraint.ResizeBehavior Package Description org.jdesktop.swingx 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
Fields in org.jdesktop.swingx declared as JXStatusBar.Constraint.ResizeBehavior Modifier and Type Field Description private JXStatusBar.Constraint.ResizeBehavior
JXStatusBar.Constraint. resizeBehavior
Methods in org.jdesktop.swingx that return JXStatusBar.Constraint.ResizeBehavior Modifier and Type Method Description JXStatusBar.Constraint.ResizeBehavior
JXStatusBar.Constraint. getResizeBehavior()
Returns the ResizeBehavior.static JXStatusBar.Constraint.ResizeBehavior
JXStatusBar.Constraint.ResizeBehavior. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JXStatusBar.Constraint.ResizeBehavior[]
JXStatusBar.Constraint.ResizeBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jdesktop.swingx with parameters of type JXStatusBar.Constraint.ResizeBehavior Constructor Description Constraint(JXStatusBar.Constraint.ResizeBehavior resizeBehavior)
Creates a new Constraint with the specified resize behaviour and no insetsConstraint(JXStatusBar.Constraint.ResizeBehavior resizeBehavior, java.awt.Insets insets)
Creates a new Constraint with the specified resize behavior and insets.
-