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
Provides the Flat LaF UI delegate for
JPopupMenu.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 FlatSeparatorUI
height, stripeIndent, stripeWidthFields inherited from class BasicSeparatorUI
highlight, shadow -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FlatSeparatorUI
applyStyle, applyStyleProperty, getPreferredSize, getStyleableInfos, getStyleableValue, installDefaults, installListeners, installStyle, installUI, paint, propertyChange, uninstallDefaults, uninstallListenersMethods inherited from class BasicSeparatorUI
getMaximumSize, getMinimumSize, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
-
Constructor Details
-
FlatPopupMenuSeparatorUI
protected FlatPopupMenuSeparatorUI(boolean shared) - Since:
- 2
-
-
Method Details
-
createUI
-
getPropertyPrefix
- Overrides:
getPropertyPrefixin classFlatSeparatorUI
-