org.drools.eclipse.flow.ruleflow.core
Class AbstractNodeWrapper
java.lang.Object
org.drools.eclipse.flow.common.editor.core.DefaultElementWrapper
org.drools.eclipse.flow.ruleflow.core.AbstractNodeWrapper
- All Implemented Interfaces:
- Serializable, ElementWrapper, NodeWrapper, org.eclipse.ui.views.properties.IPropertySource
- Direct Known Subclasses:
- ActionWrapper, DefaultNodeWrapper, EndNodeWrapper, EventNodeWrapper, ExtendedNodeWrapper, FaultNodeWrapper, JoinWrapper, SplitWrapper, StartNodeWrapper, TimerWrapper
public abstract class AbstractNodeWrapper
- extends DefaultElementWrapper
- implements NodeWrapper
Wrapper for a node.
- See Also:
- Serialized Form
| 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 |
DESCRIPTORS
public static org.eclipse.ui.views.properties.IPropertyDescriptor[] DESCRIPTORS
METADATA
public static final String METADATA
- See Also:
- Constant Field Values
AbstractNodeWrapper
public AbstractNodeWrapper()
setNode
public void setNode(org.jbpm.workflow.core.Node node)
- Specified by:
setNode in interface NodeWrapper
getNode
public org.jbpm.workflow.core.Node getNode()
- Specified by:
getNode in interface NodeWrapper
isFullProperties
public boolean isFullProperties()
getId
public String getId()
- Specified by:
getId in interface ElementWrapper
getName
public String getName()
- Specified by:
getName in interface ElementWrapper
internalSetName
public void internalSetName(String name)
- Overrides:
internalSetName in class DefaultElementWrapper
internalGetColor
public org.eclipse.swt.graphics.Color internalGetColor()
- Overrides:
internalGetColor in class DefaultElementWrapper
internalSetColor
protected void internalSetColor(Integer color)
- Overrides:
internalSetColor in class DefaultElementWrapper
internalSetConstraint
protected void internalSetConstraint(org.eclipse.draw2d.geometry.Rectangle constraint)
- Specified by:
internalSetConstraint in class DefaultElementWrapper
internalGetConstraint
public org.eclipse.draw2d.geometry.Rectangle internalGetConstraint()
- Specified by:
internalGetConstraint in class DefaultElementWrapper
acceptsIncomingConnection
public boolean acceptsIncomingConnection(ElementConnection connection,
ElementWrapper source)
- Specified by:
acceptsIncomingConnection in interface ElementWrapper
acceptsOutgoingConnection
public boolean acceptsOutgoingConnection(ElementConnection connection,
ElementWrapper target)
- Specified by:
acceptsOutgoingConnection in interface ElementWrapper
getPropertyDescriptors
public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
- Specified by:
getPropertyDescriptors in interface org.eclipse.ui.views.properties.IPropertySource- Overrides:
getPropertyDescriptors in class DefaultElementWrapper
getPropertyValue
public Object getPropertyValue(Object id)
- Specified by:
getPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource- Overrides:
getPropertyValue in class DefaultElementWrapper
resetPropertyValue
public void resetPropertyValue(Object id)
- Specified by:
resetPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource- Overrides:
resetPropertyValue in class DefaultElementWrapper
setPropertyValue
public void setPropertyValue(Object id,
Object value)
- Specified by:
setPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource- Overrides:
setPropertyValue in class DefaultElementWrapper
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.