public final class DefaultNodeDescriptor extends NodeDescriptorImpl
myIsExpanded, myIsSelected, myIsSynthetic, myIsVisible, UNKNOWN_VALUE_MESSAGE| Constructor and Description |
|---|
DefaultNodeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
calcRepresentation(EvaluationContextImpl context,
DescriptorLabelListener labelListener) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isExpandable() |
void |
setContext(EvaluationContextImpl context) |
clear, displayAs, getEvaluateException, getLabel, getMarkupMap, getName, getUserData, putUserData, setAncestor, setFailed, setLabel, toString, updateRepresentation, updateRepresentationNoNotifypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isExpandable()
isExpandable in class NodeDescriptorImplpublic void setContext(EvaluationContextImpl context)
setContext in class NodeDescriptorImplprotected java.lang.String calcRepresentation(EvaluationContextImpl context, DescriptorLabelListener labelListener)
calcRepresentation in class NodeDescriptorImpl