Interface ReportingResourceEditor.ReportSubEditor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void commitChanges​(ReportResource report)
      This is when the report sub editor should store its settings onto the report object
      void dispose()
      This notifies the editor that it has to be disposed of permanently
      void onActivate()
      This notifies the editor that it has been displayed
      void onDeactivate()
      This notifies the editor that it has been hidden
    • Method Detail

      • commitChanges

        void commitChanges​(ReportResource report)
        This is when the report sub editor should store its settings onto the report object
      • onActivate

        void onActivate()
        This notifies the editor that it has been displayed
      • onDeactivate

        void onDeactivate()
        This notifies the editor that it has been hidden
      • dispose

        void dispose()
        This notifies the editor that it has to be disposed of permanently