Package org.uberfire.workbench.model
Class DefaultAppFormerActivities
- java.lang.Object
-
- org.uberfire.workbench.model.DefaultAppFormerActivities
-
- All Implemented Interfaces:
AppFormerActivities
@ApplicationScoped public class DefaultAppFormerActivities extends Object implements AppFormerActivities
Default implementation forAppFormerActivities. To override it, just provide a default CDI bean that implementsAppFormerActivities.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultAppFormerActivities()
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Method Detail
-
getAllEditorIds
public List<String> getAllEditorIds()
Description copied from interface:AppFormerActivitiesReturns list of all the editors IDs used in the workbench.- Specified by:
getAllEditorIdsin interfaceAppFormerActivities- Returns:
- List of all editors.
-
getAllPerpectivesIds
public List<String> getAllPerpectivesIds()
Description copied from interface:AppFormerActivitiesReturns list of all the perspectives used in the workbench.- Specified by:
getAllPerpectivesIdsin interfaceAppFormerActivities- Returns:
- List of all perspectives.
-
-