Class PlasticToolBarSeparatorUI


  • public final class PlasticToolBarSeparatorUI
    extends javax.swing.plaf.basic.BasicToolBarSeparatorUI
    The JGoodies Plastic L&F implementation of ToolBarSeparatorUI. It differs from its superclass in that it uses a shared UI delegate.
    Version:
    $Revision: 1.8 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static javax.swing.plaf.ComponentUI toolBarSeparatorUI
      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.basic.BasicToolBarSeparatorUI

        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

      • toolBarSeparatorUI

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

      • PlasticToolBarSeparatorUI

        public PlasticToolBarSeparatorUI()
    • Method Detail

      • createUI

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