home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / Dual / Source / English.lproj / Dual.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  804 b   |  59 lines

  1. AbstractView = {
  2.     ACTIONS = {
  3.     zoomOut:;
  4.     copy:;
  5.     newLimits:;
  6.     zoomIn:;
  7.     };
  8.     OUTLETS = {
  9.     yMinField;
  10.     xMinField;
  11.     showLabels;
  12.     controller;
  13.     yMaxField;
  14.     xMaxField;
  15.     };
  16.     SUPERCLASS = View;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. PrimalView = {
  24.     SUPERCLASS = AbstractView;
  25. };
  26. DualView = {
  27.     SUPERCLASS = AbstractView;
  28. };
  29. Controller = {
  30.     ACTIONS = {
  31.     newPointColor:;
  32.     newPointLabel:;
  33.     pointSelected:;
  34.     deleteLine:;
  35.     deleteAllLines:;
  36.     deletePoint:;
  37.     lineSelected:;
  38.     suggestion:;
  39.     newLineLabel:;
  40.     draw:;
  41.     showInfo:;
  42.     deleteAllPoints:;
  43.     newLineColor:;
  44.     };
  45.     OUTLETS = {
  46.     primalPlaneView;
  47.     enterMode;
  48.     lineBrowser;
  49.     lineLabel;
  50.     lineColorWell;
  51.     dualPlaneView;
  52.     pointLabel;
  53.     pointColorWell;
  54.     infoPanel;
  55.     pointBrowser;
  56.     };
  57.     SUPERCLASS = Object;
  58. };
  59.