home *** CD-ROM | disk | FTP | other *** search
- Simple = {
- OUTLETS = {
- outgoingNumber;
- };
- SUPERCLASS = Object;
- };
- Remote = {
- ACTIONS = {
- };
- OUTLETS = {
- altNumberField;
- remoteNetworkField;
- mainNumberField;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PhoneManager = {
- ACTIONS = {
- selectNetwork:;
- selectISDNConfig:;
- info:;
- };
- OUTLETS = {
- box;
- addressBrowser;
- phoneBrowser;
- simpleWindow;
- isdnConfig;
- appWindow;
- configWindow;
- remote;
- hostBrowser;
- remoteWindow;
- buttonMatrix;
- interfaceWindow;
- networking;
- networkWindow;
- togglePopup;
- };
- SUPERCLASS = Application;
- };
- Interface = {
- ACTIONS = {
- acceptIncoming:;
- };
- OUTLETS = {
- hostnameForm;
- incomingButton;
- passwordForm;
- addressForm;
- };
- SUPERCLASS = Object;
- };
- ISDNConfig = {
- ACTIONS = {
- revert:;
- setSwitchATT:;
- setSwitchDMS:;
- setSwitchVN2:;
- configure:;
- setSwitch1TR6:;
- setChannelConfig:;
- };
- OUTLETS = {
- window;
- switchTypeToggle;
- spidForm;
- spidBox;
- cha603sButton;
- };
- SUPERCLASS = Object;
- };
- Networking = {
- ACTIONS = {
- interfaceAddrAutoConfigure:;
- remoteAddrAutoConfigure:;
- setAutoConfigure:;
- delete:;
- removeHost:;
- valueChanged:;
- connectionsToggled:;
- set:;
- remoteHostAutoConfigure:;
- interfaceHostAutoConfigure:;
- cancel:;
- setDomain:;
- newHost:;
- revert:;
- };
- OUTLETS = {
- openPanel;
- setButton;
- remoteAddrTextField;
- remoteHostTextField;
- acceptIncoming;
- domainButton;
- autoConfigureButton;
- interfaceHostTextField;
- domainTextField;
- deleteButton;
- interfaceAddrTextField;
- revertButton;
- dialinNameField;
- dialinPasswordField;
- };
- SUPERCLASS = Object;
- };
-