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
-
public class FlatPopupMenuSeparatorUI extends FlatSeparatorUI
Provides the Flat LaF UI delegate forJPopupMenu.Separator
.- UiDefault:
- PopupMenuSeparator.background Color unused, PopupMenuSeparator.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 Constructor Description FlatPopupMenuSeparatorUI()
-
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
getPreferredSize, installDefaults, paint, uninstallDefaults
-
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMaximumSize, getMinimumSize, installListeners, installUI, uninstallListeners, 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
-
-