]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.swt.ontology/graph/Components.pgraph
Fixed problems in shared libraries view
[simantics/platform.git] / bundles / org.simantics.document.swt.ontology / graph / Components.pgraph
index edc7381d5d2133ad138277896ea134718b39e77f..e577e6c5dadda5e00469d9acdf757ad6b10e2af8 100644 (file)
@@ -127,7 +127,7 @@ COMPONENTS.Button <T COMPONENTS.Component
   >-- COMPONENTS.Button.text
     @SWT.defAttribute L0.Value "String"
   >-- COMPONENTS.Button.onPress
-    @SWT.defAttribute L0.Value "EventHandler"
+    @SWT.defAttribute L0.Value "AbstractEventHandler"
 
   @attribute COMPONENTS.Button.text
     ""
@@ -207,7 +207,8 @@ SWT.explorer : L0.Template
             COMPONENTS.Explorer.displayHeader %displayHeader 
             COMPONENTS.Explorer.browseContext %browseContext 
             COMPONENTS.Explorer.contextMenuId %contextMenuId 
-            COMPONENTS.Explorer.columns %columns 
+            COMPONENTS.Explorer.columns %columns
+            COMPONENTS.Explorer.explorerInput FUNCTIONS.explorerInput  
                 
 COMPONENTS.Combo <T COMPONENTS.Component
   >-- COMPONENTS.Combo.available