public interface ViewerCreateData
Modifier and Type | Method and Description |
---|---|
DebugContext |
getDebugContext()
Gets the current debug context.
|
String |
getNativeValueTypeName()
Retrieves the class name of the native value for Values.
|
Value |
getValue()
Gets the value being viewed.
|
boolean |
isSubViewer()
Determines if the viewer will be a subviewer.
|
boolean |
supportsAnimation()
Determines if animation is supported.
|
boolean |
supportsSubViewers()
Determines if the viewer can have subviewers.
|
DebugContext getDebugContext()
String getNativeValueTypeName()
Value getValue()
boolean isSubViewer()
boolean supportsAnimation()
boolean supportsSubViewers()