home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / DBModeler.app / English.lproj / Database.nib / data.classes next >
Text File  |  1992-06-03  |  1KB  |  75 lines

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