home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Apps / ProjectBuilder.app / English.lproj / FileViewDriver.nib / data.classes next >
Encoding:
Text File  |  1993-01-06  |  408 b   |  30 lines

  1. FileOrganizer = {
  2.     OUTLETS = {
  3.     delegate;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. IconPathScrollView = {
  8.     SUPERCLASS = ScrollView;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. CustomBrowser = {
  16.     SUPERCLASS = NXBrowser;
  17. };
  18. FileViewDriver = {
  19.     ACTIONS = {
  20.     };
  21.     OUTLETS = {
  22.     window;
  23.     currentFile;
  24.     infoField;
  25.     iconPath;
  26.     projectBrowser;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30.