home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / BooleanEditor.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  887 b   |  60 lines

  1. BasicEditor = {
  2.     ACTIONS = {
  3.     clear:;
  4.     enableEditFormulaButton:;
  5.     };
  6.     OUTLETS = {
  7.     optionBox;
  8.     editFormulaButton;
  9.     calculatedSwitch;
  10.     notEmptySwitch;
  11.     defaultBox;
  12.     };
  13.     SUPERCLASS = Editor;
  14. };
  15. Editor = {
  16.     ACTIONS = {
  17.     runCalculatedEditor:;
  18.     updateButtons:;
  19.     runListView:;
  20.     };
  21.     OUTLETS = {
  22.     editorView;
  23.     textDelegate;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. BooleanEditor = {
  28.     ACTIONS = {
  29.     clear:;
  30.     };
  31.     OUTLETS = {
  32.     defaultMatrix;
  33.     };
  34.     SUPERCLASS = BasicEditor;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. GeneralEditor = {
  42.     ACTIONS = {
  43.     enableEditFormulaButton:;
  44.     runEntryListEditor:;
  45.     runFormulaEditor:;
  46.     };
  47.     OUTLETS = {
  48.     uniqueSwitch;
  49.     fixedListSwitch;
  50.     notEmptySwitch;
  51.     editEntryListButton;
  52.     editFormulaButton;
  53.     rangeHideView;
  54.     defaultField;
  55.     rangeSuperview;
  56.     calculatedSwitch;
  57.     };
  58.     SUPERCLASS = Editor;
  59. };
  60.