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

ClassGui
ExtensionExtension

a Class inspector showing superclasses, methods and internals

Description

The default gui for a Class is a ClassGui

So this will create a ClassGui:

When inspecting an object all Class names are shown as blue buttons. Clicking opens a ClassGui in the Insp window.

All methods of class gui are internal and not of much interest for hacking or reuse.

Instance Methods

.writeName

Returns:

(returnvalue)

.guiBody

Arguments:

layout

the parent view, FlowView or window

Returns:

(returnvalue)

.displayMethodsOf

Arguments:

class
f
withoutClass
width
indent

Returns:

(returnvalue)

.displaySubclassesOf

Arguments:

class
layout

the parent view, FlowView or window

shown
limit
indent

Returns:

(returnvalue)