home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / Mandelbrot.app / Resources / English.lproj / Mandelbrot.nib / data.classes next >
Text File  |  1996-02-13  |  2KB  |  83 lines

  1. "Recorder" = {
  2.     ACTIONS = ("addHost:", "removeSelectedHosts:", "selectServerType:"); 
  3.     OUTLETS = (
  4.         addButton, 
  5.         delegate, 
  6.         hostNameField, 
  7.         hostsBrowser, 
  8.         removeButton, 
  9.         serverPathField, 
  10.         serverPopUp, 
  11.         tableView
  12.     ); 
  13.     SUPERCLASS = NSObject; 
  14. };
  15. "MandelView" = {
  16.     ACTIONS = ("applyColor:", "processData:", "windowDidResize:"); 
  17.     OUTLETS = (colormap, mandelControl, modeSwitch, recorder); 
  18.     SUPERCLASS = NSView; 
  19. };
  20. "NSWindow" = {
  21.     ACTIONS = (
  22.         "deminiaturize:", 
  23.         "fax:", 
  24.         "makeKeyAndOrderFront:", 
  25.         "miniaturize:", 
  26.         "orderBack:", 
  27.         "orderFront:", 
  28.         "orderOut:", 
  29.         "performClose:", 
  30.         "performMiniaturize:", 
  31.         "print:"
  32.     ); 
  33.     OUTLETS = (delegate, keyView); 
  34.     SUPERCLASS = NSResponder; 
  35. };
  36. "NSResponder" = {SUPERCLASS = NSObject; };
  37. "MandelControl" = {
  38.     ACTIONS = (
  39.         "colorArctic:", 
  40.         "colorDeco:", 
  41.         "colorGothic:", 
  42.         "colorOasis:", 
  43.         "colorStorms:", 
  44.         "colorZebra:", 
  45.         "help:", 
  46.         "info:", 
  47.         "placeBlackHole:", 
  48.         "placeElectricPorcupine:", 
  49.         "placeGingerbreadMan:", 
  50.         "placeHome:", 
  51.         "placeJewel:", 
  52.         "placeParty:", 
  53.         "placeSeaHorse:", 
  54.         "placeStarfish:", 
  55.         "placeValleyOfFear:", 
  56.         "placeYinYang:", 
  57.         "runstop:", 
  58.         "start:", 
  59.         "stop:"
  60.     ); 
  61.     OUTLETS = (
  62.         colormap, 
  63.         helpPanel, 
  64.         infoPanel, 
  65.         mandelView, 
  66.         maxIterationsField, 
  67.         runButton, 
  68.         xCenterField, 
  69.         xScaleField, 
  70.         yCenterField, 
  71.         yScaleField
  72.     ); 
  73.     SUPERCLASS = NSObject; 
  74. };
  75. "MandelbrotSlave" = {SUPERCLASS = NSObject; };
  76. "Colormap" = {
  77.     ACTIONS = ("changeColor:", "setup:", "updateFields:", "updateMap:"); 
  78.     OUTLETS = (colorSelect, forms, mapView, sliders); 
  79.     SUPERCLASS = NSObject; 
  80. };
  81. "NSObject" = {};
  82. "FirstResponder" = {CATEGORY = LocalActions; };
  83.