Class WidestComboPopupPrototype<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getPopupPrototypeDisplayValue​(javax.swing.JComboBox<T> jc)
      Returns the prototype entry for combo popup of the specified combobox.
      • Methods inherited from class java.lang.Object

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

      • WidestComboPopupPrototype

        public WidestComboPopupPrototype()
    • Method Detail