| AbstractEditorMap<T,V> |
An editor for a list of editors, all of the same type.
|
| AbstractEditorMap.Item<V> |
|
| EditorBigDecimal |
|
| EditorBoolean |
An editor for boolean values.
|
| EditorClass<C,D,T> |
An editor that wraps a single class.
|
| EditorColor |
|
| EditorDefault<T> |
|
| EditorDouble |
|
| EditorEnum<T extends Enum<T>> |
|
| EditorInt |
|
| EditorList<U,T extends ConfigEditor<U>> |
An editor for a list of editors, all of the same type.
|
| EditorLong |
|
| EditorMap<T> |
An editor for a collection of editors, of various types, that can be selected
from a list.
|
| EditorNull |
An editor that does not edit anything.
|
| EditorPassword |
A single-line text editor that hides the content that is typed into it.
|
| EditorString |
|
| EditorSubclass<C,D,T> |
An editor that offers a selection of a class that implements an interface or
extends a class.
|
| EditorSubclass.classItem |
|