home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Diagram_2.5 / Application / Diagram.app / English.lproj / InspectorPanel.nib / data.classes < prev    next >
Text File  |  1993-03-01  |  660b  |  44 lines

  1. LSInspectorPanelOwner = {
  2.     ACTIONS = {
  3.     windowDidUpdate:;
  4.     setInspectorType:;
  5.     orderFront:;
  6.     };
  7.     OUTLETS = {
  8.     popupButton;
  9.     statusTextField;
  10.     inspectorPanel;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. DGPanelOwner = {
  20.     ACTIONS = {
  21.     orderFront:;
  22.     orderOut:;
  23.     makeKeyAndOrderFront:;
  24.     };
  25.     OUTLETS = {
  26.     panel;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. DGInspectorPanelOwner = {
  31.     ACTIONS = {
  32.     changeInspectorType:;
  33.     windowDidMove:;
  34.     windowDidResignKey:;
  35.     };
  36.     OUTLETS = {
  37.     currentInspector;
  38.     statusTextField;
  39.     inspectorView;
  40.     selectionMatrix;
  41.     };
  42.     SUPERCLASS = DGPanelOwner;
  43. };
  44.