Class TextLinkEditorInput

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput

    public class TextLinkEditorInput
    extends org.eclipse.ui.part.MultiEditorInput
    • Constructor Summary

      Constructors 
      Constructor Description
      TextLinkEditorInput​(java.lang.String[] editorIDs, org.eclipse.ui.IEditorInput[] editorInputs, TextLinkModel textlinkModel)  
      TextLinkEditorInput​(java.util.Collection<java.lang.String> editorIDs, java.util.Collection<org.eclipse.ui.IEditorInput> editorInputs, TextLinkModel textlinkModel)  
    • Method Summary

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

        equals, exists, getAdapter, getEditors, getImageDescriptor, getInput, getName, getPersistable, getToolTipText, hashCode
      • Methods inherited from class java.lang.Object

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

      • TextLinkEditorInput

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

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