Interface CDOEditorOpener

All Known Implementing Classes:
CDOEditorOpener.Default, CDOEditorOpener.Registry.EditorOpenerDescriptor

public interface CDOEditorOpener
Since:
4.4
Author:
Eike Stepper
  • Field Details

  • Method Details

    • getID

      String getID()
    • getName

      String getName()
    • getIcon

      ImageDescriptor getIcon()
    • getPriority

      int getPriority()
      Returns the priority of this editor opener. Usually used to choose between several editor openers that match the same repository URI.
    • getRegex

      String getRegex()
      Returns the regular expression that determines if the editor opener can open a certain URI.
    • matchesRegex

      boolean matchesRegex(URI uri)
      Checks if the URI matches the regular expression of this editor opener.
    • openEditor

      IEditorPart openEditor(IWorkbenchPage page, URI uri)