public class CpoFunctionNode extends AbstractCpoNode
dirtyChildren, newChildren, removeChildrenallowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
CpoFunctionNode(org.synchronoss.cpo.meta.domain.CpoFunction function) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getName() |
JPanel |
getPanelForSelected() |
CpoFunctionGroupNode |
getParent() |
int |
getSeqNo()
Returns the index of this node in relation
|
org.synchronoss.cpo.meta.domain.CpoFunction |
getUserObject() |
boolean |
isLeaf() |
boolean |
isProtected() |
void |
performRemove() |
void |
setExpression(String expression) |
void |
setName(String name) |
String |
toString() |
getProxy, getRoot, getToolTipText, isChildDirty, isChildNew, isChildRemove, isDirty, isNew, isRemove, setChildDirty, setChildNew, setChildRemove, setDirty, setNew, setProtected, setRemoveadd, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getSharedAncestor, getSiblingCount, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic CpoFunctionNode(org.synchronoss.cpo.meta.domain.CpoFunction function)
public org.synchronoss.cpo.meta.domain.CpoFunction getUserObject()
getUserObject in class DefaultMutableTreeNodepublic CpoFunctionGroupNode getParent()
getParent in interface TreeNodegetParent in class AbstractCpoNodeDefaultMutableTreeNode.getParent()public JPanel getPanelForSelected()
getPanelForSelected in class AbstractCpoNodepublic void performRemove()
throws org.synchronoss.cpo.CpoException
performRemove in class AbstractCpoNodeorg.synchronoss.cpo.CpoExceptionpublic boolean isProtected()
isProtected in class AbstractCpoNodepublic boolean isLeaf()
isLeaf in interface TreeNodeisLeaf in class DefaultMutableTreeNodepublic String toString()
toString in class DefaultMutableTreeNodepublic String getExpression()
public void setExpression(String expression)
public String getName()
public void setName(String name)
public int getSeqNo()
Copyright © 2014. All Rights Reserved.