home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextAdmin / HostManager.app / Italian.lproj / CustomSavePanel.nib / data.classes < prev    next >
Text File  |  1993-04-08  |  1KB  |  83 lines

  1. NIDomainPanel = {
  2.     ACTIONS = {
  3.     windowWillResize:;
  4.     cancel:;
  5.     browser:;
  6.     ok:;
  7.     };
  8.     OUTLETS = {
  9.     panelButton;
  10.     cancelButton;
  11.     groupForm;
  12.     domainBrowser;
  13.     panel;
  14.     domainText;
  15.     sharedDomainPanel;
  16.     okButton;
  17.     fieldEditor;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. Distributor = {
  22.     ACTIONS = {
  23.     save:;
  24.     closeHost:;
  25.     delete:;
  26.     localConfig:;
  27.     infoPanel:;
  28.     hostAddConfig:;
  29.     appDidInit:;
  30.     saveToDomain:;
  31.     timeConfig:;
  32.     openHost:;
  33.     terminate:;
  34.     revert:;
  35.     newHost:;
  36.     };
  37.     OUTLETS = {
  38.     savePanel;
  39.     hostAddConfig;
  40.     winMenuMatrix;
  41.     timeConfig;
  42.     winMenu;
  43.     localConfig;
  44.     securityPanel;
  45.     infoPanel;
  46.     host;
  47.     };
  48.     SUPERCLASS = Application;
  49. };
  50. FirstResponder = {
  51.     ACTIONS = {
  52.     };
  53.     SUPERCLASS = Object;
  54. };
  55. NISavePanel = {
  56.     SUPERCLASS = NIOpenPanel;
  57. };
  58. NINetSaver = {
  59.     ACTIONS = {
  60.     windowWillResize:;
  61.     bindToParent:;
  62.     };
  63.     OUTLETS = {
  64.     parentCheckBox;
  65.     };
  66.     SUPERCLASS = NISavePanel;
  67. };
  68. NIOpenPanel = {
  69.     ACTIONS = {
  70.     windowWillResize:;
  71.     refreshLowerData:;
  72.     objectHit:;
  73.     };
  74.     OUTLETS = {
  75.     panelTitleField;
  76.     listTitleField;
  77.     selectedItemText;
  78.     directoryObjectBrowser;
  79.     iconButton;
  80.     };
  81.     SUPERCLASS = NIDomainPanel;
  82. };
  83.