public class TextLinkEditorInput
extends org.eclipse.ui.part.MultiEditorInput
Modifier and Type | Field and Description |
---|---|
TextLinkModel |
textlinkModel |
Constructor and Description |
---|
TextLinkEditorInput(Collection<String> editorIDs,
Collection<org.eclipse.ui.IEditorInput> editorInputs,
TextLinkModel textlinkModel) |
TextLinkEditorInput(String[] editorIDs,
org.eclipse.ui.IEditorInput[] editorInputs,
TextLinkModel textlinkModel) |
public final TextLinkModel textlinkModel
public TextLinkEditorInput(Collection<String> editorIDs, Collection<org.eclipse.ui.IEditorInput> editorInputs, TextLinkModel textlinkModel)
public TextLinkEditorInput(String[] editorIDs, org.eclipse.ui.IEditorInput[] editorInputs, TextLinkModel textlinkModel)
Copyright © 2016. All rights reserved.