]> gerrit.simantics Code Review - simantics/platform.git/blob - SCLModuleEditorInput.java
9fad0331cefceb0f211cc200b6e8e4da86b4404d
[simantics/platform.git] / SCLModuleEditorInput.java
1 package org.simantics.scl.ui.editor2;
2
3 import org.eclipse.ui.IEditorInput;
4
5 /**
6  * Essentially a module name that may update.
7  */
8 public interface SCLModuleEditorInput extends IEditorInput {
9     String getModuleName();
10 }