Class MethodDescriptorNode

java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
com.inductiveautomation.factorypmi.designer.eventhandling.MethodDescriptorNode
All Implemented Interfaces:
ComponentScriptEditor.ComponentScriptNode, Serializable, Cloneable, MutableTreeNode, TreeNode

public class MethodDescriptorNode extends DefaultMutableTreeNode implements ComponentScriptEditor.ComponentScriptNode
A wrapper around a MethodDescriptor with a link to the containing EventSetDescriptorNode. May also contain information about a specific component's registered actions for this method.
See Also: