home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextAdmin / NetInfoManager.app / English.lproj / NewDomain.nib / data.classes next >
Text File  |  1992-02-10  |  1KB  |  89 lines

  1. DomainCreationPanel = {
  2.     ACTIONS = {
  3.     doSelectDomain:;
  4.     cancel:;
  5.     doCreationSwitch:;
  6.     create:;
  7.     };
  8.     OUTLETS = {
  9.     myDistributor;
  10.     panelButton;
  11.     cancelButton;
  12.     configurationForm;
  13.     panel;
  14.     domainCreationSwitch;
  15.     createButton;
  16.     selectServerButton;
  17.     };
  18.     SUPERCLASS = Panel;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. Distributor = {
  26.     ACTIONS = {
  27.     destroyItem:;
  28.     setTheView:;
  29.     changeRootPassword:;
  30.     duplicateItem:;
  31.     inspectItem:;
  32.     terminate:;
  33.     runInfoPanel:;
  34.     sortItem:;
  35.     authenticateAsUser:;
  36.     refreshWindow:;
  37.     performPrint:;
  38.     windowDidBecomeKey:;
  39.     setViewUnSorted:;
  40.     findStringInColumn:;
  41.     setCurrentWindow:;
  42.     connectNIBrowser:;
  43.     freeCurrentBrowser:;
  44.     setViewPropertyEdit:;
  45.     performPageLayout:;
  46.     revertCurrentEditor:;
  47.     deauthenticate:;
  48.     createNIBrowser:;
  49.     breakOpenItem:;
  50.     showFindPanel:;
  51.     disableModification:;
  52.     enableModification:;
  53.     setViewSorted:;
  54.     saveCurrentEditor:;
  55.     setCurrentBrowser:;
  56.     insertItem:;
  57.     windowDidResize:;
  58.     showViewByPanel:;
  59.     appendItem:;
  60.     };
  61.     OUTLETS = {
  62.     findButton;
  63.     viewedByButton;
  64.     myPL;
  65.     theViewMenu;
  66.     currentPropEditor;
  67.     findText;
  68.     lastWindow;
  69.     newDomainPan1'    theDB;
  70.     viewedByScroll;
  71.     directConnectPanel;
  72.     viewByPanel;
  73.     infoPanel;
  74.     theSecurityMenu;
  75.     newWindow;
  76.     currentWindow;
  77.     workingID;
  78.     tempID;
  79.     theDirectoryMenu;
  80.     versionTag;
  81.     viewedProperty;
  82.     theEditMenu;
  83.     findPanel;
  84.     currentBrowser;
  85.     theDomainMenu;
  86.     };
  87.     SUPERCLASS = Object;
  88. };
  89.