Class PlasticPopupMenuUI


  • public final class PlasticPopupMenuUI
    extends javax.swing.plaf.basic.BasicPopupMenuUI
    The JGoodies Plastic look&feel implementation of PopMenuUI. It differs from the superclass in that it provides an option to get a narrow border. You can set a client property Options.NO_MARGIN_KEY to indicate that this popup menu has a border without margin. That is useful in the special case where the popup contains only a single component, for example a JScrollPane.
    Version:
    $Revision: 1.10 $
    See Also:
    Options.NO_MARGIN_KEY
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.beans.PropertyChangeListener borderListener  
      • Fields inherited from class javax.swing.plaf.basic.BasicPopupMenuUI

        popupMenu
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent b)  
      private void installBorder()
      Installs a border without margin, iff the client property Options.NO_MARGIN_KEY is set to Boolean.TRUE.
      void installDefaults()  
      protected void installListeners()  
      protected void uninstallListeners()  
      • Methods inherited from class javax.swing.plaf.basic.BasicPopupMenuUI

        installKeyboardActions, installUI, isPopupTrigger, uninstallDefaults, 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, paint, update
      • Methods inherited from class java.lang.Object

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

      • borderListener

        private java.beans.PropertyChangeListener borderListener
    • Constructor Detail

      • PlasticPopupMenuUI

        public PlasticPopupMenuUI()
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent b)
      • installDefaults

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

        protected void installListeners()
        Overrides:
        installListeners in class javax.swing.plaf.basic.BasicPopupMenuUI
      • uninstallListeners

        protected void uninstallListeners()
        Overrides:
        uninstallListeners in class javax.swing.plaf.basic.BasicPopupMenuUI
      • installBorder

        private void installBorder()
        Installs a border without margin, iff the client property Options.NO_MARGIN_KEY is set to Boolean.TRUE.