home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Quantrix_1.2 / Application / Quantrix.app / English.lproj / ModelBrowser.nib / data.classes next >
Text File  |  1995-03-19  |  1KB  |  83 lines

  1. PModelBrowser = {
  2.     ACTIONS = {
  3.     openView:;
  4.     newTable:;
  5.     windowDidResize:;
  6.     viewReceivedOpenRequest:;
  7.     newView:;
  8.     windowWillResize:;
  9.     };
  10.     OUTLETS = {
  11.     splitView;
  12.     depictionMatrix;
  13.     openButton;
  14.     newTableButton;
  15.     commentText;
  16.     newViewButton;
  17.     };
  18.     SUPERCLASS = LTNewPanelOwner;
  19. };
  20. LTCrossSplitView = {
  21.     ACTIONS = {
  22.     };
  23.     OUTLETS = {
  24.     topLeftView;
  25.     bottomRightView;
  26.     topRightView;
  27.     bottomLeftView;
  28.     };
  29.     SUPERCLASS = View;
  30. };
  31. LTNewPanelOwner = {
  32.     ACTIONS = {
  33.     showPanel:;
  34.     };
  35.     OUTLETS = {
  36.     firstText;
  37.     panel;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. FirstResponder = {
  42.     ACTIONS = {
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46. PMatrixView = {
  47.     ACTIONS = {
  48.     jumpToSelection:;
  49.     selectAll:;
  50.     delete:;
  51.     forceRedisplay:;
  52.     };
  53.     OUTLETS = {
  54.     };
  55.     SUPERCLASS = View;
  56. };
  57. LTFloatablePanel = {
  58.     ACTIONS = {
  59.     performMiniaturize:;
  60.     performFloat:;
  61.     };
  62.     OUTLETS = {
  63.     };
  64.     SUPERCLASS = Panel;
  65. };
  66. LTTopBottomSplitView = {
  67.     ACTIONS = {
  68.     };
  69.     OUTLETS = {
  70.     };
  71.     SUPERCLASS = LTCrossSplitView;
  72. };
  73. PDepictionMatrix = {
  74.     ACTIONS = {
  75.     open:;
  76.     newView:;
  77.     newTable:;
  78.     };
  79.     OUTLETS = {
  80.     };
  81.     SUPERCLASS = PMatrixView;
  82. };
  83.