home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / Chess.app / Resources / English.lproj / Chess.nib / data.classes next >
Text File  |  1995-09-03  |  1KB  |  60 lines

  1. "Chess" = {
  2.     ACTIONS = (
  3.     "chooseSide:", 
  4.     "forceMove:", 
  5.     "hint:", 
  6.     "info:", 
  7.     "levelSliding:", 
  8.     "listGame:", 
  9.     "newGame:", 
  10.     "openGame:", 
  11.     "print:", 
  12.     "renderColors:", 
  13.     "saveAsGame:", 
  14.     "saveGame:", 
  15.     "setBlackColor:", 
  16.     "setPreferences:", 
  17.     "setWhiteColor:", 
  18.     "showPosition:", 
  19.     "startGame:", 
  20.     "undoMove:", 
  21.     "view2D:", 
  22.     "view3D:"
  23.     ); 
  24.     OUTLETS = (
  25.     blackClock, 
  26.     blackClockText, 
  27.     blackColorWell, 
  28.     blackMeter, 
  29.     blackSample, 
  30.     blackSideMatrix, 
  31.     blackSideName, 
  32.     board2D, 
  33.     board3D, 
  34.     boardWindow, 
  35.     clockPanel, 
  36.     colorSetButton, 
  37.     forceButton, 
  38.     infoPanel, 
  39.     infoScroll, 
  40.     levelSlider, 
  41.     levelText, 
  42.     prefPanel, 
  43.     prefSetButton, 
  44.     startButton, 
  45.     whiteClock, 
  46.     whiteClockText, 
  47.     whiteColorWell, 
  48.     whiteMeter, 
  49.     whiteSample, 
  50.     whiteSideMatrix, 
  51.     whiteSideName
  52.     ); 
  53.     SUPERCLASS = NSApplication; 
  54. };
  55. "ResponseMeter" = {SUPERCLASS = NSView; };
  56. "Clock" = {SUPERCLASS = NSView; };
  57. "Board" = {ACTIONS = ("print:"); SUPERCLASS = NSControl; };
  58. "Board3D" = {SUPERCLASS = NSControl; };
  59. "FirstResponder" = {CATEGORY = LocalActions; };
  60.