| Interface | Description |
|---|---|
| AcceptItem | |
| Activity |
Common top-level interface for all Workbench Activity classes.
|
| ActivityManager |
A facility for obtaining references to specific
Activity instances and for enumerating or discovering all
available activities of a certain type (screens, editors, popup dialogs, and so on). |
| ContextActivity | |
| ContextSensitiveActivity | |
| LockManager |
Provides functionality to lock a file or directory, associated with a widget
(i.e a workbench screen or editor).
|
| PerspectiveActivity | |
| PerspectiveManager |
The PerspectiveManager is responsible for the process of starting up a perspective, shutting down the current
perspective, and switching between perspectives.
|
| PlaceHistoryHandler.Historian |
Optional delegate in charge of History related events.
|
| PlaceManager |
A Workbench-centric abstraction over the browser's history mechanism.
|
| PlaceRequestHistoryMapper | |
| PopupActivity | |
| SplashScreenActivity | |
| TemplatedActivity | |
| WorkbenchActivity |
WorkbenchActivity and its subinterfaces define the interface between UberFire framework behaviour and
application-defined behaviour.
|
| WorkbenchEditorActivity |
An Editor is an activity that is associated with a VFS path.
|
| WorkbenchScreenActivity |
Provides the application-defined behaviour and application-defined view associated with a particular PlaceRequest.
|
| Class | Description |
|---|---|
| AbstractActivity |
Implementation of behaviour common to all activity types.
|
| AbstractPopupActivity |
Implementation of behaviour common to all popup activities.
|
| AbstractSplashScreenActivity |
Implementation of behaviour common to all splash screen activities.
|
| AbstractWorkbenchActivity |
Implementation of behaviour common to all workbench editors and screens.
|
| AbstractWorkbenchContextActivity |
Implementation of behaviour common to all context activities.
|
| AbstractWorkbenchEditorActivity |
Implementation of behaviour common to all workbench editor activities.
|
| AbstractWorkbenchPerspectiveActivity |
Implementation of behaviour common to all perspective activities.
|
| AbstractWorkbenchScreenActivity |
Implementation of behaviour common to all workbench screen activities.
|
| ActivityBeansCache | |
| ActivityBeansInfo | |
| ActivityLifecycleError |
CDI event fired by the framework each time an Activity lifecycle method throws an exception.
|
| ActivityLifecycleErrorHandler | |
| ActivityManagerImpl | |
| ActivityMetaInfo | |
| ForceUnlockEventObserver |
Observes
ForceUnlockEvents and tries to release the corresponding
locks. |
| LockDemandDetector | |
| LockManagerImpl |
Default implementation of
LockManager using the
VFSLockServiceProxy for lock management. |
| LockTitleWidgetEvent |
Utility to create
ChangeTitleWidgetEvents in response to lock status
changes. |
| PerspectiveManagerImpl | |
| PlaceHistoryHandler | |
| PlaceHistoryHandler.DefaultHistorian |
Default implementation of
PlaceHistoryHandler.Historian, based on History. |
| PlaceManagerImpl | |
| PlaceRequestHistoryMapperImpl | |
| PluginActivityManagerImpl |
This
ActivityManager implementation is active for plugins only, to
satisfy compile-time dependencies (of other components on the plugin's
classpath that require an activity manager). |
| PluginPlaceManagerImpl |
This
PlaceManager implementation is active for plugins only, to
satisfy compile-time dependencies (of other components on the plugin's
classpath that require a place manager). |
| UIPart |
| Enum | Description |
|---|---|
| ActivityLifecycleError.LifecyclePhase |
The different activity lifecycle calls that can fail.
|
| PlaceStatus |
| Annotation Type | Description |
|---|---|
| IsSplashScreen |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.