HashInspector
Creates a window making available for editing the values of a Hash. Understands, strings, numbers and booleans. If objects are in the hash, they will be displayed but will not be editable.
Operation | Description |
create |
Creates a HashInspector window with the default title of "Hash Inspector" |
create: aString |
Creates a HashInspector window with the title aString |
Operation | Return | Description |
manage: aHash as: aName |
self |
manages aHash using the identifier aName for its display |