Class DetailedRawObjectValue<T>
java.lang.Object
dev.pfaff.altargui.inspector.DetailedRawObjectValue<T>
- All Implemented Interfaces:
DebugPropertyValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.pfaff.altargui.inspector.DebugPropertyValue
DebugPropertyValue.FieldInfo
-
Field Summary
Fields inherited from interface dev.pfaff.altargui.inspector.DebugPropertyValue
FALSE, MH_ofBoolean, MH_ofByte, MH_ofChar, MH_ofDouble, MH_ofFloat, MH_ofInt, MH_ofLong, MH_ofObject, MH_ofShort, NULL, TRUE
-
Method Summary
Modifier and TypeMethodDescription@NotNull Widget
buildDetailed
(Inspector inspector) Returns a detailed view of the value.@NotNull Widget
buildPreview
(Inspector inspector) Returns a one-line view of the value.
-
Method Details
-
buildDetailed
-
buildPreview
Description copied from interface:DebugPropertyValue
Returns a one-line view of the value.- Specified by:
buildPreview
in interfaceDebugPropertyValue
-