-
Methods in jaxx.runtime.swing.editor that return EnumEditor
| Modifier and Type |
Method |
Description |
static <E extends java.lang.Enum<E>> EnumEditor<E> |
EnumEditor.newEditor(E... universe) |
Creates a EnumEditor for the given enumeration type, with
all given universe values of enumeration.
|
static <E extends java.lang.Enum<E>> EnumEditor<E> |
EnumEditor.newEditor(java.lang.Class<E> type) |
Creates a EnumEditor for the given enumeration type, with
all values of enumeration.
|
static <E extends java.lang.Enum<E>> EnumEditor<E> |
EnumEditor.newEditor(java.lang.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.
|