home *** CD-ROM | disk | FTP | other *** search
- GenericDeviceInspector = {
- ACTIONS = {
- dmaOrIrqPicked:;
- rangeDidChange:;
- showInfo:;
- };
- OUTLETS = {
- statusTitle;
- inspec;
- dmaMatrix;
- dmaBox;
- portAddressesController;
- infoPanel;
- accessoryHolder;
- mappedMemoryBox;
- infoButton;
- infoText;
- irqBox;
- portAddressesBox;
- irqMatrix;
- origWindow;
- mappedMemoryController;
- };
- SUPERCLASS = Object;
- };
- IODeviceInspector = {
- ACTIONS = {
- channelOrInterruptPicked:;
- rangeDidChange:;
- showInfo:;
- };
- OUTLETS = {
- portsBox;
- statusTitle;
- memoryController;
- dmaMatrix;
- memoryBox;
- dmaBox;
- portsController;
- infoPanel;
- accessoryHolder;
- infoButton;
- infoText;
- irqBox;
- irqMatrix;
- inspectionView;
- origWindow;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- IOAddressRanger = {
- ACTIONS = {
- minus:;
- plus:;
- checkText:;
- };
- OUTLETS = {
- sizeText;
- delegate;
- statusButton;
- rangeText;
- };
- SUPERCLASS = Object;
- };
- AddressRanger = {
- ACTIONS = {
- minus:;
- plus:;
- checkText:;
- };
- OUTLETS = {
- sizeText;
- delegate;
- statusButton;
- rangeText;
- };
- SUPERCLASS = Object;
- };
-