Class ComboBoxEditorTextField

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants

public final class ComboBoxEditorTextField extends JTextField
A text field designed to be used as combo box editor. It doesn't set a text if the text equals the content; this works around the Java issue #4530952.
Version:
$Revision: 1.7 $
See Also:
  • Constructor Details

    • ComboBoxEditorTextField

      public ComboBoxEditorTextField(boolean isTableCellEditor)
  • Method Details