]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.ui/src/org/simantics/ui/workbench/e4/E4ResourceEditorConstants.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / workbench / e4 / E4ResourceEditorConstants.java
1 package org.simantics.ui.workbench.e4;
2
3 public interface E4ResourceEditorConstants {
4
5     public static final String KEY_RESOURCE = "keyResource";
6
7     public static final String KEY_MODEL = "keyModel";
8
9     public static final String KEY_RVI = "keyRVI";
10
11     public static final String KEY_VARIABLE = "keyVariable";
12 }