|
|
Sample Programs from NeXSTEP 3.3
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
TurboTextField = {
ACTIONS = {
textDidGetKeys:;
};
SUPERCLASS = TextField;
};
Controller = {
ACTIONS = {
showInfoPanel:;
deleteRecords:;
addRecords:;
showSQLPanel:;
appDidInit:;
updateRecords:;
};
OUTLETS = {
recordList;
cellMatrix;
database;
addressView;
authId;
theWindow;
propertyList;
textObj;
authorEntity;
SQLPanel;
infoPanel;
};
SUPERCLASS = Object;
};
AddressView = {
ACTIONS = {
updateRecordFrom:;
setNewRecordFrom:;
deleteSelectedRecord:;
addRecordFrom:;
loadCellsFrom:;
showInfo:;
};
OUTLETS = {
stateField;
fnameField;
lnameField;
phoneField;
cityField;
controller;
addressField;
ssnField;
zipField;
};
SUPERCLASS = ScrollView;
};
TurboTFCell = {
SUPERCLASS = TextFieldCell;
};
Appender = {
ACTIONS = {
print:;
};
OUTLETS = {
scrollView;
};
SUPERCLASS = Object;
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.