home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Apps / DBModeler.app / English.lproj / Database.nib / data.classes next >
Encoding:
Text File  |  1992-12-07  |  1.1 KB  |  78 lines

  1. Shelf = {
  2.     OUTLETS = {
  3.     owner;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. EntityInspector = {
  13.     ACTIONS = {
  14.     takeEntityInternalNameFrom:;
  15.     hideCurrentProperty:;
  16.     takeEntityNameFrom:;
  17.     newAttribute:;
  18.     takeSetHiddenFrom:;
  19.     newRelationship:;
  20.     dropCurrentProperty:;
  21.     };
  22.     OUTLETS = {
  23.     icon;
  24.     nameForm;
  25.     internalName;
  26.     entity;
  27.     model;
  28.     selName;
  29.     hiddenCheck;
  30.     propertyBrowser;
  31.     internalNameForm;
  32.     editor;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36. Databaste = {
  37.     ACTIONS = {
  38.     emptyModel:;
  39.     newRelationship:;
  40.     defaultModel:;
  41.     inspector:;
  42.     hideEntity:;
  43.     newEntity:;
  44.     setNewAdaptorName:;
  45.     pickEntities:;
  46.     browserClick:;
  47.     removeProperty:;
  48.     setNewLoginString:;
  49.     removeEntity:;
  50.     newAttribute:;
  51.     revert:;
  52.     hideProperty:;
  53.     };
  54.     OUTLETS = {
  55.     scrollView;
  56.     loginString;
  57.     entitySelected;
  58.     dbModel;
  59.     adaptorName;
  60.     model;
  61.     relationList;
  62.     dbDefaultModel;
  63.     entityBrowser;
  64.     waitPanel;
  65.     dragEntity;
  66.     owner;
  67.     window;
  68.     entityInspector;
  69.     entitySisterList;
  70.     entityList;
  71.     iconShelf;
  72.     };
  73.     SUPERCLASS = Object;
  74. };
  75. DragMatrix = {
  76.     SUPERCLASS = Matrix;
  77. };
  78.