Skip navigation links
A B C D E F G I M N O P R S V W 

A

access(VariableElement) - Method in class org.gwtproject.editor.processor.model.EditorProperty.Builder
 
access(ExecutableElement) - Method in class org.gwtproject.editor.processor.model.EditorProperty.Builder
 
addName(String) - Method in class org.gwtproject.editor.processor.NameFactory
Reserves a known name.
annotations() - Method in class org.gwtproject.editor.processor.DriverProcessingStep
 

B

BeanMethod - Enum in org.gwtproject.editor.processor.model
 
beanOwnerExpression(String) - Method in class org.gwtproject.editor.processor.model.EditorProperty.Builder
 
beanOwnerGuard(String) - Method in class org.gwtproject.editor.processor.model.EditorProperty.Builder
 
build() - Method in class org.gwtproject.editor.processor.DriverProcessingStep.Builder
 
build(Optional<EditorProperty>) - Method in class org.gwtproject.editor.processor.model.EditorProperty.Builder
 
Builder() - Constructor for class org.gwtproject.editor.processor.DriverProcessingStep.Builder
 
Builder(EditorTypes, TypeMirror) - Constructor for class org.gwtproject.editor.processor.model.EditorProperty.Builder
 

C

createName(String) - Method in class org.gwtproject.editor.processor.NameFactory
Creates a new unique name based off of name and adds it to the list of known names.

D

DriverProcessingStep - Class in org.gwtproject.editor.processor
Created by colin on 7/17/16.
DriverProcessingStep.Builder - Class in org.gwtproject.editor.processor
 
DriverProcessor - Class in org.gwtproject.editor.processor
Created by colin on 7/17/16.
DriverProcessor() - Constructor for class org.gwtproject.editor.processor.DriverProcessor
 

E

EditorModel - Class in org.gwtproject.editor.processor.model
 
EditorModel(Messager, EditorTypes, TypeMirror, TypeMirror) - Constructor for class org.gwtproject.editor.processor.model.EditorModel
 
EditorModel(Messager, EditorTypes, EditorModel, TypeMirror, EditorProperty, TypeMirror) - Constructor for class org.gwtproject.editor.processor.model.EditorModel
 
EditorProperty - Class in org.gwtproject.editor.processor.model
old EditorData and EditorAccess
EditorProperty() - Constructor for class org.gwtproject.editor.processor.model.EditorProperty
 
EditorProperty.Builder - Class in org.gwtproject.editor.processor.model
 
EditorTypes - Class in org.gwtproject.editor.processor.model
Created by colin on 7/17/16.
EditorTypes(Types, Elements) - Constructor for class org.gwtproject.editor.processor.model.EditorTypes
 

F

findParameterizationOf(Types, TypeMirror, TypeMirror) - Static method in class org.gwtproject.editor.processor.ModelUtils
 

G

getBeanOwnerExpression() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
getBeanOwnerGuard(String) - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
getComposedData() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
getCompositeEditorInterface() - Method in class org.gwtproject.editor.processor.model.EditorTypes
 
getDeclaredPath() - Method in class org.gwtproject.editor.processor.model.EditorProperty
Gets the path specified by the @Path annotation or inferred via convention.
getDriverInterfaceType() - Method in class org.gwtproject.editor.processor.DriverProcessingStep
 
getDriverSuperclassType() - Method in class org.gwtproject.editor.processor.DriverProcessingStep
 
getEditedType() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
getEditorData() - Method in class org.gwtproject.editor.processor.model.EditorModel
 
getEditorData(TypeMirror) - Method in class org.gwtproject.editor.processor.model.EditorModel
 
getEditorDelegateType() - Method in class org.gwtproject.editor.processor.DriverProcessingStep
 
getEditorInterface() - Method in class org.gwtproject.editor.processor.model.EditorTypes
 
getEditorType() - Method in class org.gwtproject.editor.processor.model.EditorModel
 
getEditorType() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
getElements() - Method in class org.gwtproject.editor.processor.model.EditorTypes
 
getExpression() - Method in class org.gwtproject.editor.processor.model.EditorProperty
Returns a complete expression to retrieve the editor.
getFlattenedSupertypeHierarchy(Types, TypeMirror) - Static method in class org.gwtproject.editor.processor.ModelUtils
Returns all of the superclasses and superinterfaces for a given type including the type itself.
getGetterExpression() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
getHasEditorDelegateInterface() - Method in class org.gwtproject.editor.processor.model.EditorTypes
 
getHasEditorErrorsInterface() - Method in class org.gwtproject.editor.processor.model.EditorTypes
 
getIsEditorInterface() - Method in class org.gwtproject.editor.processor.model.EditorTypes
 
getLeafValueEditorInterface() - Method in class org.gwtproject.editor.processor.model.EditorTypes
 
getPath() - Method in class org.gwtproject.editor.processor.model.EditorProperty
Returns the complete path of the editor, relative to the root object.
getPropertyName() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
getPropertyOwnerType() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
getProxyType() - Method in class org.gwtproject.editor.processor.model.EditorModel
 
getRootData() - Method in class org.gwtproject.editor.processor.model.EditorModel
 
getSetterName() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
getSimpleExpression() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
getSupportedSourceVersion() - Method in class org.gwtproject.editor.processor.DriverProcessor
 
getterExpression(String) - Method in class org.gwtproject.editor.processor.model.EditorProperty.Builder
 
getTypes() - Method in class org.gwtproject.editor.processor.model.EditorTypes
 
getValueAwareEditorInterface() - Method in class org.gwtproject.editor.processor.model.EditorTypes
 

I

inferName(ExecutableElement) - Method in enum org.gwtproject.editor.processor.model.BeanMethod
Infer the name of a property from the method.
initSteps() - Method in class org.gwtproject.editor.processor.DriverProcessor
 
isCompositeEditor() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
isDeclaredPathNested() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
isDelegateRequired() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
isLeafValueEditor() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
isValueAwareEditor() - Method in class org.gwtproject.editor.processor.model.EditorProperty
 
isValueType(TypeMirror) - Static method in class org.gwtproject.editor.processor.ModelUtils
 

M

matches(ExecutableElement) - Method in enum org.gwtproject.editor.processor.model.BeanMethod
Returns true if the BeanLikeMethod matches the method.
ModelUtils - Class in org.gwtproject.editor.processor
Created by colin on 7/17/16.
ModelUtils() - Constructor for class org.gwtproject.editor.processor.ModelUtils
 

N

NameFactory - Class in org.gwtproject.editor.processor
 
NameFactory(Collection<String>) - Constructor for class org.gwtproject.editor.processor.NameFactory
Creates a new NameFactory that knows about existingNames.
NameFactory() - Constructor for class org.gwtproject.editor.processor.NameFactory
Creates a new NameFactory that doesn't know about any existing names.

O

org.gwtproject.editor.processor - package org.gwtproject.editor.processor
 
org.gwtproject.editor.processor.model - package org.gwtproject.editor.processor.model
 

P

process(SetMultimap<Class<? extends Annotation>, Element>) - Method in class org.gwtproject.editor.processor.DriverProcessingStep
 
propertyOwnerType(TypeMirror) - Method in class org.gwtproject.editor.processor.model.EditorProperty.Builder
 

R

root(TypeMirror) - Method in class org.gwtproject.editor.processor.model.EditorProperty.Builder
 

S

setElements(Elements) - Method in class org.gwtproject.editor.processor.DriverProcessingStep.Builder
 
setFiler(Filer) - Method in class org.gwtproject.editor.processor.DriverProcessingStep.Builder
 
setMessager(Messager) - Method in class org.gwtproject.editor.processor.DriverProcessingStep.Builder
 
setterName(String) - Method in class org.gwtproject.editor.processor.model.EditorProperty.Builder
 
setTypes(Types) - Method in class org.gwtproject.editor.processor.DriverProcessingStep.Builder
 

V

valueOf(String) - Static method in enum org.gwtproject.editor.processor.model.BeanMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gwtproject.editor.processor.model.BeanMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

which(ExecutableElement) - Static method in enum org.gwtproject.editor.processor.model.BeanMethod
Determine which Action a method maps to.
A B C D E F G I M N O P R S V W 
Skip navigation links

Copyright © 2018–2020 The GWT Authors. All rights reserved.