home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Basic Apps / Opener.app / English.lproj / Opener.nib / data.classes next >
Encoding:
Text File  |  1996-11-08  |  591 b   |  45 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Process = {
  7.     ACTIONS = {
  8.     terminate:;
  9.     };
  10.     OUTLETS = {
  11.     delegate;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. Controller = {
  16.     ACTIONS = {
  17.     appWillTerminate:;
  18.     help:;
  19.     setPackSuffix:;
  20.     removeTmpFiles:;
  21.     setTmp:;
  22.     cancelPack:;
  23.     editTable:;
  24.     appDidInit:;
  25.     setPackOrUnpack:;
  26.     appWillInit:;
  27.     setDirectory:;
  28.     suggestion:;
  29.     pack:;
  30.     setUnpackSuffix:;
  31.     openRequest:;
  32.     };
  33.     OUTLETS = {
  34.     packButton2;
  35.     helpObject;
  36.     versionTF;
  37.     packButton;
  38.     helpButton;
  39.     tmpDirTF;
  40.     packCmdText;
  41.     packPanel;
  42.     };
  43.     SUPERCLASS = Object;
  44. };
  45.