home *** CD-ROM | disk | FTP | other *** search
- ServerMaker = {
- ACTIONS = {
- "panelCancel:" = "panelCancel:";
- "panelOk:" = "panelOk:";
- "runForController:" = "runForController:";
- "selectDomain:" = "selectDomain:";
- "selectParent:" = "selectParent:";
- };
- OUTLETS = {
- childForm = childForm;
- childPanel = childPanel;
- cloneForm = cloneForm;
- clonePanel = clonePanel;
- controller = controller;
- glueForm = glueForm;
- gluePanel = gluePanel;
- newMatrix = newMatrix;
- newPanel = newPanel;
- rootForm = rootForm;
- rootPanel = rootPanel;
- servers = servers;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-