javax.swing.plaf.basic
public class BasicRootPaneUI extends RootPaneUI implements PropertyChangeListener
Method Summary | |
---|---|
static ComponentUI | createUI(JComponent x) |
protected void | installComponents(JRootPane rp)
Installs additional look and feel components to the root pane.
|
protected void | installDefaults(JRootPane rp)
Installs the look and feel defaults for JRootPane.
|
protected void | installKeyboardActions(JRootPane rp)
Installs look and feel keyboard actions on the root pane.
|
protected void | installListeners(JRootPane rp)
Installs any look and feel specific listeners on the root pane.
|
void | installUI(JComponent c) |
void | propertyChange(PropertyChangeEvent event) |
protected void | uninstallComponents(JRootPane rp)
Uninstalls look and feel components from the root pane.
|
protected void | uninstallDefaults(JRootPane rp)
Uninstalls the look and feel defaults that have been installed in
{@link #installDefaults}.
|
protected void | uninstallKeyboardActions(JRootPane rp)
Uninstalls look and feel keyboard actions from the root pane.
|
protected void | uninstallListeners(JRootPane rp)
Uninstalls any look and feel specific listeners from the root pane.
|
void | uninstallUI(JComponent c)
Uninstalls this UI from the root pane. |
Parameters: rp the root pane to install the components to
Parameters: rp the root pane to install the defaults to
Parameters: rp the root pane to install the keyboard actions to
Parameters: rp the root pane to install the listeners to
Parameters: rp the root pane to uninstall the components from
Parameters: rp the root pane to uninstall the defaults from
Parameters: rp the root pane to uninstall the keyboard actions from
Parameters: rp the root pane to uninstall the listeners from
Parameters: c the root pane to uninstall the UI from