home *** CD-ROM | disk | FTP | other *** search
- Dictionary = {
- ACTIONS = {
- create:;
- use:;
- };
- SUPERCLASS = Object;
- };
- StopWatch = {
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- step:;
- backColor:;
- unnumber:;
- newSearch:;
- takeColor:;
- changeOptions:;
- continue:;
- number:;
- use:;
- save:;
- setSearchType:;
- saveTo:;
- saveAs:;
- textColor:;
- print:;
- };
- SUPERCLASS = Object;
- };
- AppDelegate = {
- ACTIONS = {
- copyTime:;
- new:;
- open:;
- };
- OUTLETS = {
- inspector;
- };
- SUPERCLASS = Object;
- };
- Inspector = {
- ACTIONS = {
- takeColor:;
- };
- OUTLETS = {
- stateType;
- time;
- stopWatch;
- options;
- };
- SUPERCLASS = Object;
- };
-