Interface IUimaMultiPageEditor

All Known Implementing Classes:
MultiPageEditor

public interface IUimaMultiPageEditor
This interface is used to redirect the editing functions from CDE to the external editor for a new type of Resource Specifier.
  • Method Details

    • addPagesForCurrentEditor

      void addPagesForCurrentEditor()
      Adds the pages for current editor.
    • pageChangeForCurrentEditor

      void pageChangeForCurrentEditor(int newPageIndex)
      Page change for current editor.
      Parameters:
      newPageIndex - the new page index
    • doSaveForCurrentEditor

      void doSaveForCurrentEditor(org.eclipse.core.runtime.IProgressMonitor monitor)
      Do save for current editor.
      Parameters:
      monitor - the monitor
    • doSaveAsForCurrentEditor

      void doSaveAsForCurrentEditor()
      Do save as for current editor.