home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / ProjectBuilder.app / Resources / Japanese.lproj / ClassBrowser.nib / data.classes next >
Encoding:
Text File  |  1997-02-19  |  543 b   |  18 lines

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