]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.swt.ontology/graph/Components.pgraph
Revert "Prime SCL BindingRegistry to shave ~0.5s from startup"
[simantics/platform.git] / bundles / org.simantics.document.swt.ontology / graph / Components.pgraph
index edc7381d5d2133ad138277896ea134718b39e77f..b255c4f2b4bd53863bd6e6471e3e5014d33c3cea 100644 (file)
@@ -47,6 +47,8 @@ COMPONENTS.Component <T DOC.Components.PrimitiveComponent
     @SWT.defAttribute L0.Value "Boolean"
   >-- COMPONENTS.Component.NoScroll
     @SWT.defAttribute L0.Value "Boolean"
+  >-- COMPONENTS.Component.Check
+    @SWT.defAttribute L0.Value "Boolean"
   >-- COMPONENTS.Component.alignment
     @SWT.defAttribute L0.Value "String"
         
@@ -127,7 +129,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
     ""
@@ -190,6 +192,8 @@ COMPONENTS.Explorer <T COMPONENTS.Component
     @SWT.defAttribute L0.Value "String"
   >-- COMPONENTS.Explorer.dragSourceListenerFactory
     @SWT.defAttribute L0.Value "DragSourceListenerFactory"
+  >-- COMPONENTS.Explorer.onCheck
+    @SWT.defAttribute L0.Value "AbstractEventHandler"
 
   @attribute COMPONENTS.Explorer.browseContext
     ""
@@ -207,7 +211,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