Class PopupButton<E>


  • public class PopupButton<E>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PopupButton​(E selectedItem, java.util.List<E> popupItemsList)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JComponent getComponent()  
      • Methods inherited from class java.lang.Object

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

      • PopupButton

        public PopupButton​(E selectedItem,
                           java.util.List<E> popupItemsList)
    • Method Detail

      • getComponent

        public javax.swing.JComponent getComponent()