Package org.uberfire.workbench.model
Interface AppFormerActivities
-
- All Known Implementing Classes:
DefaultAppFormerActivities
public interface AppFormerActivitiesDefines the list of entities used in the workbench If no backend implementation for this class exists, a default one will be provided.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getAllEditorIds()Returns list of all the editors IDs used in the workbench.List<String>getAllPerpectivesIds()Returns list of all the perspectives used in the workbench.
-