home *** CD-ROM | disk | FTP | other *** search
- TextStyleTool = {
- ACTIONS = {
- "callEditStylePanel:" = "callEditStylePanel:";
- "changeStyle:" = "changeStyle:";
- "changeStyleAtCursor:" = "changeStyleAtCursor:";
- "cnAutomatic:" = "cnAutomatic:";
- "cnOK:" = "cnOK:";
- "deleteStyle:" = "deleteStyle:";
- "dropDownChangeOther:" = "dropDownChangeOther:";
- "dropDownChangeSelected:" = "dropDownChangeSelected:";
- "dropDownCreate:" = "dropDownCreate:";
- "dropDownDelete:" = "dropDownDelete:";
- "dropDownDuplicate:" = "dropDownDuplicate:";
- "dropDownLoadSave:" = "dropDownLoadSave:";
- "duplicateStyle:" = "duplicateStyle:";
- "editCancel:" = "editCancel:";
- "editCharStyle:" = "editCharStyle:";
- "editFormat:" = "editFormat:";
- "editOK:" = "editOK:";
- "editShortCut:" = "editShortCut:";
- "editStyle:" = "editStyle:";
- "editStyleSelected:" = "editStyleSelected:";
- "editTab:" = "editTab:";
- "followStyleChanged:" = "followStyleChanged:";
- "loadSave:" = "loadSave:";
- "loadStyles:" = "loadStyles:";
- "lsCancel:" = "lsCancel:";
- "lsOK:" = "lsOK:";
- "newStyle:" = "newStyle:";
- "newStyleCancel:" = "newStyleCancel:";
- "newStyleOK:" = "newStyleOK:";
- "parentStyleChanged:" = "parentStyleChanged:";
- "saveStyles:" = "saveStyles:";
- "scpCancel:" = "scpCancel:";
- "scpDelete:" = "scpDelete:";
- };
- OUTLETS = {
- actualStyle = actualStyle;
- allStylesMatrix = allStylesMatrix;
- changeNamePanel = changeNamePanel;
- copyOfTabs = copyOfTabs;
- ddChangeCurrent = ddChangeCurrent;
- ddChangeOther = ddChangeOther;
- ddDelete = ddDelete;
- ddDuplicate = ddDuplicate;
- ddLoadSave = ddLoadSave;
- ddNew = ddNew;
- deleteStyleButton = deleteStyleButton;
- duplicateStyleButton = duplicateStyleButton;
- editDestList = editDestList;
- editList = editList;
- editPanel = editPanel;
- editRoot = editRoot;
- editSourceList = editSourceList;
- editStyleButton = editStyleButton;
- editStyleCancel = editStyleCancel;
- editStyleMatrix = editStyleMatrix;
- editStyleOK = editStyleOK;
- editStylePanel = editStylePanel;
- followStyleMatrix = followStyleMatrix;
- lsPanel = lsPanel;
- myDocument = myDocument;
- newNameTextField = newNameTextField;
- newStyleOutlineColor = newStyleOutlineColor;
- newStyleOverView = newStyleOverView;
- newStylePanel = newStylePanel;
- newStyleTextColor = newStyleTextColor;
- newStyleUnderlineColor = newStyleUnderlineColor;
- oldNameTextField = oldNameTextField;
- overwriteSwitch = overwriteSwitch;
- parentStyleMatrix = parentStyleMatrix;
- renameSwitch = renameSwitch;
- repeatSwitch = repeatSwitch;
- scpTextField = scpTextField;
- scrollViewOverview = scrollViewOverview;
- shortCutButton = shortCutButton;
- shortCutPanel = shortCutPanel;
- stringTable = stringTable;
- styleFiles = styleFiles;
- styleList = styleList;
- styleRoot = styleRoot;
- stylesEditButton = stylesEditButton;
- tabCharTextField = tabCharTextField;
- tabKindButton = tabKindButton;
- tabPanel = tabPanel;
- tabPanelStyleMatrix = tabPanelStyleMatrix;
- tabPosUnitField = tabPosUnitField;
- tabs = tabs;
- textFieldNewStyleName = textFieldNewStyleName;
- };
- SUPERCLASS = TextTool;
- };
- ShortCutView = {OUTLETS = {myTool = myTool; }; SUPERCLASS = View; };
- 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;
- };
-