home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / DarkForest.app / English.lproj / DarkForest.nib / data.classes next >
Text File  |  1994-04-04  |  826b  |  67 lines

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