public class CpoClassNode extends AbstractCpoNode implements Comparable<CpoClassNode>
dirtyChildren, newChildren, removeChildrenallowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
CpoClassNode(org.synchronoss.cpo.meta.domain.CpoClass cpoClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
attributeExists(String name) |
int |
compareTo(CpoClassNode ccn) |
protected void |
createLabelNodes() |
CpoAttributeLabelNode |
getAttributeLabelNode() |
String |
getDisplayClassName() |
CpoFunctionGroupLabelNode |
getFunctionGroupLabelNode() |
JPanel |
getPanelForSelected() |
CpoRootNode |
getParent() |
String |
getToolTipText() |
org.synchronoss.cpo.meta.domain.CpoClass |
getUserObject() |
void |
performRemove() |
void |
setClassName(String className) |
String |
toString() |
getProxy, getRoot, isChildDirty, isChildNew, isChildRemove, isDirty, isNew, isProtected, 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, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic CpoClassNode(org.synchronoss.cpo.meta.domain.CpoClass cpoClass)
protected void createLabelNodes()
public org.synchronoss.cpo.meta.domain.CpoClass getUserObject()
getUserObject in class DefaultMutableTreeNodepublic CpoRootNode getParent()
getParent in interface TreeNodegetParent in class AbstractCpoNodeDefaultMutableTreeNode.getParent()public JPanel getPanelForSelected()
getPanelForSelected in class AbstractCpoNodepublic CpoAttributeLabelNode getAttributeLabelNode()
public CpoFunctionGroupLabelNode getFunctionGroupLabelNode()
public boolean attributeExists(String name)
public String toString()
toString in class DefaultMutableTreeNodepublic String getToolTipText()
getToolTipText in class AbstractCpoNodepublic void performRemove()
throws org.synchronoss.cpo.CpoException
performRemove in class AbstractCpoNodeorg.synchronoss.cpo.CpoExceptionpublic String getDisplayClassName()
public void setClassName(String className)
public int compareTo(CpoClassNode ccn)
compareTo in interface Comparable<CpoClassNode>Copyright © 2014. All Rights Reserved.