Uses of Interface
org.uberfire.client.mvp.ContextSensitiveActivity
-
Packages that use ContextSensitiveActivity Package Description org.uberfire.client.mvp org.uberfire.client.workbench -
-
Uses of ContextSensitiveActivity in org.uberfire.client.mvp
Subinterfaces of ContextSensitiveActivity in org.uberfire.client.mvp Modifier and Type Interface Description interfacePerspectiveActivityinterfaceWorkbenchActivityWorkbenchActivity and its subinterfaces define the interface between UberFire framework behaviour and application-defined behaviour.interfaceWorkbenchClientEditorActivityAn Editor is an activity that is associated with a VFS path.interfaceWorkbenchEditorActivityAn Editor is an activity that is associated with a VFS path.interfaceWorkbenchScreenActivityProvides the application-defined behaviour and application-defined view associated with a particular PlaceRequest.Classes in org.uberfire.client.mvp that implement ContextSensitiveActivity Modifier and Type Class Description classAbstractWorkbenchActivityImplementation of behaviour common to all workbench editors and screens.classAbstractWorkbenchClientEditorActivityImplementation of behaviour common to all workbench editor activities.classAbstractWorkbenchEditorActivityImplementation of behaviour common to all workbench editor activities.classAbstractWorkbenchPerspectiveActivityImplementation of behaviour common to all perspective activities.classAbstractWorkbenchScreenActivityImplementation of behaviour common to all workbench screen activities. -
Uses of ContextSensitiveActivity in org.uberfire.client.workbench
Classes in org.uberfire.client.workbench that implement ContextSensitiveActivity Modifier and Type Class Description classStandaloneEditorPerspective
-