home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2
/
Openstep-4.2-Intel-User.iso
/
NextAdmin
/
HostManager.app
/
French.lproj
/
HostMgr.nib
/
data.classes
< prev
next >
Wrap
Text File
|
1993-04-06
|
1KB
|
83 lines
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;
};