home *** CD-ROM | disk | FTP | other *** search
/ NeXT 3rd Party Products 1993 / NEXT_3rd_party_products_93.iso / Xanthus / Questor_Demo / QuestorDemo.app / English.lproj / FunctionEditor.nib / data.classes next >
Text File  |  1993-05-07  |  818b  |  52 lines

  1. XLCodeText = {
  2.     ACTIONS = {
  3.     escapeInput:;
  4.     };
  5.     OUTLETS = {
  6.     theSheet;
  7.     theTool;
  8.     };
  9.     SUPERCLASS = Text;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. ProtectedObject = {
  17.     SUPERCLASS = Object;
  18. };
  19. EditorText = {
  20.     SUPERCLASS = XLCodeText;
  21. };
  22. FunctionEditorWindow = {
  23.     SUPERCLASS = Window;
  24. };
  25. FunctionEditor = {
  26.     ACTIONS = {
  27.     windowWillClose:;
  28.     installFunction:;
  29.     prettyPrintFunction:;
  30.     cancelFunction:;
  31.     pastePNode:;
  32.     orderOutAndFree:;
  33.     executeSelection:;
  34.     checkFunction:;
  35.     makeKeyAndOrderFront:;
  36.     installFunctionAndMiniaturize:;
  37.     installFunctionAndClose:;
  38.     preferencesWereChanged:;
  39.     };
  40.     OUTLETS = {
  41.     theMethodOwner;
  42.     theScrollView;
  43.     theDefaultFont;
  44.     theCode;
  45.     theNewNode;
  46.     theFeedback;
  47.     theSheet;
  48.     theEditedObject;
  49.     };
  50.     SUPERCLASS = ProtectedObject;
  51. };
  52.