Class PlasticSeparatorUI


  • public final class PlasticSeparatorUI
    extends javax.swing.plaf.metal.MetalSeparatorUI
    The JGoodies Plastic L&F implementation of SeparatorUI. It differs from its superclass in that it uses a shared UI delegate.

    Thanks to Andrej Golovnin for his feedback and suggestions.

    Version:
    $Revision: 1.8 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static javax.swing.plaf.ComponentUI separatorUI
      Shared UI object.
      • Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI

        highlight, shadow
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)  
      • Methods inherited from class javax.swing.plaf.metal.MetalSeparatorUI

        getPreferredSize, installDefaults, paint
      • Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI

        getMaximumSize, getMinimumSize, installListeners, installUI, uninstallDefaults, 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
    • Field Detail

      • separatorUI

        private static javax.swing.plaf.ComponentUI separatorUI
        Shared UI object.
    • Constructor Detail

      • PlasticSeparatorUI

        public PlasticSeparatorUI()
    • Method Detail

      • createUI

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