public abstract class UnboxableTypeRenderer extends CompoundReferenceRenderer
Modifier and Type | Class and Description |
---|---|
static class |
UnboxableTypeRenderer.BooleanRenderer |
static class |
UnboxableTypeRenderer.ByteRenderer |
static class |
UnboxableTypeRenderer.CharacterRenderer |
static class |
UnboxableTypeRenderer.DoubleRenderer |
static class |
UnboxableTypeRenderer.FloatRenderer |
static class |
UnboxableTypeRenderer.IntegerRenderer |
static class |
UnboxableTypeRenderer.LongRenderer |
static class |
UnboxableTypeRenderer.ShortRenderer |
NodeRendererImpl.Overhead
LOG, UNIQUE_ID
myRendererSettings
DEFAULT_NAME, myProperties
EP_NAME
Constructor and Description |
---|
UnboxableTypeRenderer(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicable(com.sun.jdi.Type type)
Checks whether this renderer is applicable to this value
|
hasOverhead
getChildrenRenderer, getChildValueExpression, getClassName, getContext, getLabelRenderer, getUniqueId, isBaseRenderer, setChildrenRenderer, setClassName, setLabelRenderer
buildChildren, calcLabel, clone, getChildValueExpression, isExpandable, readExternal, writeExternal
getIdLabel, getName, isEnabled, isShowType, setEnabled, setName, setShowType, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
calcValueIcon
public boolean isApplicable(com.sun.jdi.Type type)
Renderer
isApplicable
in interface Renderer
isApplicable
in class CompoundReferenceRenderer