Class RadianceDesktopPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.DesktopPaneUI
javax.swing.plaf.basic.BasicDesktopPaneUI
org.pushingpixels.radiance.theming.internal.ui.RadianceDesktopPaneUI
UI for desktop panes in Radiance look and feel.
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicDesktopPaneUI
BasicDesktopPaneUI.CloseAction, BasicDesktopPaneUI.MaximizeAction, BasicDesktopPaneUI.MinimizeAction, BasicDesktopPaneUI.NavigateAction, BasicDesktopPaneUI.OpenAction
-
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicDesktopPaneUI
closeKey, desktop, desktopManager, maximizeKey, minimizeKey, navigateKey, navigateKey2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
createUI
(JComponent comp) protected void
void
update
(Graphics g, JComponent c) Methods inherited from class javax.swing.plaf.basic.BasicDesktopPaneUI
createPropertyChangeListener, getMaximumSize, getMinimumSize, getPreferredSize, installDesktopManager, installKeyboardActions, installListeners, installUI, paint, registerKeyboardActions, uninstallDefaults, uninstallDesktopManager, uninstallKeyboardActions, uninstallListeners, uninstallUI, unregisterKeyboardActions
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior
-
Constructor Details
-
RadianceDesktopPaneUI
protected RadianceDesktopPaneUI()
-
-
Method Details
-
createUI
-
installDefaults
protected void installDefaults()- Overrides:
installDefaults
in classBasicDesktopPaneUI
-
update
- Overrides:
update
in classComponentUI
-