X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.document.swt.ontology%2Fgraph%2FComponents.pgraph;h=b255c4f2b4bd53863bd6e6471e3e5014d33c3cea;hb=91e878ce39c9db112d658b3236f29a13e12724e6;hp=edc7381d5d2133ad138277896ea134718b39e77f;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.document.swt.ontology/graph/Components.pgraph b/bundles/org.simantics.document.swt.ontology/graph/Components.pgraph index edc7381d5..b255c4f2b 100644 --- a/bundles/org.simantics.document.swt.ontology/graph/Components.pgraph +++ b/bundles/org.simantics.document.swt.ontology/graph/Components.pgraph @@ -47,6 +47,8 @@ COMPONENTS.Component -- 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 -- 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 -- 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 -- COMPONENTS.Combo.available