public class BasicPanelUI extends javax.swing.plaf.PanelUI
JPanel component.| Constructor and Description |
|---|
BasicPanelUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent panel)
Returns a UI delegate for the specified component.
|
protected void |
installDefaults(javax.swing.JPanel p)
Installs the defaults for this UI delegate in the specified panel.
|
void |
installUI(javax.swing.JComponent c)
Installs this UI delegate in the specified component.
|
protected void |
uninstallDefaults(javax.swing.JPanel p)
Uninstalls the UI defaults for the specified panel.
|
void |
uninstallUI(javax.swing.JComponent c)
Uninstalls this UI delegate from the specified component.
|
public BasicPanelUI()
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent panel)
panel - the panel.public void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.ComponentUIc - the component (should be a JPanel, null not
permitted).ComponentUI.uninstallUI(javax.swing.JComponent),
JComponent.setUI(javax.swing.plaf.ComponentUI),
JComponent.updateUI()protected void installDefaults(javax.swing.JPanel p)
p - the panel (null not permitted).public void uninstallUI(javax.swing.JComponent c)
uninstallUI in class javax.swing.plaf.ComponentUIc - the component (null not permitted).ComponentUI.installUI(javax.swing.JComponent),
JComponent.setUI(javax.swing.plaf.ComponentUI),
JComponent.updateUI()protected void uninstallDefaults(javax.swing.JPanel p)
p - the panel (null not permitted).