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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Constructor | Description |
---|---|
Constraint(JXStatusBar.Constraint.ResizeBehavior resizeBehavior) |
Creates a new Constraint with the specified resize behaviour and no insets
|
Constraint(JXStatusBar.Constraint.ResizeBehavior resizeBehavior,
Insets insets) |
Creates a new Constraint with the specified resize behavior and insets.
|
Copyright © 2018. All rights reserved.