Class DtEditorProxyInput

  • All Implemented Interfaces:
    IDtEditorInput<org.eclipse.emf.ecore.EObject>, org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput

    public class DtEditorProxyInput
    extends DtEditorInput<org.eclipse.emf.ecore.EObject>
    An editor input representing a proxy model. Such input is typically created by the the DtEditorInputElementFactory in cases when the factual model cannot be obtained or is not available at the time of editor initialization. All DT editors should support this kind of input and show the corresponding loopback.
    • Constructor Detail

      • DtEditorProxyInput

        public DtEditorProxyInput​(org.eclipse.emf.ecore.EObject model)
        Constructs a proxy inpute for the given model.
        Parameters:
        model - The model. Cannot be null