Uses of Class
org.nuiton.jaxx.runtime.swing.editor.EnumEditor
-
Packages that use EnumEditor Package Description org.nuiton.jaxx.runtime.swing.editor -
-
Uses of EnumEditor in org.nuiton.jaxx.runtime.swing.editor
Methods in org.nuiton.jaxx.runtime.swing.editor that return EnumEditor Modifier and Type Method Description static <E extends Enum<E>>
EnumEditor<E>EnumEditor. newEditor(E... universe)static <E extends Enum<E>>
EnumEditor<E>EnumEditor. newEditor(Class<E> type)Creates aEnumEditorfor the given enumerationtype, with all values of enumeration.static <E extends Enum<E>>
EnumEditor<E>EnumEditor. newEditor(Class<E> type, int maxOrdinal)Creates aEnumEditorfor the given enumerationtype, with all values of enumeration whichordinalis strictly lower than the givenmaxOrdinal.Methods in org.nuiton.jaxx.runtime.swing.editor with parameters of type EnumEditor Modifier and Type Method Description static TableCellEditorMyDefaultCellEditor. newEnumEditor(EnumEditor<?> editor)
-