]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/scl/Simantics/Workbench.scl
Some enhancements made by Antti for multiple readers
[simantics/platform.git] / bundles / org.simantics.modeling / scl / Simantics / Workbench.scl
index 25061240f8c140e6e001ffbde2c37e028ca398b0..a82027ac47ba925a0c3731488344755bb65466fe 100644 (file)
@@ -19,3 +19,9 @@ importJava "org.simantics.ui.workbench.editor.IEditorRegistry" where
 
 editorAdapters :: a -> <ReadGraph> [EditorAdapter]
 editorAdapters object = vectorToList $ editorAdapters_ getEditorRegistryInstance object
+
+importJava "org.simantics.utils.strings.StringInputValidator" where
+    data StringInputValidator
+
+importJava "org.simantics.browsing.ui.swt.widgets.DragSourceListenerFactory" where
+    data DragSourceListenerFactory
\ No newline at end of file