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
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.ui.part.FileEditorInput
protected boolean
-
Constructor Summary
ConstructorsConstructorDescriptionModeLinkEditorInput
(String[] editorIDs, org.eclipse.ui.IEditorInput[] innerEditors, org.eclipse.ui.part.FileEditorInput originalInput) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
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
-
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
- Specified by:
getName
in interfaceorg.eclipse.ui.IEditorInput
- Overrides:
getName
in classorg.eclipse.ui.part.MultiEditorInput
-