Package | Description |
---|---|
org.uberfire.annotations.processors |
Modifier and Type | Method and Description |
---|---|
static TemplateInformation |
TemplateInformationHelper.extractWbTemplatePerspectiveInformation(Elements elementUtils,
TypeElement classElement) |
StringBuffer |
ExperimentalFeatureDefinitionProviderGenerator.generate(String packageName,
PackageElement packageElement,
String className,
Element element,
ProcessingEnvironment processingEnvironment) |
StringBuffer |
EditorActivityGenerator.generate(String packageName,
PackageElement packageElement,
String className,
Element element,
ProcessingEnvironment processingEnvironment) |
StringBuffer |
SplashScreenActivityGenerator.generate(String packageName,
PackageElement packageElement,
String className,
Element element,
ProcessingEnvironment processingEnvironment) |
StringBuffer |
ContextActivityGenerator.generate(String packageName,
PackageElement packageElement,
String className,
Element element,
ProcessingEnvironment processingEnvironment) |
abstract StringBuffer |
AbstractGenerator.generate(String packageName,
PackageElement packageElement,
String className,
Element element,
ProcessingEnvironment processingEnvironment) |
StringBuffer |
PerspectiveActivityGenerator.generate(String packageName,
PackageElement packageElement,
String className,
Element element,
ProcessingEnvironment processingEnvironment) |
StringBuffer |
ScreenActivityGenerator.generate(String packageName,
PackageElement packageElement,
String className,
Element element,
ProcessingEnvironment processingEnvironment) |
StringBuffer |
ExperimentalActivityGenerator.generate(String packageName,
PackageElement packageElement,
String className,
Element element,
ProcessingEnvironment processingEnvironment) |
StringBuffer |
PopupActivityGenerator.generate(String packageName,
PackageElement packageElement,
String className,
Element element,
ProcessingEnvironment processingEnvironment) |
static String |
GeneratorUtils.getBodyHeightMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment) |
static String |
GeneratorUtils.getContextIdMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment) |
static String |
GeneratorUtils.getDefaultPositionMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@DefaultPosition . |
static String |
GeneratorUtils.getInterceptMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment) |
static String |
GeneratorUtils.getIsDirtyMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@IsDirty . |
static String |
GeneratorUtils.getMenuBarMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@WorkbenchMenu . |
static String |
GeneratorUtils.getOnCloseMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@OnClose . |
static String |
GeneratorUtils.getOnContextAttachPanelDefinitionMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment) |
static String |
GeneratorUtils.getOnFocusMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@OnFocus . |
static String |
GeneratorUtils.getOnLostFocusMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@OnLostFocus . |
static String |
GeneratorUtils.getOnMayCloseMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@OnMayClose . |
static String |
GeneratorUtils.getOnOpenMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@OnOpen . |
static String |
GeneratorUtils.getOnSaveMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@OnSave . |
static String |
GeneratorUtils.getOnShutdownMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@OnShutdown . |
static String |
GeneratorUtils.getOwningPerspectivePlaceRequest(TypeElement screenOrEditorClass,
ProcessingEnvironment processingEnvironment)
Returns the identifier (PlaceRequest ID) of the perspective that owns the given part.
|
static String |
GeneratorUtils.getPerspectiveMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@Perspective . |
static String |
GeneratorUtils.getPopupMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@WorkbenchPartView . |
static String |
GeneratorUtils.getSplashFilterMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment) |
static String |
GeneratorUtils.getTitleMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@WorkbenchPartTitle . |
static ExecutableElement |
GeneratorUtils.getTitleWidgetMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@WorkbenchPartTitleDecoration . |
static String |
GeneratorUtils.getToolBarMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@WorkbenchToolBar . |
static ExecutableElement |
GeneratorUtils.getWidgetMethodName(TypeElement classElement,
ProcessingEnvironment processingEnvironment)
Get the method name annotated with
@WorkbenchPartView . |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.