| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.border |
Provides classes and interface for drawing specialized borders around a Swing component.
|
| javax.swing.plaf |
Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
|
| javax.swing.plaf.basic |
Provides user interface objects built according to the Basic look and feel.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.getBaselineResizeBehavior()
Returns an enum indicating how the baseline of the component changes as the size changes.
|
static Component |
Component.BaselineResizeBehavior.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Component |
Component.BaselineResizeBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
JSpinner.DefaultEditor.getBaselineResizeBehavior()
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
JComponent.getBaselineResizeBehavior()
Returns an enum indicating how the baseline of the component changes as the size changes.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
TitledBorder.getBaselineResizeBehavior(Component
Returns an enum indicating how the baseline of the border changes as the size changes.
|
Component |
AbstractBorder.getBaselineResizeBehavior(Component
Returns an enum indicating how the baseline of a component changes as the size changes.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
LayerUI.getBaselineResizeBehavior(JComponent
If the
JLayer's view component is not
null, this returns the result of the view's
getBaselineResizeBehavior() method.
|
Component |
ComponentUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of he component changes as the size changes.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
BasicTextAreaUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicTextFieldUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicPanelUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicSliderUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicButtonUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicTabbedPaneUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicScrollPaneUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicLabelUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicComboBoxUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicTableUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicSpinnerUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicProgressBarUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicListUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|
Component |
BasicTreeUI.getBaselineResizeBehavior(JComponent
Returns an enum indicating how the baseline of the component changes as the size changes.
|