Uses of Interface
org.uberfire.client.mvp.WorkbenchEditorActivity
-
Packages that use WorkbenchEditorActivity Package Description org.uberfire.client.authz org.uberfire.client.mvp -
-
Uses of WorkbenchEditorActivity in org.uberfire.client.authz
Methods in org.uberfire.client.authz with parameters of type WorkbenchEditorActivity Modifier and Type Method Description ActivityCheckDefaultWorkbenchController. editor(WorkbenchEditorActivity editor)ActivityCheckWorkbenchController. editor(WorkbenchEditorActivity editor)Creates a brand new instance for checking actions overWorkbenchEditorActivityinstances.static ActivityCheckWorkbenchControllerHelper. editor(WorkbenchEditorActivity editor) -
Uses of WorkbenchEditorActivity in org.uberfire.client.mvp
Classes in org.uberfire.client.mvp that implement WorkbenchEditorActivity Modifier and Type Class Description classAbstractWorkbenchEditorActivityImplementation of behaviour common to all workbench editor activities.
-