org.drools.eclipse.flow.ruleflow.core
Class DynamicNodeWrapper
java.lang.Object
org.drools.eclipse.flow.common.editor.core.DefaultElementWrapper
org.drools.eclipse.flow.common.editor.core.ElementContainerElementWrapper
org.drools.eclipse.flow.ruleflow.core.CompositeNodeWrapper
org.drools.eclipse.flow.ruleflow.core.DynamicNodeWrapper
- All Implemented Interfaces:
- Serializable, ElementContainer, ElementWrapper, NodeWrapper, org.eclipse.ui.views.properties.IPropertySource
public class DynamicNodeWrapper
- extends CompositeNodeWrapper
- See Also:
- Serialized Form
| Methods inherited from class org.drools.eclipse.flow.ruleflow.core.CompositeNodeWrapper |
getCompositeNode, getId, getName, getNode, getPropertyDescriptors, internalAddElement, internalGetConstraint, internalRemoveElement, internalSetConstraint, internalSetName, isFullProperties, setNode |
| Methods inherited from class org.drools.eclipse.flow.common.editor.core.DefaultElementWrapper |
addIncomingConnection, addListener, addOutgoingConnection, getColor, getConstraint, getEditableValue, getElement, getIncomingConnections, getOutgoingConnections, getParent, integerToRGB, internalAddIncomingConnection, internalAddOutgoingConnection, internalGetColor, internalRemoveIncomingConnection, internalRemoveOutgoingConnection, internalSetColor, isPropertySet, localAddIncomingConnection, localAddOutgoingConnection, notifyListeners, removeIncomingConnection, removeListener, removeOutgoingConnection, RGBToInteger, setColor, setConstraint, setElement, setName, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.drools.eclipse.flow.common.editor.core.ElementWrapper |
addIncomingConnection, addListener, addOutgoingConnection, getConstraint, getIncomingConnections, getOutgoingConnections, getParent, localAddIncomingConnection, localAddOutgoingConnection, removeIncomingConnection, removeListener, removeOutgoingConnection, setConstraint, setName, setParent |
AUTO_COMPLETE
public static final String AUTO_COMPLETE
- See Also:
- Constant Field Values
DynamicNodeWrapper
public DynamicNodeWrapper()
getDynamicNode
public org.jbpm.workflow.core.node.DynamicNode getDynamicNode()
initDescriptors
protected void initDescriptors()
- Overrides:
initDescriptors in class CompositeNodeWrapper
acceptsIncomingConnection
public boolean acceptsIncomingConnection(ElementConnection connection,
ElementWrapper source)
- Specified by:
acceptsIncomingConnection in interface ElementWrapper- Overrides:
acceptsIncomingConnection in class CompositeNodeWrapper
acceptsOutgoingConnection
public boolean acceptsOutgoingConnection(ElementConnection connection,
ElementWrapper target)
- Specified by:
acceptsOutgoingConnection in interface ElementWrapper- Overrides:
acceptsOutgoingConnection in class CompositeNodeWrapper
getPropertyValue
public Object getPropertyValue(Object id)
- Specified by:
getPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource- Overrides:
getPropertyValue in class CompositeNodeWrapper
resetPropertyValue
public void resetPropertyValue(Object id)
- Specified by:
resetPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource- Overrides:
resetPropertyValue in class CompositeNodeWrapper
setPropertyValue
public void setPropertyValue(Object id,
Object value)
- Specified by:
setPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource- Overrides:
setPropertyValue in class CompositeNodeWrapper
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.