Interface AppFormerActivities

  • All Known Implementing Classes:
    DefaultAppFormerActivities

    public interface AppFormerActivities
    Defines the list of entities used in the workbench If no backend implementation for this class exists, a default one will be provided.
    • Method Detail

      • getAllEditorIds

        List<String> getAllEditorIds()
        Returns list of all the editors IDs used in the workbench.
        Returns:
        List of all editors.
      • getAllPerpectivesIds

        List<String> getAllPerpectivesIds()
        Returns list of all the perspectives used in the workbench.
        Returns:
        List of all perspectives.