public class ThreadDescriptorImpl extends NodeDescriptorImpl implements ThreadDescriptor
LOG, myIsExpanded, myIsSelected, myIsSynthetic, myIsVisible, UNKNOWN_VALUE_MESSAGE| Constructor and Description |
|---|
ThreadDescriptorImpl(ThreadReferenceProxyImpl thread) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
calcRepresentation(EvaluationContextImpl context,
DescriptorLabelListener labelListener) |
javax.swing.Icon |
getIcon() |
java.lang.String |
getName() |
SuspendContextImpl |
getSuspendContext() |
ThreadReferenceProxyImpl |
getThreadReference() |
boolean |
isAtBreakpoint() |
boolean |
isCurrent() |
boolean |
isExpandable() |
boolean |
isFrozen() |
boolean |
isSuspended() |
void |
setContext(EvaluationContextImpl context) |
clear, displayAs, getEvaluateException, getLabel, getMarkupMap, getUserData, putUserData, setAncestor, setFailed, setLabel, toString, updateRepresentation, updateRepresentationNoNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdisplayAs, getLabel, setAncestorgetUserData, putUserDatapublic ThreadDescriptorImpl(ThreadReferenceProxyImpl thread)
public java.lang.String getName()
getName in interface NodeDescriptorgetName in class NodeDescriptorImplprotected java.lang.String calcRepresentation(EvaluationContextImpl context, DescriptorLabelListener labelListener) throws EvaluateException
calcRepresentation in class NodeDescriptorImplEvaluateExceptionpublic ThreadReferenceProxyImpl getThreadReference()
getThreadReference in interface ThreadDescriptorpublic boolean isCurrent()
public boolean isFrozen()
public boolean isExpandable()
isExpandable in class NodeDescriptorImplpublic void setContext(EvaluationContextImpl context)
setContext in class NodeDescriptorImplpublic SuspendContextImpl getSuspendContext()
public boolean isAtBreakpoint()
public boolean isSuspended()
public javax.swing.Icon getIcon()