home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / ProjectBuilder.app / Resources / English.lproj / ClassBrowser.nib / data.classes next >
Encoding:
Text File  |  1995-10-13  |  367 b   |  18 lines

  1. "Teacher" = {
  2.     ACTIONS = ("classBrowserClicked:", "somethingChanged:"); 
  3.     OUTLETS = (
  4.     classBrowser, 
  5.     methodBox, 
  6.     methodCategory, 
  7.     methodProtocol, 
  8.     methodSuperclass, 
  9.     methodType, 
  10.     variableBox, 
  11.     variableSuperclass, 
  12.     window
  13.     ); 
  14.     SUPERCLASS = ProjectTool; 
  15. };
  16. "ProjectTool" = {SUPERCLASS = Object; };
  17. "FirstResponder" = {CATEGORY = LocalActions; };
  18.