home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextAdmin / NFSManager.app / French.lproj / ImportsManager.nib / data.classes next >
Encoding:
Text File  |  1996-03-15  |  2.1 KB  |  67 lines

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