home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 3.3J / os33j.iso / NextLibrary / Preferences / FepSwitcher.preferences / Japanese.lproj / FepSwitcher.nib / data.classes next >
Encoding:
Text File  |  1995-02-03  |  923 b   |  35 lines

  1. FepSwitcher = {
  2.     ACTIONS = {
  3.     "clickBrowser:" = "clickBrowser:"; 
  4.     "deleteAppNameField:" = "deleteAppNameField:"; 
  5.     "pressDefaultSystemButton:" = "pressDefaultSystemButton:"; 
  6.     "setAppNameField:" = "setAppNameField:"; 
  7.     "setAutoSwitch:" = "setAutoSwitch:"; 
  8.     }; 
  9.     OUTLETS = {
  10.     addButton = addButton; 
  11.     appNameView = appNameView; 
  12.     autoLaunchSwitch = autoLaunchSwitch; 
  13.     defaultFep = defaultFep; 
  14.     deleteButton = deleteButton; 
  15.     inputAppName = inputAppName; 
  16.     selectFep = selectFep; 
  17.     tableMatrix = tableMatrix; 
  18.     window = window; 
  19.     }; 
  20.     SUPERCLASS = Layout; 
  21. };
  22. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  23. Layout = {
  24.     ACTIONS = {
  25.     "didHide:" = "didHide:"; 
  26.     "didSelect:" = "didSelect:"; 
  27.     "didUnhide:" = "didUnhide:"; 
  28.     "didUnselect:" = "didUnselect:"; 
  29.     "willSelect:" = "willSelect:"; 
  30.     "willUnselect:" = "willUnselect:"; 
  31.     }; 
  32.     OUTLETS = {view = view; }; 
  33.     SUPERCLASS = Object; 
  34. };
  35.