public interface Renderer extends java.lang.Cloneable, JDOMExternalizable
Modifier and Type | Method and Description |
---|---|
Renderer |
clone() |
java.lang.String |
getUniqueId() |
boolean |
isApplicable(com.sun.jdi.Type type)
Checks whether this renderer is applicable to this value
|
readExternal, writeExternal
java.lang.String getUniqueId()
boolean isApplicable(com.sun.jdi.Type type)
type
- Renderer clone()