package org.simantics.scl.ui.editor2; import org.eclipse.ui.IEditorInput; /** * Essentially a module name that may update. */ public interface SCLModuleEditorInput extends IEditorInput { String getModuleName(); }