home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / inspectors.bundle / German.lproj / DirContentsInspector.nib / data.classes next >
Text File  |  1993-03-27  |  447b  |  34 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. DirContentsInspector = {
  7.     ACTIONS = {
  8.     touch:;
  9.     };
  10.     OUTLETS = {
  11.     sortByMatrix;
  12.     warning;
  13.     };
  14.     SUPERCLASS = Inspector;
  15. };
  16. Inspector = {
  17.     ACTIONS = {
  18.     deactivateInspector:;
  19.     ok:;
  20.     performClick:;
  21.     activateInspector:;
  22.     revert:;
  23.     };
  24.     OUTLETS = {
  25.     window;
  26.     okButton;
  27.     revertButton;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. WMPathField = {
  32.     SUPERCLASS = View;
  33. };
  34.