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
,java.beans.PropertyChangeListener
,java.util.EventListener
public class FlatPopupMenuSeparatorUI extends FlatSeparatorUI
Provides the Flat LaF UI delegate forJPopupMenu.Separator
.
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.ui.FlatSeparatorUI
height, stripeIndent, stripeWidth
-
-
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 javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent c)
protected java.lang.String
getPropertyPrefix()
(package private) java.lang.String
getStyleType()
-
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
-
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
-
getPropertyPrefix
protected java.lang.String getPropertyPrefix()
- Overrides:
getPropertyPrefix
in classFlatSeparatorUI
-
getStyleType
java.lang.String getStyleType()
- Overrides:
getStyleType
in classFlatSeparatorUI
- Since:
- 2
-
-