Class GeneralCellEditor

java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
de.mid.innovator.m2msdk.ui.model.GeneralCellEditor
All Implemented Interfaces:
Serializable, CellEditor, ComboBoxEditor, TableCellEditor, TableCellRenderer, TreeCellEditor

public class GeneralCellEditor extends DefaultCellEditor implements TableCellRenderer, ComboBoxEditor
Editor for table cells, is also to edit combo boxes, text fields, text areas and tree rows. The kind of the editor depends on the type of the content of the cell. If the content is an enum, a combo box is shown. If the content is a short string, a text field is shown. If the content is a long string, a text area is shown. If the content is a tree node, a tree is shown. If the content is a boolean, a check box is shown
Version:
10.1.1
Author:
jmback
See Also: