home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 3.3J / os33j.iso / usr / lib / NextStep / Workspace.app / WM.app / Japanese.lproj / Finder.nib / data.classes next >
Encoding:
Text File  |  1995-02-07  |  753 b   |  24 lines

  1. WMFinder = {
  2.     ACTIONS = {"changeMode:" = "changeMode:"; "find:" = "find:"; "show:" = "show:"; }; 
  3.     OUTLETS = {
  4.     findButton = findButton; 
  5.     foundField = foundField; 
  6.     modeMatrix = modeMatrix; 
  7.     modePopUpButton = modePopUpButton; 
  8.     results = results; 
  9.     scrollView = scrollView; 
  10.     selectionBox = selectionBox; 
  11.     selectionIcon = selectionIcon; 
  12.     shelf = shelf; 
  13.     shelfSizer = shelfSizer; 
  14.     statusField = statusField; 
  15.     textField = textField; 
  16.     window = window; 
  17.     }; 
  18.     SUPERCLASS = Object; 
  19. };
  20. WMFinderShelfSizer = {SUPERCLASS = View; };
  21. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  22. WMFinderShelf = {OUTLETS = {delegate = delegate; }; SUPERCLASS = View; };
  23. WMFinderSelection = {OUTLETS = {delegate = delegate; }; SUPERCLASS = View; };
  24.