Class SubstancePopupMenuSeparatorUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SeparatorUI
javax.swing.plaf.basic.BasicSeparatorUI
javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
org.pushingpixels.substance.internal.ui.SubstancePopupMenuSeparatorUI
UI for popup menu separators in Substance 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
-
SubstancePopupMenuSeparatorUI
public SubstancePopupMenuSeparatorUI()
-
-
Method Details
-
createUI
-
paint
- Overrides:
paint
in classBasicPopupMenuSeparatorUI
-
getPreferredSize
- Overrides:
getPreferredSize
in classBasicPopupMenuSeparatorUI
-