ObjectInsp:
Filter:
ServerTools/Classes (extension) | Debugging | Language

ObjectInsp
ExtensionExtension

displays all the variables and internals of an object for debugging purposes

Description

This is the (somewhat private) implementation class that displays an object's innards when it is inspected.

to document: classes may add custom hooks which are very useful to display internals relevant to that specific object. This greatly speeds up debugging and problem solving.

Class Methods

.initClass

Returns:

(returnvalue)

.registerHook

Arguments:

class
displayFunction
includeSubclasses

Returns:

(returnvalue)

.sourceCodeGui

Arguments:

sourceCode
layout

the parent view, FlowView or window

width

Returns:

(returnvalue)

Instance Methods

.writeName

Arguments:

layout

the parent view, FlowView or window

Returns:

(returnvalue)

.guiBody

Arguments:

layout

the parent view, FlowView or window

Returns:

(returnvalue)

.instVarsGui

Arguments:

listItems
actions

Returns:

(returnvalue)

.dependantsGui

Arguments:

layout

the parent view, FlowView or window

Returns:

(returnvalue)

.actionsGui

Arguments:

layout

the parent view, FlowView or window

Returns:

(returnvalue)