Uses of Class
org.jdesktop.swingx.JXStatusBar.Constraint.ResizeBehavior

Packages that use JXStatusBar.Constraint.ResizeBehavior
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
 

Methods in org.jdesktop.swingx that return JXStatusBar.Constraint.ResizeBehavior
 JXStatusBar.Constraint.ResizeBehavior JXStatusBar.Constraint.getResizeBehavior()
          Returns the ResizeBehavior.
static JXStatusBar.Constraint.ResizeBehavior JXStatusBar.Constraint.ResizeBehavior.valueOf(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
JXStatusBar.Constraint(JXStatusBar.Constraint.ResizeBehavior resizeBehavior)
          Creates a new Constraint with the specified resize behaviour and no insets
JXStatusBar.Constraint(JXStatusBar.Constraint.ResizeBehavior resizeBehavior, Insets insets)
          Creates a new Constraint with the specified resize behavior and insets.