home *** CD-ROM | disk | FTP | other *** search
- TextTool = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Tool; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Tool = {
- ACTIONS = {
- "alignSelCenter:" = "alignSelCenter:";
- "alignSelLeft:" = "alignSelLeft:";
- "alignSelLeftAndRight:" = "alignSelLeftAndRight:";
- "alignSelRight:" = "alignSelRight:";
- "changeFont:" = "changeFont:";
- "changeSpelling:" = "changeSpelling:";
- "checkSpelling:" = "checkSpelling:";
- "connectTo:" = "connectTo:";
- "copy:" = "copy:";
- "copyFont:" = "copyFont:";
- "copyRuler:" = "copyRuler:";
- "cut:" = "cut:";
- "deselectAll:" = "deselectAll:";
- "linkTo:" = "linkTo:";
- "paste:" = "paste:";
- "pasteFont:" = "pasteFont:";
- "pasteRuler:" = "pasteRuler:";
- "selectAll:" = "selectAll:";
- "showToolPanel:" = "showToolPanel:";
- "subscript:" = "subscript:";
- "superscript:" = "superscript:";
- "toggleRuler:" = "toggleRuler:";
- "underline:" = "underline:";
- "unscript:" = "unscript:";
- "windowDidBecomeKey:" = "windowDidBecomeKey:";
- "windowDidMove:" = "windowDidMove:";
- "windowDidResignKey:" = "windowDidResignKey:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- defaultElement = defaultElement;
- fixElement = fixElement;
- infoPanel = infoPanel;
- myElement = myElement;
- myPanel = myPanel;
- sList = sList;
- };
- SUPERCLASS = Object;
- };
- TMSAnkerTool = {
- ACTIONS = {
- "button1:" = "button1:";
- "createVerweis:" = "createVerweis:";
- "jumpToAnchor:" = "jumpToAnchor:";
- "switchChanged:" = "switchChanged:";
- };
- OUTLETS = {
- createVerweisButton = createVerweisButton;
- fixToLeftSwitch = fixToLeftSwitch;
- fixToTopSwitch = fixToTopSwitch;
- flipSideSwitch = flipSideSwitch;
- flowOverFrameEndSwitch = flowOverFrameEndSwitch;
- jumpButton = jumpButton;
- myElementName = myElementName;
- myElementPage = myElementPage;
- myElementType = myElementType;
- selectList = selectList;
- textFlowsAroundSwitch = textFlowsAroundSwitch;
- xChangeableSwitch = xChangeableSwitch;
- yChangeableSwitch = yChangeableSwitch;
- };
- SUPERCLASS = TextTool;
- };
-