Class ModeLinkEditorInput

java.lang.Object
org.eclipse.ui.part.MultiEditorInput
org.eclipse.epsilon.dt.exeed.modelink.ModeLinkEditorInput
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput

public class ModeLinkEditorInput extends org.eclipse.ui.part.MultiEditorInput
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.eclipse.ui.part.FileEditorInput
     
    protected boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ModeLinkEditorInput(String[] editorIDs, org.eclipse.ui.IEditorInput[] innerEditors, org.eclipse.ui.part.FileEditorInput originalInput)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.eclipse.ui.part.FileEditorInput
     
    boolean
     
    void
    setOriginalInput(org.eclipse.ui.part.FileEditorInput originalInput)
     
    void
    setThreeWay(boolean threeWay)
     

    Methods inherited from class org.eclipse.ui.part.MultiEditorInput

    equals, exists, getAdapter, getEditors, getImageDescriptor, getInput, getPersistable, getToolTipText, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • originalInput

      protected org.eclipse.ui.part.FileEditorInput originalInput
    • threeWay

      protected boolean threeWay
  • Constructor Details

    • ModeLinkEditorInput

      public ModeLinkEditorInput(String[] editorIDs, org.eclipse.ui.IEditorInput[] innerEditors, org.eclipse.ui.part.FileEditorInput originalInput)
  • Method Details

    • getOriginalInput

      public org.eclipse.ui.part.FileEditorInput getOriginalInput()
    • setOriginalInput

      public void setOriginalInput(org.eclipse.ui.part.FileEditorInput originalInput)
    • isThreeWay

      public boolean isThreeWay()
    • setThreeWay

      public void setThreeWay(boolean threeWay)
    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.ui.IEditorInput
      Overrides:
      getName in class org.eclipse.ui.part.MultiEditorInput