home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Printers = {
- ACTIONS = {
- "doConfigure:" = "doConfigure:";
- "doFax:" = "doFax:";
- "doNew:" = "doNew:";
- "doQueue:" = "doQueue:";
- "doTest:" = "doTest:";
- "pickedList:" = "pickedList:";
- "printerSelected:" = "printerSelected:";
- };
- OUTLETS = {
- border = border;
- configureButton = configureButton;
- defaultCell = defaultCell;
- hostField = hostField;
- listMatrix = listMatrix;
- nameField = nameField;
- noteField = noteField;
- noteTitleField = noteTitleField;
- queueButton = queueButton;
- testButton = testButton;
- typeField = typeField;
- window = window;
- };
- SUPERCLASS = Object;
- };
-