home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / Chess.app / English.lproj / Chess.nib / data.classes < prev    next >
Text File  |  1992-03-09  |  979b  |  76 lines

  1. Clock = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. Board = {
  10.     ACTIONS = {
  11.     print:;
  12.     };
  13.     SUPERCLASS = Control;
  14. };
  15. ResponseMeter = {
  16.     SUPERCLASS = View;
  17. };
  18. Chess = {
  19.     ACTIONS = {
  20.     print:;
  21.     levelSliding:;
  22.     setWhiteColor:;
  23.     listGame:;
  24.     renderColors:;
  25.     startGame:;
  26.     chooseSide:;
  27.     forceMove:;
  28.     undoMove:;
  29.     showPosition:;
  30.     view2D:;
  31.     view3D:;
  32.     hint:;
  33.     plastic:;
  34.     info:;
  35.     saveGame:;
  36.     saveAsGame:;
  37.     openGame:;
  38.     granite:;
  39.     setBlackColor:;
  40.     setPreferences:;
  41.     newGame:;
  42.     };
  43.     OUTLETS = {
  44.     clockWindow;
  45.     sideMatrix;
  46.     boardWindow;
  47.     infoScroll;
  48.     blackClock;
  49.     setButton;
  50.     blackMeter;
  51.     forceButton;
  52.     infoPanel;
  53.     blackClockText;
  54.     whiteMeter;
  55.     message;
  56.     levelText;
  57.     whiteClock;
  58.     whiteSideMatrix;
  59.     whiteName;
  60.     startButton;
  61.     blackName;
  62.     blacksample;
  63.     gameBoard;
  64.     board3D;
  65.     board2D;
  66.     levelSlider;
  67.     blackSideMatrix;
  68.     whiteClockText;
  69.     whitesample;
  70.     };
  71.     SUPERCLASS = Application;
  72. };
  73. Board3D = {
  74.     SUPERCLASS = Control;
  75. };
  76.