Uses of Class
jaxx.runtime.swing.editor.EnumEditor

Packages that use EnumEditor
jaxx.runtime.swing.editor   
 

Uses of EnumEditor in jaxx.runtime.swing.editor
 

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

Methods in jaxx.runtime.swing.editor with parameters of type EnumEditor
static TableCellEditor MyDefaultCellEditor.newEnumEditor(EnumEditor<?> editor)
           
 



Copyright © 2008-2011 CodeLutin. All Rights Reserved.