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

  1. DarkForest = {
  2.     ACTIONS = {
  3.     "app:" = "app:"; 
  4.     "compress:" = "compress:"; 
  5.     "delete:" = "delete:"; 
  6.     "flense:" = "flense:"; 
  7.     "open:" = "open:"; 
  8.     "openHome:" = "openHome:"; 
  9.     "reapChild:" = "reapChild:"; 
  10.     "sort:" = "sort:"; 
  11.     "sortColumn:" = "sortColumn:"; 
  12.     "update:" = "update:"; 
  13.     }; 
  14.     OUTLETS = {filesMenu = filesMenu; noMoreWarnings = noMoreWarnings; prefMgr = prefMgr; }; 
  15.     SUPERCLASS = Object; 
  16. };
  17. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  18. InfoManager = {
  19.     ACTIONS = {"info:" = "info:"; "switchView:" = "switchView:"; }; 
  20.     OUTLETS = {infoButton = infoButton; infoPanel = infoPanel; infoView = infoView; }; 
  21.     SUPERCLASS = Object; 
  22. };
  23. InfoView = {
  24.     ACTIONS = {"windowWillClose:" = "windowWillClose:"; }; 
  25.     OUTLETS = {background = background; bats = bats; moonMask = moonMask; }; 
  26.     SUPERCLASS = View; 
  27. };
  28. PreferenceMgr = {
  29.     ACTIONS = {
  30.     "checkBoxChanged:" = "checkBoxChanged:"; 
  31.     "getDefaultScript:" = "getDefaultScript:"; 
  32.     "preferences:" = "preferences:"; 
  33.     "revert:" = "revert:"; 
  34.     "set:" = "set:"; 
  35.     }; 
  36.     OUTLETS = {
  37.     checkBoxes = checkBoxes; 
  38.     cleanUpText = cleanUpText; 
  39.     displayIcons = displayIcons; 
  40.     revertButton = revertButton; 
  41.     setButton = setButton; 
  42.     window = window; 
  43.     }; 
  44.     SUPERCLASS = Object; 
  45. };
  46.