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

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