Class FlatPopupMenuSeparatorUI


  • public class FlatPopupMenuSeparatorUI
    extends FlatSeparatorUI
    Provides the Flat LaF UI delegate for JPopupMenu.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
    • 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()  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatPopupMenuSeparatorUI

        public FlatPopupMenuSeparatorUI()
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)