home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / AlexNeXTSTEPSource / Source / Chapter10_Help / Words / English.lproj / Document.nib / data.classes next >
Encoding:
Text File  |  1992-11-15  |  385 b   |  30 lines

  1. Document = {
  2.     ACTIONS = {
  3.     textDidGetKeys:;
  4.     };
  5.     OUTLETS = {
  6.     textController;
  7.     window;
  8.     theText;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. FirstResponder = {
  13.     ACTIONS = {
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. TextController = {
  18.     ACTIONS = {
  19.     openDocument:;
  20.     newDocument:;
  21.     saveAs:;
  22.     saveDocument:;
  23.     };
  24.     OUTLETS = {
  25.     savePanel;
  26.     openPanel;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30.