See: Description
Class | Description |
---|---|
EditorSource<E extends Editor<?>> |
An entity capable of creating and destroying instances of Editors.
|
EditorSource |
An entity capable of creating and destroying instances of Editors.
|
HasDataEditor |
Adapts the HasData interface to the Editor framework.
|
HasDataEditor<T> |
Adapts the HasData interface to the Editor framework.
|
ListEditor |
Manages a list of objects and their associated Editors.
|
ListEditor<T,E extends Editor<? super T>> |
Manages a list of objects and their associated Editors.
|
ListEditorWrapper |
Synchronizes a list of objects and a list of Editors.
|
OptionalFieldEditor |
This adapter can be used when a type being edited has an optional field that
may be nullified or reassigned as part of the editing process.
|
OptionalFieldEditor<T,E extends Editor<? super T>> |
This adapter can be used when a type being edited has an optional field that
may be nullified or reassigned as part of the editing process.
|
SimpleEditor |
A trivial implementation of LeafValueEditor than can be used for "hidden"
properties when composing UI-based Editors.
|
SimpleEditor<T> |
A trivial implementation of LeafValueEditor than can be used for "hidden"
properties when composing UI-based Editors.
|
TakesValueEditor |
Adapts the
TakesValue interface to the Editor framework. |
TakesValueEditor<T> |
Adapts the
TakesValue interface to the Editor framework. |
Copyright © 2018. All rights reserved.