javax.swing.CellEditor
for a column that has an enumerated value. It uses a JComboBox
for selecting between the possible values. Note that this class can be used both for strict enum
s, as well as "artificial" enums, defined as a set of possible values.
@author Torgil Zethson
@since 1.3.0
|
|
|
|
|
|
|
|
|
|
|
|