Class PlasticComboBoxEditor.UIResource

  • All Implemented Interfaces:
    java.awt.event.FocusListener, java.util.EventListener, javax.swing.ComboBoxEditor, javax.swing.plaf.UIResource
    Enclosing class:
    PlasticComboBoxEditor

    static final class PlasticComboBoxEditor.UIResource
    extends PlasticComboBoxEditor
    implements javax.swing.plaf.UIResource
    A subclass of BasicComboBoxEditor that implements UIResource. BasicComboBoxEditor and PlasticComboBoxEditor don't implement UIResource directly so that applications can safely override the cellRenderer property with BasicListCellRenderer subclasses.
    • Field Summary

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

        editor
    • Constructor Summary

      Constructors 
      Constructor Description
      UIResource​(boolean isTableCellEditor)  
    • Method Summary

      • Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor

        addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll
      • Methods inherited from class java.lang.Object

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

      • UIResource

        UIResource​(boolean isTableCellEditor)