home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 4.0 PR1 / NeXT_NEXTSTEP_4.0_PR1_(beta).rar / Openstep4-Pr1User.iso / NextAdmin / NFSManager.app / English.lproj / ImportsManager.nib / data.classes next >
Text File  |  1992-07-13  |  1KB  |  77 lines

  1. TableView = {
  2.     ACTIONS = {
  3.     acceptEdits:;
  4.     cancelEdits:;
  5.     };
  6.     OUTLETS = {
  7.     target;
  8.     vScroller;
  9.     theDataSource;
  10.     hScroller;
  11.     columnList;
  12.     bodyClipView;
  13.     titleFont;
  14.     };
  15.     SUPERCLASS = Control;
  16. };
  17. ImportsManager = {
  18.     ACTIONS = {
  19.     windowWillClose:;
  20.     selectImportsFromNetInfo:;
  21.     noteChange:;
  22.     enableExpertOptions:;
  23.     optionsOK:;
  24.     updateInspector:;
  25.     addImportsEntry:;
  26.     removeImportsEntry:;
  27.     chooseMountPoint:;
  28.     runExpertOptionsPanel:;
  29.     optionsRevert:;
  30.     endModalPanel:;
  31.     };
  32.     OUTLETS = {
  33.     okButton;
  34.     mountRoButton;
  35.     ifsPathField;
  36.     mountPointField;
  37.     revertButton;
  38.     folderTable;
  39.     mountBgButton;
  40.     nfsTimeoutField;
  41.     nniHostPanel;
  42.     ifsHostPanel;
  43.     mountPointButton;
  44.     retryButton;
  45.     serverPortField;
  46.     mountRetriesField;
  47.     expertButton;
  48.     ifsHostField;
  49.     nniPathField;
  50.     writeBufferField;
  51.     removeFolderButton;
  52.     folderIconBox;
  53.     nniHostField;
  54.     niDomain;
  55.     nfsRetriesField;
  56.     importsWindow;
  57.     niDirectory;
  58.     suidButton;
  59.     expertOptionsPanel;
  60.     mountTimeoutField;
  61.     readBufferField;
  62.     };
  63.     SUPERCLASS = Object;
  64. };
  65. FirstResponder = {
  66.     ACTIONS = {
  67.     };
  68.     SUPERCLASS = Object;
  69. };
  70. IconBox = {
  71.     OUTLETS = {
  72.     iconButton;
  73.     currentTarget;
  74.     };
  75.     SUPERCLASS = Box;
  76. };
  77.