| Methods in jaxx.runtime.swing.editor that return EnumEditor |
static
|
EnumEditor.newEditor(Class<E> type)
Creates a EnumEditor for the given enumeration type, with
all values of enumeration. |
static
|
EnumEditor.newEditor(Class<E> type,
int maxOrdinal)
Creates a EnumEditor for the given enumeration type, with
all values of enumeration which ordinal is strictly lower than
the given maxOrdinal. |
static
|
EnumEditor.newEditor(E... universe)
Creates a EnumEditor for the given enumeration type, with
all given universe values of enumeration. |