home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 3.3J
/
os33j.iso
/
private
/
Drivers
/
i386
/
IBMTokenRing.config
/
IBMTokenRingInspector.nib
/
data.classes
< prev
next >
Wrap
Text File
|
1994-09-13
|
2KB
|
62 lines
IODeviceInspector = {
ACTIONS = {
"channelOrInterruptPicked:" = "channelOrInterruptPicked:";
"rangeDidChange:" = "rangeDidChange:";
"showInfo:" = "showInfo:";
};
OUTLETS = {
accessoryHolder = accessoryHolder;
dmaBox = dmaBox;
dmaMatrix = dmaMatrix;
infoButton = infoButton;
infoPanel = infoPanel;
infoText = infoText;
inspectionView = inspectionView;
irqBox = irqBox;
irqMatrix = irqMatrix;
memoryBox = memoryBox;
memoryController = memoryController;
origWindow = origWindow;
portsBox = portsBox;
portsController = portsController;
statusTitle = statusTitle;
};
SUPERCLASS = Object;
};
IOAddressRanger = {
ACTIONS = {"checkText:" = "checkText:"; "minus:" = "minus:"; "plus:" = "plus:"; };
OUTLETS = {
delegate = delegate;
rangeText = rangeText;
sizeText = sizeText;
statusButton = statusButton;
};
SUPERCLASS = Object;
};
FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
IBMTokenRingInspector = {
ACTIONS = {
"cancel:" = "cancel:";
"more:" = "more:";
"ok:" = "ok:";
"rangeDidChange:" = "rangeDidChange:";
"selectRingSpeed:" = "selectRingSpeed:";
};
OUTLETS = {
accessoryBox = accessoryBox;
cancelButtonCell = cancelButtonCell;
connectorBox = connectorBox;
connectorMatrix = connectorMatrix;
etrSwitch = etrSwitch;
mappedROMBox = mappedROMBox;
moreButton = moreButton;
okButtonCell = okButtonCell;
optionsPanel = optionsPanel;
optionsPanelField = optionsPanelField;
ringSpeedBox = ringSpeedBox;
ringSpeedMatrix = ringSpeedMatrix;
romController = romController;
};
SUPERCLASS = IODeviceInspector;
};