home *** CD-ROM | disk | FTP | other *** search
- MachInspector = {
- ACTIONS = {
- selectPage:;
- };
- OUTLETS = {
- sharedSwitch;
- cleanSwitch;
- unsharedCell;
- pageBrowser;
- sharedCell;
- totalCell;
- sectionInfos;
- segmentCell;
- freeCell;
- sectionCell;
- activeCell;
- duplicatedSwitch;
- inactiveCell;
- regionManager;
- stateMatrix;
- ownerCell;
- statusMatrix;
- wiredSwitch;
- shadowedSwitch;
- };
- SUPERCLASS = Inspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Inspector = {
- OUTLETS = {
- window;
- contentView;
- inspectView;
- };
- SUPERCLASS = Object;
- };
-