Class ModeLinkInnerEditorInput
- java.lang.Object
-
- org.eclipse.core.runtime.PlatformObject
-
- org.eclipse.ui.part.FileEditorInput
-
- org.eclipse.epsilon.dt.exeed.modelink.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
-
-
Field Summary
Fields Modifier and Type Field Description protected ModelPosition
position
-
Constructor Summary
Constructors Constructor Description ModeLinkInnerEditorInput(org.eclipse.core.resources.IFile file, ModelPosition position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelPosition
getPosition()
void
setPosition(ModelPosition position)
-
-
-
Field Detail
-
position
protected ModelPosition position
-
-
Constructor Detail
-
ModeLinkInnerEditorInput
public ModeLinkInnerEditorInput(org.eclipse.core.resources.IFile file, ModelPosition position)
-
-
Method Detail
-
getPosition
public ModelPosition getPosition()
-
setPosition
public void setPosition(ModelPosition position)
-
-