- generate(String, PackageElement, String, Element, ProcessingEnvironment) - Method in class org.uberfire.annotations.processors.AbstractGenerator
-
- generate(String, PackageElement, String, Element, ProcessingEnvironment) - Method in class org.uberfire.annotations.processors.ContextActivityGenerator
-
- generate(String, PackageElement, String, Element, ProcessingEnvironment) - Method in class org.uberfire.annotations.processors.EditorActivityGenerator
-
- generate(String, PackageElement, String, Element, ProcessingEnvironment) - Method in class org.uberfire.annotations.processors.PerspectiveActivityGenerator
-
- generate(String, PackageElement, String, Element, ProcessingEnvironment) - Method in class org.uberfire.annotations.processors.PopupActivityGenerator
-
- generate(String, PackageElement, String, Element, ProcessingEnvironment) - Method in class org.uberfire.annotations.processors.ScreenActivityGenerator
-
- generate(String, PackageElement, String, Element, ProcessingEnvironment) - Method in class org.uberfire.annotations.processors.SplashScreenActivityGenerator
-
- generationComplete(String) - Method in interface org.uberfire.annotations.processors.GenerationCompleteCallback
-
The source code has been generated.
- GenerationCompleteCallback - Interface in org.uberfire.annotations.processors
-
A call-back used for testing.
- GenerationException - Exception in org.uberfire.annotations.processors.exceptions
-
THINK TWICE BEFORE USING THIS EXCEPTION!
- GenerationException() - Constructor for exception org.uberfire.annotations.processors.exceptions.GenerationException
-
- GenerationException(String) - Constructor for exception org.uberfire.annotations.processors.exceptions.GenerationException
-
- GenerationException(String, String) - Constructor for exception org.uberfire.annotations.processors.exceptions.GenerationException
-
- GenerationException(Throwable) - Constructor for exception org.uberfire.annotations.processors.exceptions.GenerationException
-
- GenerationException(String, Throwable) - Constructor for exception org.uberfire.annotations.processors.exceptions.GenerationException
-
- GeneratorUtils - Class in org.uberfire.annotations.processors
-
Utilities for code generation
- GeneratorUtils() - Constructor for class org.uberfire.annotations.processors.GeneratorUtils
-
- getAllQualifiersDeclarationFromType(TypeElement) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
This method builds a list of all qualifier annotations source-code declaration that annotates the passed element.
- getAnnotation(Elements, Element, String) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
- getArrayType(TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
-
- getBeanActivatorClassName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
- getBodyHeightMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
- getContextIdMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
- getDeclaredType(DeclaredType, TypeElement, TypeMirror...) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
-
- getDeclaredType(TypeElement, TypeMirror...) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
-
- getDefaultPanel() - Method in class org.uberfire.annotations.processors.TemplateInformation
-
- getDefaultPositionClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getDefaultPositionMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @DefaultPosition
.
- getElementUtils() - Method in class org.uberfire.annotations.processors.EclipseWorkaroundProcessingEnvironment
-
- getFieldName() - Method in class org.uberfire.annotations.processors.WorkbenchPanelInformation
-
- getFiler() - Method in class org.uberfire.annotations.processors.EclipseWorkaroundProcessingEnvironment
-
- getInterceptClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getInterceptMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
- getIsDirtyClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getIsDirtyMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @IsDirty
.
- getIsElement(TypeMirror, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Check whether the provided type extends IsElement.
- getIsPopup(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Check whether the provided type extends PopupPanel.
- getIsWidget(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Check whether the provided type extends IsWidget.
- getLastModified(Object) - Method in class org.uberfire.annotations.processors.MultiTemplateLoader
-
- getLocale() - Method in class org.uberfire.annotations.processors.EclipseWorkaroundProcessingEnvironment
-
- getMenuBarMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @WorkbenchMenu
.
- getMessager() - Method in class org.uberfire.annotations.processors.EclipseWorkaroundProcessingEnvironment
-
- getNoType(TypeKind) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
-
- getNullType() - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
-
- getOnCloseClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getOnCloseMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @OnClose
.
- getOnContextAttachClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getOnContextAttachPanelDefinitionMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
- getOnFocusClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getOnFocusMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @OnFocus
.
- getOnLostFocusClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getOnLostFocusMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @OnLostFocus
.
- getOnMayCloseClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getOnMayCloseMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @OnMayClose
.
- getOnOpenClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getOnOpenMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @OnOpen
.
- getOnSaveClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getOnSaveMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @OnSave
.
- getOnShutdownlass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getOnShutdownMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @OnShutdown
.
- getOnStartupClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getOnStartupMethodForEditors(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Finds the @OnStartup
method suitable for @WorkbenchEditor
classes.
- getOnStartupMethodForNonEditors(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Finds the @OnStartup
method suitable for workbench classes that are not @WorkbenchEditor
.
- getOptions() - Method in class org.uberfire.annotations.processors.EclipseWorkaroundProcessingEnvironment
-
- getOwningPerspectivePlaceRequest(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Returns the identifier (PlaceRequest ID) of the perspective that owns the given part.
- getPanelDefinitionClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getPanelType() - Method in class org.uberfire.annotations.processors.WorkbenchPanelInformation
-
- getParameters() - Method in class org.uberfire.annotations.processors.PartInformation
-
- getPartName() - Method in class org.uberfire.annotations.processors.PartInformation
-
- getPathClass() - Static method in class org.uberfire.annotations.processors.facades.BackendModule
-
- getPerspectiveClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getPerspectiveMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @Perspective
.
- getPlaceRequestClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getPopupMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @WorkbenchPartView
.
- getPositionClass() - Static method in class org.uberfire.annotations.processors.facades.APIModule
-
- getPrimitiveType(TypeKind) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
-
- getQualifiedName(AnnotationMirror) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
- getReader(Object, String) - Method in class org.uberfire.annotations.processors.MultiTemplateLoader
-
- getSourceVersion() - Method in class org.uberfire.annotations.processors.EclipseWorkaroundProcessingEnvironment
-
- getSplashBodyHeightClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getSplashFilterClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getSplashFilterMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
- getTemplateFields() - Method in class org.uberfire.annotations.processors.TemplateInformation
-
- getTitleMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @WorkbenchPartTitle
.
- getTitleWidgetMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @WorkbenchPartTitleDecoration
.
- getToolBarMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @WorkbenchToolBar
.
- getTypeUtils() - Method in class org.uberfire.annotations.processors.EclipseWorkaroundProcessingEnvironment
-
- getWbContextIdentifierValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbEditorIsDynamicValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbParts() - Method in class org.uberfire.annotations.processors.WorkbenchPanelInformation
-
- getWbPerspectiveScreenIdentifierValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbPerspectiveScreenIsDefaultValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbPerspectiveScreenIsDynamicValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbPerspectiveScreenIsTransientValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbPopupScreenIdentifierValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbPopupScreenSizeValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbScreenIdentifierValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbScreenIsDynamicValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbSplashScreenIdentifierValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWbSplashScreenIsEnabledValueOnClass(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWidgetMethodName(TypeElement, ProcessingEnvironment) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
-
Get the method name annotated with @WorkbenchPartView
.
- getWildcardType(TypeMirror, TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
-
- getWorkbenchContextClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchContextIdClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchEditorClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchMenuClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchPanel() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchPartTitleClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchPartTitleDecorationsClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchPartViewClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchPerspectiveClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchPopupClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchScreenClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchSplashScreenClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-
- getWorkbenchToolBarClass() - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
-