Class SkinMenuBarUI


  • public final class SkinMenuBarUI
    extends javax.swing.plaf.basic.BasicMenuBarUI
    Description of the Class
    Author:
    fred
    • Field Summary

      • Fields inherited from class javax.swing.plaf.basic.BasicMenuBarUI

        changeListener, containerListener, menuBar
    • Constructor Summary

      Constructors 
      Constructor Description
      SkinMenuBarUI()  
    • 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)
      Description of the Method
      protected void installDefaults()
      Description of the Method
      void paint​(java.awt.Graphics g, javax.swing.JComponent c)
      Description of the Method
      • Methods inherited from class javax.swing.plaf.basic.BasicMenuBarUI

        createChangeListener, createContainerListener, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getPreferredSize, update
      • Methods inherited from class java.lang.Object

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

      • SkinMenuBarUI

        public SkinMenuBarUI()
    • Method Detail

      • paint

        public void paint​(java.awt.Graphics g,
                          javax.swing.JComponent c)
        Description of the Method
        Overrides:
        paint in class javax.swing.plaf.ComponentUI
        Parameters:
        g - Description of Parameter
        c - Description of Parameter
      • installDefaults

        protected void installDefaults()
        Description of the Method
        Overrides:
        installDefaults in class javax.swing.plaf.basic.BasicMenuBarUI
      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
        Description of the Method
        Parameters:
        c - Description of Parameter
        Returns:
        Description of the Returned Value