Module java.desktop

Class BasicSeparatorUI

    • Field Detail

      • shadow

        protected Color shadow
        The color of the shadow.
      • highlight

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

      • BasicSeparatorUI

        public BasicSeparatorUI()
    • Method Detail

      • 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