| Name | Description | Type | Package | Framework |
| CompositeEditor | An interface that indicates that a given Editor is composed of an unknown number of sub-Editors all of the same type. | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| CompositeEditor .EditorChain | Allows instances of the component type to be attached to the EditorSee Also:MockEditorChain | Interface | com.google.gwt.editor.client.CompositeEditor | Google WebToolkit (GWT) |
| Editor | Describes an editor whose behavior is not altered by the value being Editors, which may be classes or interfaces, may expose their sub-editors in | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| EditorContext | Describes an Editor within an Editor hierarchy. | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| EditorDelegate | Binds an individual Editor to the backing service. | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| EditorDriver | Defines common capabilities of editor drivers. | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| EditorError | Allows invalid Editor state to be propagated through an Editor hierarchy. | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| EditorHierarchyPrinter | A utility class that creates a string representation of an Editor hierarchy for testing purposes. | Class | com.google.gwt.editor.client.testing | Google WebToolkit (GWT) |
| EditorSource | An entity capable of creating and destroying instances of Editors. | Class | com.google.gwt.editor.client.adapters | Google WebToolkit (GWT) |
| EditorVisitor | A visitor for examining an Editor hierarchy. | Class | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| FakeEditorContext | A no-op implementation of EditorContext for testing. | Class | com.google.gwt.editor.client.testing | Google WebToolkit (GWT) |
| FakeEditorSource | A trivial implementation of EditorSource that creates FakeLeafValueEditor instances. | Class | com.google.gwt.editor.client.testing | Google WebToolkit (GWT) |
| FakeLeafValueEditor | Nested Class SummaryNested classes/interfaces inherited from interface com. | Class | com.google.gwt.editor.client.testing | Google WebToolkit (GWT) |
| HasDataEditor | Adapts the HasData interface to the Editor framework. | Class | com.google.gwt.editor.client.adapters | Google WebToolkit (GWT) |
| HasDataEditor .HasDataEditorSource | Class | com.google.gwt.editor.client.adapters.HasDataEditor | Google WebToolkit (GWT) | |
| HasEditorDelegate | Indicates that an Editor requires an EditorDelegate. | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| HasEditorErrors | Editors that wish to be notified about ConstraintViolations in the value being edited should implement this interface. | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| IsEditor | that do not implement the Editor contract directly. | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| LeafValueEditor | Used to edit non-object or immutable values. | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| ListEditor | Manages a list of objects and their associated Editors. | Class | com.google.gwt.editor.client.adapters | Google WebToolkit (GWT) |
| ListEditorWrapper | Class | com.google.gwt.editor.client.adapters | Google WebToolkit (GWT) | |
| MockEditorChain | A Mock implementation of CompositeEditor. | Class | com.google.gwt.editor.client.testing | Google WebToolkit (GWT) |
| MockEditorDelegate | A mock implementation of EditorDelegate. | Class | com.google.gwt.editor.client.testing | Google WebToolkit (GWT) |
| MockEditorError | A trivial implementation of EditorError. | Class | com.google.gwt.editor.client.testing | Google WebToolkit (GWT) |
| MockSimpleBeanEditorDriver | A no-op implementation of SimpleBeanEditorDriver that records itsConstructor SummaryMockSimpleBeanEditorDriver() | Class | com.google.gwt.editor.client.testing | Google WebToolkit (GWT) |
| 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. | Class | com.google.gwt.editor.client.adapters | Google WebToolkit (GWT) |
| SimpleBeanEditorDriver | Automates editing of simple bean-like objects. | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) |
| SimpleEditor | A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors. | Class | com.google.gwt.editor.client.adapters | Google WebToolkit (GWT) |
| TakesValueEditor | Adapts the TakesValue interface to the Editor framework. | Class | com.google.gwt.editor.client.adapters | Google WebToolkit (GWT) |
| ValueAwareEditor | Interface | com.google.gwt.editor.client | Google WebToolkit (GWT) | |