Class RadianceViewportUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ViewportUI
javax.swing.plaf.basic.BasicViewportUI
org.pushingpixels.radiance.theming.internal.ui.RadianceViewportUI
UI for panels in Radiance look and feel.
- Author:
- Kirill Grouchnikov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIcreateUI(JComponent comp) protected voidvoidupdate(Graphics g, JComponent c) Methods inherited from class BasicViewportUI
installUI, uninstallDefaults, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint
-
Constructor Details
-
RadianceViewportUI
protected RadianceViewportUI()
-
-
Method Details
-
createUI
-
installDefaults
- Overrides:
installDefaultsin classBasicViewportUI
-
update
- Overrides:
updatein classComponentUI
-