Class PlasticComboBoxEditor

  • All Implemented Interfaces:
    java.awt.event.FocusListener, java.util.EventListener, javax.swing.ComboBoxEditor
    Direct Known Subclasses:
    PlasticComboBoxEditor.UIResource

    class PlasticComboBoxEditor
    extends javax.swing.plaf.basic.BasicComboBoxEditor
    The default editor for editable combo boxes in the JGoodies Plastic Look&Feel.

    It differs from MetalComboBoxEditor in that the border is quite the same as for text fields: a compound border with an inner MarginBorder.

    Version:
    $Revision: 1.11 $
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  PlasticComboBoxEditor.UIResource
      A subclass of BasicComboBoxEditor that implements UIResource.
    • Field Summary

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

        editor
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setItem​(java.lang.Object item)  
      • 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

      • PlasticComboBoxEditor

        PlasticComboBoxEditor​(boolean isTableCellEditor)
    • Method Detail

      • setItem

        public void setItem​(java.lang.Object item)
        Specified by:
        setItem in interface javax.swing.ComboBoxEditor
        Overrides:
        setItem in class javax.swing.plaf.basic.BasicComboBoxEditor