org.drools.eclipse.flow.ruleflow.view.property.constraint
Class ConstraintsPropertyDescriptor

java.lang.Object
  extended by org.eclipse.ui.views.properties.PropertyDescriptor
      extended by org.drools.eclipse.flow.ruleflow.view.property.constraint.ConstraintsPropertyDescriptor
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertyDescriptor

public class ConstraintsPropertyDescriptor
extends org.eclipse.ui.views.properties.PropertyDescriptor

Property descriptor for constraints.


Constructor Summary
ConstraintsPropertyDescriptor(Object id, String displayName, org.jbpm.workflow.core.node.Split split, org.jbpm.workflow.core.WorkflowProcess process)
           
 
Method Summary
 org.eclipse.jface.viewers.CellEditor createPropertyEditor(org.eclipse.swt.widgets.Composite parent)
           
 org.jbpm.workflow.core.WorkflowProcess getProcess()
           
 
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor
getAlwaysIncompatible, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getValidator, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintsPropertyDescriptor

public ConstraintsPropertyDescriptor(Object id,
                                     String displayName,
                                     org.jbpm.workflow.core.node.Split split,
                                     org.jbpm.workflow.core.WorkflowProcess process)
Method Detail

getProcess

public org.jbpm.workflow.core.WorkflowProcess getProcess()

createPropertyEditor

public org.eclipse.jface.viewers.CellEditor createPropertyEditor(org.eclipse.swt.widgets.Composite parent)
Specified by:
createPropertyEditor in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Overrides:
createPropertyEditor in class org.eclipse.ui.views.properties.PropertyDescriptor


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