Module java.desktop

Class BasicSeparatorUI

Direct Known Subclasses:
BasicPopupMenuSeparatorUI, BasicToolBarSeparatorUI, MetalSeparatorUI

public class BasicSeparatorUI extends SeparatorUI
A Basic L&F implementation of SeparatorUI. This implementation is a "combined" view/controller.
  • Field Details

    • shadow

      protected Color shadow
      The color of the shadow.
    • highlight

      protected Color highlight
      The color of the highlighting.
  • Constructor Details

    • BasicSeparatorUI

      public BasicSeparatorUI()
      Constructs a BasicSeparatorUI.
  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent c)
      Returns a new instance of BasicSeparatorUI.
      Parameters:
      c - a component
      Returns:
      a new instance of BasicSeparatorUI
    • installDefaults

      protected void installDefaults(JSeparator s)
      Installs default properties.
      Parameters:
      s - an instance of JSeparator
    • uninstallDefaults

      protected void uninstallDefaults(JSeparator s)
      Uninstalls default properties.
      Parameters:
      s - an instance of JSeparator
    • installListeners

      protected void installListeners(JSeparator s)
      Registers listeners.
      Parameters:
      s - an instance of JSeparator
    • uninstallListeners

      protected void uninstallListeners(JSeparator s)
      Unregisters listeners.
      Parameters:
      s - an instance of JSeparator