home *** CD-ROM | disk | FTP | other *** search
- NISavePanel = {
- SUPERCLASS = NIOpenPanel;
- };
- NIDomainPanel = {
- ACTIONS = {
- windowWillResize:;
- cancel:;
- browser:;
- ok:;
- };
- OUTLETS = {
- panelButton;
- cancelButton;
- groupForm;
- domainBrowser;
- panel;
- domainText;
- sharedDomainPanel;
- okButton;
- fieldEditor;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- NIOpenPanel = {
- ACTIONS = {
- windowWillResize:;
- refreshLowerData:;
- objectHit:;
- };
- OUTLETS = {
- panelTitleField;
- listTitleField;
- selectedItemText;
- directoryObjectBrowser;
- iconButton;
- };
- SUPERCLASS = NIDomainPanel;
- };
- Distributor = {
- ACTIONS = {
- save:;
- closeHost:;
- delete:;
- localConfig:;
- infoPanel:;
- hostAddConfig:;
- appDidInit:;
- saveToDomain:;
- timeConfig:;
- openHost:;
- terminate:;
- revert:;
- newHost:;
- };
- OUTLETS = {
- savePanel;
- hostAddConfig;
- winMenuMatrix;
- timeConfig;
- winMenu;
- localConfig;
- securityPanel;
- infoPanel;
- host;
- };
- SUPERCLASS = Application;
- };
- NINetSaver = {
- ACTIONS = {
- windowWillResize:;
- bindToParent:;
- };
- OUTLETS = {
- parentCheckBox;
- };
- SUPERCLASS = NISavePanel;
- };
-