Class RadiancePopupMenuSeparatorUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SeparatorUI
javax.swing.plaf.basic.BasicSeparatorUI
javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
org.pushingpixels.radiance.theming.internal.ui.RadiancePopupMenuSeparatorUI
UI for popup menu separators in Radiance look and feel.
-
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
createUI
(JComponent comp) void
paint
(Graphics g, JComponent c) Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMaximumSize, getMinimumSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
-
Constructor Details
-
RadiancePopupMenuSeparatorUI
protected RadiancePopupMenuSeparatorUI()
-
-
Method Details
-
createUI
-
paint
- Overrides:
paint
in classBasicPopupMenuSeparatorUI
-
getPreferredSize
- Overrides:
getPreferredSize
in classBasicPopupMenuSeparatorUI
-