javax.swing.plaf.basic
public class BasicPanelUI extends PanelUI
Method Summary | |
---|---|
static ComponentUI | createUI(JComponent panel)
Returns a UI delegate for the specified component.
|
protected void | installDefaults(JPanel p)
Installs the defaults for this UI delegate in the specified panel.
|
void | installUI(JComponent c)
Installs this UI delegate in the specified component.
|
protected void | uninstallDefaults(JPanel p)
Uninstalls the UI defaults for the specified panel.
|
void | uninstallUI(JComponent c)
Uninstalls this UI delegate from the specified component.
|
Parameters: panel the panel.
Parameters: p the panel (null
not permitted).
Parameters: c the component (should be a {@link JPanel}, null
not
permitted).
Parameters: p the panel (null
not permitted).
Parameters: c the component (null
not permitted).