Class TextLinkInnerEditorInput<T>

  • 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 abstract class TextLinkInnerEditorInput<T>
    extends org.eclipse.ui.part.FileEditorInput
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T resource  
    • Field Detail

      • resource

        protected final T resource
    • Method Detail

      • createEditorInputForSource

        public static org.eclipse.epsilon.egl.dt.traceability.editor.TextLinkInnerEditorInput.TextLinkInnerModelEditorInput createEditorInputForSource​(org.eclipse.core.resources.IFile file,
                                                                                                                                                       org.eclipse.emf.ecore.resource.Resource resource)
      • createEditorInputForDestination

        public static org.eclipse.epsilon.egl.dt.traceability.editor.TextLinkInnerEditorInput.TextLinkInnerTextEditorInput createEditorInputForDestination​(org.eclipse.core.resources.IFile file,
                                                                                                                                                           String destination)
      • isSource

        public boolean isSource()
      • contains

        public abstract boolean contains​(Object o)