| DefaultPosition |
Default position for WorkbenchParts added to the Workbench.
|
| Intercept |
|
| Perspective |
Methods annotated with this provide a PerspectiveDefinition.
|
| SplashBodyHeight |
|
| SplashFilter |
Methods annotated with this provide a PerspectiveDefinition.
|
| WorkbenchClientEditor |
This annotation works like @WorkbenchEditor, and should be used for client side only editors.
|
| WorkbenchContext |
|
| WorkbenchContextId |
|
| WorkbenchEditor |
Classes annotated with this are considered WorkbenchParts that perform some
"editor" function for the specified file-type.
|
| WorkbenchMenu |
Methods annotated with this provide the Menus for the WorkbenchPart.
|
| WorkbenchPanel |
Specifies an UberFire workbench panel within a templated perspective.
|
| WorkbenchPartTitle |
Methods annotated with this provide a java.lang.String title for the
WorkbenchPart.
|
| WorkbenchPartTitleDecoration |
Methods annotated with this provide a java.lang.String title for the
WorkbenchPart.
|
| WorkbenchPartView |
Methods annotated with this provide the view for the WorkbenchPart.
|
| WorkbenchPerspective |
Indicates that the target class defines a Perspective in the workbench.
|
| WorkbenchPopup |
Classes annotated with this are considered Workbench popups.
|
| WorkbenchScreen |
Classes annotated with this are considered WorkbenchParts that display some form of non-editable (but possibly still
interactive) content.
|
| WorkbenchSplashScreen |
|
| WorkbenchToolBar |
Methods annotated with this provide the Toolbar for the WorkbenchPart.
|