org.drools.eclipse.flow.ruleflow.core
Class ExtendedNodeWrapper
java.lang.Object
org.drools.eclipse.flow.common.editor.core.DefaultElementWrapper
org.drools.eclipse.flow.ruleflow.core.AbstractNodeWrapper
org.drools.eclipse.flow.ruleflow.core.ExtendedNodeWrapper
- All Implemented Interfaces:
- Serializable, ElementWrapper, NodeWrapper, org.eclipse.ui.views.properties.IPropertySource
- Direct Known Subclasses:
- StateBasedNodeWrapper
public class ExtendedNodeWrapper
- extends AbstractNodeWrapper
- See Also:
- Serialized Form
| Methods inherited from class org.drools.eclipse.flow.ruleflow.core.AbstractNodeWrapper |
acceptsIncomingConnection, acceptsOutgoingConnection, getId, getName, getNode, getPropertyDescriptors, internalGetColor, internalGetConstraint, internalSetColor, 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, internalRemoveIncomingConnection, internalRemoveOutgoingConnection, 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 |
ON_ENTRY_ACTIONS
public static final String ON_ENTRY_ACTIONS
- See Also:
- Constant Field Values
ON_EXIT_ACTIONS
public static final String ON_EXIT_ACTIONS
- See Also:
- Constant Field Values
ExtendedNodeWrapper
public ExtendedNodeWrapper()
getOnEntryPropertyDescriptor
protected org.eclipse.ui.views.properties.IPropertyDescriptor getOnEntryPropertyDescriptor()
getOnExitPropertyDescriptor
protected org.eclipse.ui.views.properties.IPropertyDescriptor getOnExitPropertyDescriptor()
getExtendedNode
public org.jbpm.workflow.core.impl.ExtendedNodeImpl getExtendedNode()
getPropertyValue
public Object getPropertyValue(Object id)
- Specified by:
getPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource- Overrides:
getPropertyValue in class AbstractNodeWrapper
resetPropertyValue
public void resetPropertyValue(Object id)
- Specified by:
resetPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource- Overrides:
resetPropertyValue in class AbstractNodeWrapper
setPropertyValue
public void setPropertyValue(Object id,
Object value)
- Specified by:
setPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource- Overrides:
setPropertyValue in class AbstractNodeWrapper
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.