home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextAdmin / PhoneManager.app / English.lproj / PhoneManager.nib / data.classes next >
Text File  |  1992-07-18  |  2KB  |  113 lines

  1. Simple = {
  2.     OUTLETS = {
  3.     outgoingNumber;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. Remote = {
  8.     ACTIONS = {
  9.     };
  10.     OUTLETS = {
  11.     altNumberField;
  12.     remoteNetworkField;
  13.     mainNumberField;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. PhoneManager = {
  23.     ACTIONS = {
  24.     selectNetwork:;
  25.     selectISDNConfig:;
  26.     info:;
  27.     };
  28.     OUTLETS = {
  29.     box;
  30.     addressBrowser;
  31.     phoneBrowser;
  32.     simpleWindow;
  33.     isdnConfig;
  34.     appWindow;
  35.     configWindow;
  36.     remote;
  37.     hostBrowser;
  38.     remoteWindow;
  39.     buttonMatrix;
  40.     interfaceWindow;
  41.     networking;
  42.     networkWindow;
  43.     togglePopup;
  44.     };
  45.     SUPERCLASS = Application;
  46. };
  47. Interface = {
  48.     ACTIONS = {
  49.     acceptIncoming:;
  50.     };
  51.     OUTLETS = {
  52.     hostnameForm;
  53.     incomingButton;
  54.     passwordForm;
  55.     addressForm;
  56.     };
  57.     SUPERCLASS = Object;
  58. };
  59. ISDNConfig = {
  60.     ACTIONS = {
  61.     revert:;
  62.     setSwitchATT:;
  63.     setSwitchDMS:;
  64.     setSwitchVN2:;
  65.     configure:;
  66.     setSwitch1TR6:;
  67.     setChannelConfig:;
  68.     };
  69.     OUTLETS = {
  70.     window;
  71.     switchTypeToggle;
  72.     spidForm;
  73.     spidBox;
  74.     cha603sButton;
  75.     };
  76.     SUPERCLASS = Object;
  77. };
  78. Networking = {
  79.     ACTIONS = {
  80.     interfaceAddrAutoConfigure:;
  81.     remoteAddrAutoConfigure:;
  82.     setAutoConfigure:;
  83.     delete:;
  84.     removeHost:;
  85.     valueChanged:;
  86.     connectionsToggled:;
  87.     set:;
  88.     remoteHostAutoConfigure:;
  89.     interfaceHostAutoConfigure:;
  90.     cancel:;
  91.     setDomain:;
  92.     newHost:;
  93.     revert:;
  94.     };
  95.     OUTLETS = {
  96.     openPanel;
  97.     setButton;
  98.     remoteAddrTextField;
  99.     remoteHostTextField;
  100.     acceptIncoming;
  101.     domainButton;
  102.     autoConfigureButton;
  103.     interfaceHostTextField;
  104.     domainTextField;
  105.     deleteButton;
  106.     interfaceAddrTextField;
  107.     revertButton;
  108.     dialinNameField;
  109.     dialinPasswordField;
  110.     };
  111.     SUPERCLASS = Object;
  112. };
  113.