home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Palettes / Flip3.1 / Flip.palette / FlipViewConnectionInspector.nib / data.classes next >
Encoding:
Text File  |  1993-06-01  |  474 b   |  33 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. FlipViewConnectionInspector = {
  7.     ACTIONS = {
  8.     revert:;
  9.     setDefault:;
  10.     normalConnect:;
  11.     browserClick:;
  12.     tagChanged:;
  13.     matrixClick:;
  14.     browserDoubleClick:;
  15.     listConnect:;
  16.     };
  17.     OUTLETS = {
  18.     scrollView;
  19.     splitView;
  20.     bottomPanel;
  21.     matrix;
  22.     browser;
  23.     tagField;
  24.     cellPrototype;
  25.     normalConnectButton;
  26.     listConnectButton;
  27.     setDefaultButton;
  28.     topPanel;
  29.     prevObject;
  30.     };
  31.     SUPERCLASS = IBInspector;
  32. };
  33.