com.jgoodies.looks.common

Class ComboBoxEditorTextField

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.2 $

Author: Karsten Lentzsch

Constructor Summary
ComboBoxEditorTextField(boolean isTableCellEditor)
Method Summary
voidsetText(String s)

Constructor Detail

ComboBoxEditorTextField

public ComboBoxEditorTextField(boolean isTableCellEditor)

Method Detail

setText

public void setText(String s)
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.