home *** CD-ROM | disk | FTP | other *** search
- BasicEditor = {
- ACTIONS = {
- clear:;
- enableEditFormulaButton:;
- };
- OUTLETS = {
- optionBox;
- editFormulaButton;
- calculatedSwitch;
- notEmptySwitch;
- defaultBox;
- };
- SUPERCLASS = Editor;
- };
- Editor = {
- ACTIONS = {
- runCalculatedEditor:;
- updateButtons:;
- runListView:;
- };
- OUTLETS = {
- editorView;
- textDelegate;
- };
- SUPERCLASS = Object;
- };
- BooleanEditor = {
- ACTIONS = {
- clear:;
- };
- OUTLETS = {
- defaultMatrix;
- };
- SUPERCLASS = BasicEditor;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- GeneralEditor = {
- ACTIONS = {
- enableEditFormulaButton:;
- runEntryListEditor:;
- runFormulaEditor:;
- };
- OUTLETS = {
- uniqueSwitch;
- fixedListSwitch;
- notEmptySwitch;
- editEntryListButton;
- editFormulaButton;
- rangeHideView;
- defaultField;
- rangeSuperview;
- calculatedSwitch;
- };
- SUPERCLASS = Editor;
- };
-