Class TextLinkEditorInput

java.lang.Object
org.eclipse.ui.part.MultiEditorInput
org.eclipse.epsilon.egl.dt.traceability.editor.TextLinkEditorInput
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput

public class TextLinkEditorInput extends org.eclipse.ui.part.MultiEditorInput
  • Field Details

  • Constructor Details

    • TextLinkEditorInput

      public TextLinkEditorInput(Collection<String> editorIDs, Collection<org.eclipse.ui.IEditorInput> editorInputs, TextLinkModel textlinkModel)
    • TextLinkEditorInput

      public TextLinkEditorInput(String[] editorIDs, org.eclipse.ui.IEditorInput[] editorInputs, TextLinkModel textlinkModel)