Skip navigation links
UberFire Workbench Processors 2.20.0.Final-redhat-00002
A B C D E F G H I J M O P R S T U V W 

A

AbstractErrorAbsorbingProcessor - Class in org.uberfire.annotations.processors
Contains a series of adaptations and workarounds to make annotation processors work well under Eclipse JDT APT.
AbstractErrorAbsorbingProcessor() - Constructor for class org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
 
AbstractGenerator - Class in org.uberfire.annotations.processors
A class capable of generating source code using FreeMarker templates
AbstractGenerator() - Constructor for class org.uberfire.annotations.processors.AbstractGenerator
 
activatedBy - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
ACTIVITY_TYPES_MAPPING - Static variable in class org.uberfire.annotations.processors.ExperimentalFeatureProcessor
 
addTemplateField(WorkbenchPanelInformation) - Method in class org.uberfire.annotations.processors.TemplateInformation
 
addTemplateLoader(TemplateLoader) - Method in class org.uberfire.annotations.processors.MultiTemplateLoader
 
APIModule - Class in org.uberfire.annotations.processors.facades
A collection of type names in the UberFire API module.
asElement(TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 
asMemberOf(DeclaredType, Element) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 

B

BackendModule - Class in org.uberfire.annotations.processors.facades
A collection of type names in the UberFire Backend API module.
boxedClass(PrimitiveType) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 

C

capture(TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 
ClientAPIModule - Class in org.uberfire.annotations.processors.facades
A collection of type names in the UberFire Client API module.
closeTemplateSource(Object) - Method in class org.uberfire.annotations.processors.MultiTemplateLoader
 
config - Static variable in class org.uberfire.annotations.processors.AbstractGenerator
 
contains(TypeMirror, TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 
ContextActivityGenerator - Class in org.uberfire.annotations.processors
A source code generator for Activities
ContextActivityGenerator() - Constructor for class org.uberfire.annotations.processors.ContextActivityGenerator
 

D

debugLoggingEnabled() - Static method in class org.uberfire.annotations.processors.GeneratorUtils
 
defaultPosition - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
directSupertypes(TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 

E

EclipseWorkaroundProcessingEnvironment - Class in org.uberfire.annotations.processors
A wrapper for ProcessingEnvironment that returns a wrapped Types instance which works around bug 434378 in Eclipse.
EclipseWorkaroundProcessingEnvironment(ProcessingEnvironment) - Constructor for class org.uberfire.annotations.processors.EclipseWorkaroundProcessingEnvironment
 
EclipseWorkaroundTypeUtils - Class in org.uberfire.annotations.processors
A wrapper for Types that works around bug 434378 in Eclipse.
EclipseWorkaroundTypeUtils(Types) - Constructor for class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 
EditorActivityGenerator - Class in org.uberfire.annotations.processors
A source code generator for Activities
EditorActivityGenerator() - Constructor for class org.uberfire.annotations.processors.EditorActivityGenerator
 
erasure(TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 
ExperimentalActivityGenerator - Class in org.uberfire.annotations.processors
 
ExperimentalActivityGenerator() - Constructor for class org.uberfire.annotations.processors.ExperimentalActivityGenerator
 
experimentalFeature - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
ExperimentalFeatureDefinitionProviderGenerator - Class in org.uberfire.annotations.processors
 
ExperimentalFeatureDefinitionProviderGenerator() - Constructor for class org.uberfire.annotations.processors.ExperimentalFeatureDefinitionProviderGenerator
 
ExperimentalFeatureProcessor - Class in org.uberfire.annotations.processors
 
ExperimentalFeatureProcessor() - Constructor for class org.uberfire.annotations.processors.ExperimentalFeatureProcessor
 
extractAnnotationPropertyValue(Elements, AnnotationMirror, CharSequence) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
 
extractAnnotationsFromAnnotation(Elements, Element, String, String) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
Pulls nested annotations out of the annotation that contains them.
extractAnnotationStringValue(Elements, AnnotationMirror, CharSequence) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
 
extractValue(AnnotationValue) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
Provides a uniform way of working with single- and multi-valued AnnotationValue objects.
extractWbTemplatePerspectiveInformation(Elements, TypeElement) - Static method in class org.uberfire.annotations.processors.TemplateInformationHelper
 

F

findTemplateSource(String) - Method in class org.uberfire.annotations.processors.MultiTemplateLoader
 
formatAssociatedResources(Collection<String>) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
 

G

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.ExperimentalActivityGenerator
 
generate(String, PackageElement, String, Element, ProcessingEnvironment) - Method in class org.uberfire.annotations.processors.ExperimentalFeatureDefinitionProviderGenerator
 
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
 
getActivityType(TypeElement) - Static method in class org.uberfire.annotations.processors.ExperimentalFeatureProcessor
 
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
 
getExperimentalFeatureDescriptionKey(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
getExperimentalFeatureGroup(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
getExperimentalFeatureNameKey(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
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
 
getWbEditorIdentifierValueOnClass(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
 

H

hasPresenterInitMethod(TypeElement, ProcessingEnvironment, ExecutableElement) - Static method in class org.uberfire.annotations.processors.GeneratorUtils
 

I

IDENTIFIER - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
init(ProcessingEnvironment) - Method in class org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
Wraps the given processing environment with one that protects against known bugs in the Eclipse annotation processing implementation.
intercept - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
IS_DEFAULT - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
IS_DEFAULT - Static variable in class org.uberfire.annotations.processors.TemplateInformationHelper
 
IS_DYNAMIC - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
IS_ENABLED - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
IS_TEMPLATE - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
IS_TRANSIENT - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
isAssignable(TypeMirror, TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 
isATemplate(Elements, Element) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
isDefault() - Method in class org.uberfire.annotations.processors.WorkbenchPanelInformation
 
isDirty - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
isExperimentalFeatureGlobal(TypeElement) - Static method in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
isSameType(TypeMirror, TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 
isSubsignature(ExecutableType, ExecutableType) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 
isSubtype(TypeMirror, TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 

J

jsType - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 

M

MultiTemplateLoader - Class in org.uberfire.annotations.processors
This is a fork of MultiTemplateLoader that supports adding additional TemplateLoader on demand.
MultiTemplateLoader() - Constructor for class org.uberfire.annotations.processors.MultiTemplateLoader
 

O

onClose - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
onContextAttach - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
onFocus - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
onLostFocus - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
onMayClose - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
onOpen - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
onSave - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
onShutdown - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
onStartup - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
org.uberfire.annotations.processors - package org.uberfire.annotations.processors
 
org.uberfire.annotations.processors.exceptions - package org.uberfire.annotations.processors.exceptions
 
org.uberfire.annotations.processors.facades - package org.uberfire.annotations.processors.facades
 
OWNING_PERSPECTIVE - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 

P

PANEL_TYPE - Static variable in class org.uberfire.annotations.processors.TemplateInformationHelper
 
panelDefinition - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
PARENT_CHOOSES_PANEL_TYPE - Static variable in class org.uberfire.annotations.processors.TemplateInformationHelper
 
PartInformation - Class in org.uberfire.annotations.processors
 
PartInformation(CharSequence) - Constructor for class org.uberfire.annotations.processors.PartInformation
 
PARTS - Static variable in class org.uberfire.annotations.processors.TemplateInformationHelper
 
path - Static variable in class org.uberfire.annotations.processors.facades.BackendModule
 
perspective - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
PerspectiveActivityGenerator - Class in org.uberfire.annotations.processors
Generates a Java source file enerator for Activities
PerspectiveActivityGenerator() - Constructor for class org.uberfire.annotations.processors.PerspectiveActivityGenerator
 
PerspectiveProcessor - Class in org.uberfire.annotations.processors
Processor for WorkbenchPerspective annotations
PerspectiveProcessor() - Constructor for class org.uberfire.annotations.processors.PerspectiveProcessor
 
placeRequest - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
PopupActivityGenerator - Class in org.uberfire.annotations.processors
A source code generator for Activities
PopupActivityGenerator() - Constructor for class org.uberfire.annotations.processors.PopupActivityGenerator
 
position - Static variable in class org.uberfire.annotations.processors.facades.APIModule
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
 
processWithExceptions(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
Same contract as AbstractErrorAbsorbingProcessor.process(Set, RoundEnvironment), except that any exceptions thrown are caught and printed as messages of type Diagnostic.Kind.ERROR.
processWithExceptions(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.uberfire.annotations.processors.ExperimentalFeatureProcessor
 
processWithExceptions(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.uberfire.annotations.processors.PerspectiveProcessor
 
processWithExceptions(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.uberfire.annotations.processors.WorkbenchContextProcessor
 
processWithExceptions(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.uberfire.annotations.processors.WorkbenchEditorProcessor
 
processWithExceptions(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.uberfire.annotations.processors.WorkbenchPopupProcessor
 
processWithExceptions(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.uberfire.annotations.processors.WorkbenchScreenProcessor
 
processWithExceptions(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.uberfire.annotations.processors.WorkbenchSplashScreenProcessor
 

R

rememberInitializationError(Throwable) - Method in class org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
Subclasses must call this from their constructors if something throws an exception during initialization of the instance.
resetState() - Method in class org.uberfire.annotations.processors.MultiTemplateLoader
 

S

ScreenActivityGenerator - Class in org.uberfire.annotations.processors
A source code generator for Activities
ScreenActivityGenerator() - Constructor for class org.uberfire.annotations.processors.ScreenActivityGenerator
 
setDefault(boolean) - Method in class org.uberfire.annotations.processors.WorkbenchPanelInformation
 
setDefaultPanel(WorkbenchPanelInformation) - Method in class org.uberfire.annotations.processors.TemplateInformation
 
setFieldName(String) - Method in class org.uberfire.annotations.processors.WorkbenchPanelInformation
 
setPanelType(String) - Method in class org.uberfire.annotations.processors.WorkbenchPanelInformation
 
setWbParts(List<PartInformation>) - Method in class org.uberfire.annotations.processors.WorkbenchPanelInformation
 
SIZE - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
splashBodyHeight - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
splashFilter - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
SplashScreenActivityGenerator - Class in org.uberfire.annotations.processors
A source code generator for Activities
SplashScreenActivityGenerator() - Constructor for class org.uberfire.annotations.processors.SplashScreenActivityGenerator
 

T

TemplateInformation - Class in org.uberfire.annotations.processors
 
TemplateInformation() - Constructor for class org.uberfire.annotations.processors.TemplateInformation
 
TemplateInformationHelper - Class in org.uberfire.annotations.processors
 
TemplateInformationHelper() - Constructor for class org.uberfire.annotations.processors.TemplateInformationHelper
 
thereIsTemplateFields() - Method in class org.uberfire.annotations.processors.TemplateInformation
 

U

unboxedType(TypeMirror) - Method in class org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
 

V

VALUE - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
VALUE - Static variable in class org.uberfire.annotations.processors.TemplateInformationHelper
 

W

workbenchContext - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
workbenchContextId - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
WorkbenchContextProcessor - Class in org.uberfire.annotations.processors
Processor for WorkbenchContext and related annotations
WorkbenchContextProcessor() - Constructor for class org.uberfire.annotations.processors.WorkbenchContextProcessor
 
workbenchEditor - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
WorkbenchEditorProcessor - Class in org.uberfire.annotations.processors
Processor for WorkbenchEditor and related annotations
WorkbenchEditorProcessor() - Constructor for class org.uberfire.annotations.processors.WorkbenchEditorProcessor
 
workbenchMenu - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
workbenchPanel - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
WorkbenchPanelInformation - Class in org.uberfire.annotations.processors
 
WorkbenchPanelInformation() - Constructor for class org.uberfire.annotations.processors.WorkbenchPanelInformation
 
workbenchPartTitle - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
workbenchPartTitleDecoration - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
workbenchPartView - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
workbenchPerspective - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
workbenchPopup - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
WorkbenchPopupProcessor - Class in org.uberfire.annotations.processors
Processor for WorkbenchPopup and related annotations
WorkbenchPopupProcessor() - Constructor for class org.uberfire.annotations.processors.WorkbenchPopupProcessor
 
workbenchScreen - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
WorkbenchScreenProcessor - Class in org.uberfire.annotations.processors
Processor for WorkbenchScreen and related annotations
WorkbenchScreenProcessor() - Constructor for class org.uberfire.annotations.processors.WorkbenchScreenProcessor
 
workbenchSplashScreen - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
WorkbenchSplashScreenProcessor - Class in org.uberfire.annotations.processors
Processor for WorkbenchPopup and related annotations
WorkbenchSplashScreenProcessor() - Constructor for class org.uberfire.annotations.processors.WorkbenchSplashScreenProcessor
 
workbenchToolBar - Static variable in class org.uberfire.annotations.processors.facades.ClientAPIModule
 
writeCode(String, String, StringBuffer) - Method in class org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
Writes the given code to javac's Filer.
A B C D E F G H I J M O P R S T U V W 
Skip navigation links
UberFire Workbench Processors 2.20.0.Final-redhat-00002

Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.