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.4 $
Author:
Karsten Lentzsch

Constructor Summary

ComboBoxEditorTextField(boolean isTableCellEditor)

Method Summary

void
setText(String s)

Constructor Details

ComboBoxEditorTextField

public ComboBoxEditorTextField(boolean isTableCellEditor)

Method Details

setText

public void setText(String s)

Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.