home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MainController = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "fetch:" = "fetch:";
- "insert:" = "insert:";
- "newRecord:" = "newRecord:";
- "setUpFetch:" = "setUpFetch:";
- };
- OUTLETS = {
- formMatrix = formMatrix;
- insertButton = insertButton;
- masterController = masterController;
- masterTableview = masterTableview;
- optionsPanel = optionsPanel;
- rootEntity = rootEntity;
- sortMatrix = sortMatrix;
- sqlPanel = sqlPanel;
- text = text;
- textField = textField;
- };
- SUPERCLASS = Object;
- };
-