home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Puppeteer1.1 / Source / English.lproj / Puppeteer.nib / data.classes next >
Encoding:
Text File  |  1994-03-23  |  791 b   |  57 lines

  1. MyApplication = {
  2.     SUPERCLASS = Application;
  3. };
  4. PVSpeaker = {
  5.     SUPERCLASS = Speaker;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. Puppeteer = {
  13.     SUPERCLASS = Object;
  14. };
  15. PVJournaler = {
  16.     SUPERCLASS = NXJournaler;
  17. };
  18. RemoteView = {
  19.     SUPERCLASS = View;
  20. };
  21. Controller = {
  22.     ACTIONS = {
  23.     chooseWindow:;
  24.     flushKeyboardBuffer:;
  25.     attachStrings:;
  26.     bufferOff:;
  27.     bufferOn:;
  28.     printMouseClicks:;
  29.     };
  30.     OUTLETS = {
  31.     mainWindow;
  32.     appNameField;
  33.     textObject;
  34.     chooseWindowButton;
  35.     remoteView;
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39. WindowInfo = {
  40.     SUPERCLASS = Object;
  41. };
  42. Speaker = {
  43.     ACTIONS = {
  44.     };
  45.     OUTLETS = {
  46.     delegate;
  47.     };
  48.     SUPERCLASS = Object;
  49. };
  50. NXJournaler = {
  51.     ACTIONS = {
  52.     };
  53.     OUTLETS = {
  54.     };
  55.     SUPERCLASS = Object;
  56. };
  57.