Class ModeLinkInnerEditorInput

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput, org.eclipse.ui.IFileEditorInput, org.eclipse.ui.IPathEditorInput, org.eclipse.ui.IPersistable, org.eclipse.ui.IPersistableElement, org.eclipse.ui.IStorageEditorInput, org.eclipse.ui.IURIEditorInput

    public class ModeLinkInnerEditorInput
    extends org.eclipse.ui.part.FileEditorInput
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ModelPosition getPosition()  
      void setPosition​(ModelPosition position)  
      • Methods inherited from class org.eclipse.ui.part.FileEditorInput

        equals, exists, getAdapter, getFactoryId, getFile, getImageDescriptor, getName, getPath, getPersistable, getStorage, getToolTipText, getURI, hashCode, isLocalFile, saveState, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ModeLinkInnerEditorInput

        public ModeLinkInnerEditorInput​(org.eclipse.core.resources.IFile file,
                                        ModelPosition position)