home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- DecoderController = {
- ACTIONS = {
- "cancelModalPanel:" = "cancelModalPanel:";
- "decodeOrAbortButtonClicked:" = "decodeOrAbortButtonClicked:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- decodeAndAbortButton = decodeAndAbortButton;
- numArticlesTF = numArticlesTF;
- panel = panel;
- selectedArticleMatrix = selectedArticleMatrix;
- };
- SUPERCLASS = Object;
- };
-