- WorkbenchContext - Annotation Type in org.uberfire.client.annotations
-
- WorkbenchContextId - Annotation Type in org.uberfire.client.annotations
-
- WorkbenchEditor - Annotation Type in org.uberfire.client.annotations
-
Classes annotated with this are considered WorkbenchParts that perform some
"editor" function for the specified file-type.
- WorkbenchEditor.LockingStrategy - Enum in org.uberfire.client.annotations
-
Locking strategies define how and if locks are acquired when using editors.
- WorkbenchMenu - Annotation Type in org.uberfire.client.annotations
-
Methods annotated with this provide the Menus for the WorkbenchPart.
- WorkbenchPanel - Annotation Type in org.uberfire.client.annotations
-
Specifies an UberFire workbench panel within a templated perspective.
- WorkbenchPartTitle - Annotation Type in org.uberfire.client.annotations
-
Methods annotated with this provide a java.lang.String
title for the
WorkbenchPart.
- WorkbenchPartTitleDecoration - Annotation Type in org.uberfire.client.annotations
-
Methods annotated with this provide a java.lang.String
title for the
WorkbenchPart.
- WorkbenchPartView - Annotation Type in org.uberfire.client.annotations
-
Methods annotated with this provide the view for the WorkbenchPart.
- WorkbenchPerspective - Annotation Type in org.uberfire.client.annotations
-
Indicates that the target class defines a Perspective in the workbench.
- WorkbenchPopup - Annotation Type in org.uberfire.client.annotations
-
Classes annotated with this are considered Workbench popups.
- WorkbenchPopup.WorkbenchPopupSize - Enum in org.uberfire.client.annotations
-
- WorkbenchScreen - Annotation Type in org.uberfire.client.annotations
-
Classes annotated with this are considered WorkbenchParts that display some form of non-editable (but possibly still
interactive) content.
- WorkbenchSplashScreen - Annotation Type in org.uberfire.client.annotations
-
- WorkbenchToolBar - Annotation Type in org.uberfire.client.annotations
-
Methods annotated with this provide the Toolbar for the WorkbenchPart.