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