[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[UI8] UI8Inspector

Uploaded Image: inspector.png

A classic Smalltalk inspector (using an object/selector metaphor) that shows the details of an instance.

You can open it by sending the message #inspect to an object; by action inspectIt (or clicking the reading glasses icon at the bottom of a tool windows) when selecting any expression.

You can also inspect any visual element on screen by using the target icon on the top left and clicking on the element you're interested in.

The inspector works on S8 objects and also on javaScript objects.
To open an inspector on a javaScript object evaluate
UI8Inspector openOn: jsObject


You can subclass UI8Inspector to create your custom visualization tools.

Hierarchy

UI8Inspector inherits from [UI8] UI8Workspace

Events

UI8Inspector can handle the following events (besides the ones inherited from its superclass):

needsSelectorFor:-
needsInformation-

References


NTH & feature requests