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.
|
PlaceManagerImpl.AppFormerActivityLoader | |
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.
|
ActivityAndMetaInfo | |
ActivityBeansCache | |
ActivityBeansInfo | |
ActivityLifecycleError |
CDI event fired by the framework each time an Activity lifecycle method throws an exception.
|
ActivityLifecycleErrorHandler | |
ActivityManagerImpl | |
ActivityMetaInfo | |
BookmarkableUrlHelper |
A bookmarkable URL has the following form:
http://url/index.html#FWidgets|$PagedTableScreen[WSimpleDockScreen,],~WiresPropertiesScreen$PagedTableScreen
between the '#' and '|' there is the perspective name
between the '|' and '$' there is the CSV list of the screens opened when loading the perspective
between the '[' and ']'there is the CSV list of the docked Screens
after the '$' there is the CSV list of the screens not belonging to the current perspective
'~' denotes a closed screen
In this unit we have the basic methods used to compose such URLs
|
CategoriesManagerCache | |
ForceUnlockEventObserver |
Observes
ForceUnlockEvent s and tries to release the corresponding
locks. |
LockDemandDetector | |
LockManagerImpl |
Default implementation of
LockManager using the
VFSLockServiceProxy for lock management. |
LockTitleWidgetEvent |
Utility to create
ChangeTitleWidgetEvent s 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). |
ResourceTypeManagerCache | |
UIPart |
Enum | Description |
---|---|
ActivityLifecycleError.LifecyclePhase |
The different activity lifecycle calls that can fail.
|
PlaceStatus |
Exception | Description |
---|
Annotation Type | Description |
---|---|
IsSplashScreen |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.