public final class WatchItemData extends DescriptorData<WatchItemDescriptor>
| Constructor and Description |
|---|
WatchItemData(TextWithImports text,
com.sun.jdi.Value value) |
| Modifier and Type | Method and Description |
|---|---|
protected WatchItemDescriptor |
createDescriptorImpl(Project project) |
boolean |
equals(java.lang.Object object) |
DisplayKey<WatchItemDescriptor> |
getDisplayKey() |
int |
hashCode() |
createDescriptor, getDescriptorDatapublic WatchItemData(TextWithImports text, com.sun.jdi.Value value)
protected WatchItemDescriptor createDescriptorImpl(Project project)
createDescriptorImpl in class DescriptorData<WatchItemDescriptor>public boolean equals(java.lang.Object object)
equals in class DescriptorData<WatchItemDescriptor>public int hashCode()
hashCode in class DescriptorData<WatchItemDescriptor>public DisplayKey<WatchItemDescriptor> getDisplayKey()
getDisplayKey in class DescriptorData<WatchItemDescriptor>