Enum | Description |
---|---|
WorkbenchEditor.LockingStrategy |
Locking strategies define how and if locks are acquired when using editors.
|
WorkbenchPopup.WorkbenchPopupSize |
Annotation Type | Description |
---|---|
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.
|
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.
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.