public class BasicPanelUI extends PanelUI
Constructor | Description |
---|---|
BasicPanelUI() |
Modifier and Type | Method | Description |
---|---|---|
static ComponentUI |
createUI(JComponent c) |
|
int |
getBaseline(JComponent c,
int width,
int height) |
Returns the baseline.
|
Component.BaselineResizeBehavior |
getBaselineResizeBehavior(JComponent c) |
Returns an enum indicating how the baseline of the component
changes as the size changes.
|
protected void |
installDefaults(JPanel p) |
|
void |
installUI(JComponent c) |
Configures the specified component appropriately for the look and feel.
|
protected void |
uninstallDefaults(JPanel p) |
|
void |
uninstallUI(JComponent c) |
Reverses configuration which was done on the specified component during
installUI . |
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint,