org.drools.eclipse.rulebuilder.ui
Class FactPatternWidget

java.lang.Object
  extended by org.drools.eclipse.rulebuilder.ui.Widget
      extended by org.drools.eclipse.rulebuilder.ui.FactPatternWidget

public class FactPatternWidget
extends Widget

This is the new smart widget that works off the model.


Field Summary
 
Fields inherited from class org.drools.eclipse.rulebuilder.ui.Widget
index, modeller, parent, toolkit
 
Constructor Summary
FactPatternWidget(org.eclipse.ui.forms.widgets.FormToolkit toolkit, org.eclipse.swt.widgets.Composite parent, RuleModeller mod, org.drools.ide.common.client.modeldriven.brl.FactPattern factPattern, org.drools.ide.common.client.modeldriven.brl.CompositeFactPattern parentPattern, int idx, boolean canBind)
           
 
Method Summary
 
Methods inherited from class org.drools.eclipse.rulebuilder.ui.Widget
addDeleteRHSAction, addImage, getModeller, showMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactPatternWidget

public FactPatternWidget(org.eclipse.ui.forms.widgets.FormToolkit toolkit,
                         org.eclipse.swt.widgets.Composite parent,
                         RuleModeller mod,
                         org.drools.ide.common.client.modeldriven.brl.FactPattern factPattern,
                         org.drools.ide.common.client.modeldriven.brl.CompositeFactPattern parentPattern,
                         int idx,
                         boolean canBind)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.