Interface WorkbenchEditorActivity

  • All Superinterfaces:
    Activity, ContextSensitiveActivity, org.uberfire.security.Resource, org.uberfire.security.authz.RuntimeFeatureResource, org.uberfire.security.authz.RuntimeResource, WorkbenchActivity
    All Known Implementing Classes:
    AbstractWorkbenchEditorActivity

    public interface WorkbenchEditorActivity
    extends WorkbenchActivity
    An Editor is an activity that is associated with a VFS path. It is expected that the editor will provide the end user some means of editing and saving the resource represented by the VFS path.
    • Method Detail

      • onStartup

        void onStartup​(org.uberfire.backend.vfs.ObservablePath path,
                       org.uberfire.mvp.PlaceRequest place)
      • onSave

        void onSave()
      • isDirty

        boolean isDirty()
      • getResourceType

        default org.uberfire.security.ResourceType getResourceType()
        Specified by:
        getResourceType in interface org.uberfire.security.Resource