Class RadiancePanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
javax.swing.plaf.basic.BasicPanelUI
org.pushingpixels.radiance.theming.internal.ui.RadiancePanelUI
UI for panels in Radiance look and feel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
createUI
(JComponent comp) protected void
private boolean
Returns indication whether the panel background should be filled.void
update
(Graphics g, JComponent c) Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
getBaseline, getBaselineResizeBehavior, installUI, uninstallDefaults, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint
-
Constructor Details
-
RadiancePanelUI
protected RadiancePanelUI()
-
-
Method Details
-
createUI
-
installDefaults
- Overrides:
installDefaults
in classBasicPanelUI
-
update
- Overrides:
update
in classComponentUI
-
toPaintBackground
Returns indication whether the panel background should be filled.- Parameters:
c
- Component (should beJPanel
).- Returns:
true
if the panel background should be filled with the background color,false
otherwise.
-