Package com.formdev.flatlaf.ui
Class FlatPopupMenuSeparatorUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.SeparatorUI
-
- javax.swing.plaf.basic.BasicSeparatorUI
-
- com.formdev.flatlaf.ui.FlatSeparatorUI
-
- com.formdev.flatlaf.ui.FlatPopupMenuSeparatorUI
-
- All Implemented Interfaces:
FlatStylingSupport.StyleableUI
,PropertyChangeListener
,EventListener
public class FlatPopupMenuSeparatorUI extends FlatSeparatorUI
Provides the Flat LaF UI delegate forJPopupMenu.Separator
.- UiDefault:
- Separator.background Color unused, Separator.foreground Color , PopupMenuSeparator.height int height (or width) of the component; may be larger than stripe, PopupMenuSeparator.stripeWidth int width of the stripe, PopupMenuSeparator.stripeIndent int indent of stripe from top (or left); allows positioning of stripe within component
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.ui.FlatSeparatorUI
height, stripeIndent, stripeWidth
-
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FlatPopupMenuSeparatorUI(boolean shared)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUI
createUI(JComponent c)
protected String
getPropertyPrefix()
-
Methods inherited from class com.formdev.flatlaf.ui.FlatSeparatorUI
applyStyle, applyStyleProperty, getPreferredSize, getStyleableInfos, getStyleableValue, installDefaults, installListeners, installStyle, installUI, paint, propertyChange, uninstallDefaults, uninstallListeners
-
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMaximumSize, getMinimumSize, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
-
getPropertyPrefix
protected String getPropertyPrefix()
- Overrides:
getPropertyPrefix
in classFlatSeparatorUI
-
-