| Package | Description |
|---|---|
| org.nuiton.jaxx.runtime.swing.editor |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
EnumEditor.newEditor(Class<E> type)
Creates a
EnumEditor for the given enumeration type, with
all values of enumeration. |
static <E extends Enum<E>> |
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 <E extends Enum<E>> |
EnumEditor.newEditor(E... universe)
|
| Modifier and Type | Method and Description |
|---|---|
static TableCellEditor |
MyDefaultCellEditor.newEnumEditor(EnumEditor<?> editor) |
Copyright © 2008–2019 Ultreia.io. All rights reserved.