home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MallocInspector = {
- ACTIONS = {
- pickAllZone:;
- pickZone:;
- };
- OUTLETS = {
- allZoneMatrix;
- typeCell;
- usedSlotsCell;
- debugCell;
- occupiedCell;
- efficiencyCell;
- freeNodesCell;
- threadedSwitch;
- usedNodesCell;
- mallocedCell;
- zoneBrowser;
- allocatedSlotsCell;
- };
- SUPERCLASS = Inspector;
- };
- Inspector = {
- OUTLETS = {
- window;
- contentView;
- inspectView;
- };
- SUPERCLASS = Object;
- };
-