home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / HeaderViewer.app / Japanese.lproj / HeaderDriver.nib / data.classes next >
Encoding:
Text File  |  1996-10-07  |  2.5 KB  |  85 lines

  1. HeaderDriver = {
  2.     ACTIONS = {
  3.     "appDidInit:" = "appDidInit:"; 
  4.     "appWillTerminate:" = "appWillTerminate:"; 
  5.     "new:" = "new:"; 
  6.     "open:" = "open:"; 
  7.     "printTextObject:" = "printTextObject:"; 
  8.     "showInfo:" = "showInfo:"; 
  9.     "showPreferences:" = "showPreferences:"; 
  10.     }; 
  11.     OUTLETS = {
  12.     BrowseButton = BrowseButton; 
  13.     BrowseSelectionButton = BrowseSelectionButton; 
  14.     FindButton = FindButton; 
  15.     SortOptionsButton = SortOptionsButton; 
  16.     editSpeaker = editSpeaker; 
  17.     editorList = editorList; 
  18.     find = find; 
  19.     findOptionsPanel = findOptionsPanel; 
  20.     finderLanguageElements = finderLanguageElements; 
  21.     iconEnteredEditor = iconEnteredEditor; 
  22.     inspect = inspect; 
  23.     openPanel = openPanel; 
  24.     }; 
  25.     SUPERCLASS = Object; 
  26. };
  27. MyMachO = {SUPERCLASS = MachO; };
  28. MachO = {
  29.     ACTIONS = {"appDidInit:" = "appDidInit:"; "new:" = "new:"; "open:" = "open:"; }; 
  30.     OUTLETS = {
  31.     editorList = editorList; 
  32.     iconEnteredEditor = iconEnteredEditor; 
  33.     openPanel = openPanel; 
  34.     }; 
  35.     SUPERCLASS = Object; 
  36. };
  37. HVPreferences = {
  38.     ACTIONS = {
  39.     "addHeader:" = "addHeader:"; 
  40.     "removeHeader:" = "removeHeader:"; 
  41.     "selectFileFromList:" = "selectFileFromList:"; 
  42.     "setCpp:" = "setCpp:"; 
  43.     "setHeadersToInstallMatrix:" = "setHeadersToInstallMatrix:"; 
  44.     "setHeadersToInstallScrollView:" = "setHeadersToInstallScrollView:"; 
  45.     "showDirectoryPreferences:" = "showDirectoryPreferences:"; 
  46.     "showHeaderPreferences:" = "showHeaderPreferences:"; 
  47.     "showOtherPreferences:" = "showOtherPreferences:"; 
  48.     }; 
  49.     OUTLETS = {
  50.     cppOptions = cppOptions; 
  51.     documentationDirectoriesView = documentationDirectoriesView; 
  52.     fullPath = fullPath; 
  53.     headerFilesView = headerFilesView; 
  54.     headersToInstallMatrix = headersToInstallMatrix; 
  55.     headersToInstallScrollView = headersToInstallScrollView; 
  56.     otherstuffView = otherstuffView; 
  57.     outerbox = outerbox; 
  58.     setCppButton = setCppButton; 
  59.     }; 
  60.     SUPERCLASS = Object; 
  61. };
  62. FirstResponder = {
  63.     ACTIONS = {
  64.     "addHeader:" = "addHeader:"; 
  65.     "browseSelectionFromFinder:" = "browseSelectionFromFinder:"; 
  66.     "pickBrowser:" = "pickBrowser:"; 
  67.     "pickFinder:" = "pickFinder:"; 
  68.     "printTextObject:" = "printTextObject:"; 
  69.     "showSortOptions:" = "showSortOptions:"; 
  70.     "updateHeaders:" = "updateHeaders:"; 
  71.     "viewSourceInEdit:" = "viewSourceInEdit:"; 
  72.     }; 
  73.     SUPERCLASS = Object; 
  74. };
  75. FindPanel = {
  76.     ACTIONS = {
  77.     "enterSelection:" = "enterSelection:"; 
  78.     "findNext:" = "findNext:"; 
  79.     "findPanel:" = "findPanel:"; 
  80.     "findPrevious:" = "findPrevious:"; 
  81.     }; 
  82.     OUTLETS = {findPanel = findPanel; }; 
  83.     SUPERCLASS = Object; 
  84. };
  85.