Class SkinPopupMenuUI


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

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

        popupMenu
    • Constructor Summary

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

        installKeyboardActions, installUI, isPopupTrigger, uninstallKeyboardActions, uninstallUI
      • Methods inherited from class javax.swing.plaf.PopupMenuUI

        getPopup
      • Methods inherited from class javax.swing.plaf.ComponentUI

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

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

      • SkinPopupMenuUI

        public SkinPopupMenuUI()
    • Method Detail

      • installDefaults

        public void installDefaults()
        Description of the Method
        Overrides:
        installDefaults in class javax.swing.plaf.basic.BasicPopupMenuUI
      • installListeners

        public void installListeners()
        Description of the Method
        Overrides:
        installListeners in class javax.swing.plaf.basic.BasicPopupMenuUI
      • 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
      • uninstallDefaults

        protected void uninstallDefaults()
        Description of the Method
        Overrides:
        uninstallDefaults in class javax.swing.plaf.basic.BasicPopupMenuUI
      • uninstallListeners

        protected void uninstallListeners()
        Description of the Method
        Overrides:
        uninstallListeners in class javax.swing.plaf.basic.BasicPopupMenuUI
      • 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
      • popupMenu

        public javax.swing.JPopupMenu popupMenu()