home *** CD-ROM | disk | FTP | other *** search
- DomainCreationPanel = {
- ACTIONS = {
- cancel:;
- doSelectDomain:;
- doCreationSwitch:;
- create:;
- };
- OUTLETS = {
- myDistributor;
- panelButton;
- configurationForm;
- cancelButton;
- panel;
- createButton;
- domainCreationSwitch;
- selectServerButton;
- };
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Distributor = {
- ACTIONS = {
- destroyItem:;
- setTheView:;
- changeRootPassword:;
- duplicateItem:;
- inspectItem:;
- terminate:;
- sortItem:;
- refreshWindow:;
- performPrint:;
- runInfoPanel:;
- authenticateAsUser:;
- windowDidBecomeKey:;
- setViewUnSorted:;
- findStringInColumn:;
- setCurrentWindow:;
- connectNIBrowser:;
- freeCurrentBrowser:;
- setViewPropertyEdit:;
- performPageLayout:;
- revertCurrentEditor:;
- deauthenticate:;
- createNIBrowser:;
- breakOpenItem:;
- disableModification:;
- enableModification:;
- setViewSorted:;
- showFindPanel:;
- saveCurrentEditor:;
- windowDidResize:;
- insertItem:;
- showViewByPanel:;
- setCurrentBrowser:;
- appendItem:;
- };
- OUTLETS = {
- directConnectPanel;
- infoPanel;
- findPanel;
- currentBrowser;
- newDomainPanel;
- theEditMenu;
- lastWindow;
- findButton;
- theViewMenu;
- versionTag;
- workingID;
- findText;
- viewedByScroll;
- theSecurityMenu;
- currentWindow;
- newWindow;
- tempID;
- viewByPanel;
- viewedProperty;
- theDB;
- theDirectoryMenu;
- theDomainMenu;
- currentPropEditor;
- myPL;
- viewedByButton;
- };
- SUPERCLASS = Object;
- };
-