public class ExtensionFunctionNode extends javax.swing.tree.DefaultMutableTreeNode implements ComponentScriptEditor.ComponentScriptNode
| Modifier and Type | Method and Description |
|---|---|
void |
apply(java.util.Map<java.lang.String,ExtensionFunction> extensionFunctions) |
ExtensionFunctionDescriptor |
getDescriptor() |
ExtensionFunction |
getFunction() |
boolean |
isChanged() |
boolean |
isInUse() |
void |
setDirty(boolean dirty) |
void |
setFunction(ExtensionFunction function) |
java.lang.String |
toString() |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic boolean isChanged()
isChanged in interface ComponentScriptEditor.ComponentScriptNodepublic void setDirty(boolean dirty)
public boolean isInUse()
isInUse in interface ComponentScriptEditor.ComponentScriptNodepublic ExtensionFunctionDescriptor getDescriptor()
public ExtensionFunction getFunction()
public void setFunction(ExtensionFunction function)
public void apply(java.util.Map<java.lang.String,ExtensionFunction> extensionFunctions)
public java.lang.String toString()
toString in class javax.swing.tree.DefaultMutableTreeNode