home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / PDFView.1.41 / PDFView.app / German.lproj / PDFView.nib / data.classes next >
Encoding:
Text File  |  1996-04-25  |  2.1 KB  |  71 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     "closePDF:" = "closePDF:"; 
  4.     "enterSelection:" = "enterSelection:"; 
  5.     "find:" = "find:"; 
  6.     "findNext:" = "findNext:"; 
  7.     "findPrevious:" = "findPrevious:"; 
  8.     "fitHToWin:" = "fitHToWin:"; 
  9.     "fitToWin:" = "fitToWin:"; 
  10.     "fitVToWin:" = "fitVToWin:"; 
  11.     "gotoNextPageWithNotes:" = "gotoNextPageWithNotes:"; 
  12.     "jumpToSelection:" = "jumpToSelection:"; 
  13.     "nextPage:" = "nextPage:"; 
  14.     "openPDF:" = "openPDF:"; 
  15.     "origSize:" = "origSize:"; 
  16.     "previousPage:" = "previousPage:"; 
  17.     "printPDF:" = "printPDF:"; 
  18.     "savePageAsEPS:" = "savePageAsEPS:"; 
  19.     "saveTextAsRTF:" = "saveTextAsRTF:"; 
  20.     "showDocInfo:" = "showDocInfo:"; 
  21.     "showFontsInfo:" = "showFontsInfo:"; 
  22.     "showOutlines:" = "showOutlines:"; 
  23.     "showThumbs:" = "showThumbs:"; 
  24.     "toggleTextMode:" = "toggleTextMode:"; 
  25.     "zoomIn:" = "zoomIn:"; 
  26.     "zoomOut:" = "zoomOut:"; 
  27.     }; 
  28.     SUPERCLASS = Object; 
  29. };
  30. AppDelegate = {
  31.     ACTIONS = {
  32.     "appDidInit:" = "appDidInit:"; 
  33.     "appWillInit:" = "appWillInit:"; 
  34.     "appWillTerminate:" = "appWillTerminate:"; 
  35.     "cacheLimitChanged:" = "cacheLimitChanged:"; 
  36.     "closePDF:" = "closePDF:"; 
  37.     "ok:" = "ok:"; 
  38.     "openPDF:" = "openPDF:"; 
  39.     "runOVInfo:" = "runOVInfo:"; 
  40.     "runPDFViewHelp:" = "runPDFViewHelp:"; 
  41.     "showAllFonts:" = "showAllFonts:"; 
  42.     "showDocInfo:" = "showDocInfo:"; 
  43.     "showFontsInfo:" = "showFontsInfo:"; 
  44.     "uriServiceChanged:" = "uriServiceChanged:"; 
  45.     "zoomModifierKeyChanged:" = "zoomModifierKeyChanged:"; 
  46.     }; 
  47.     OUTLETS = {
  48.     authorText = authorText; 
  49.     cacheLimitText = cacheLimitText; 
  50.     creationDateText = creationDateText; 
  51.     creatorText = creatorText; 
  52.     docInfoPanel = docInfoPanel; 
  53.     findIgnoreCaseSwitch = findIgnoreCaseSwitch; 
  54.     findPanel = findPanel; 
  55.     findText = findText; 
  56.     fontsInfoPanel = fontsInfoPanel; 
  57.     fontsMatrix = fontsMatrix; 
  58.     infoPanel = infoPanel; 
  59.     keywordsText = keywordsText; 
  60.     modDateText = modDateText; 
  61.     preferencesPanel = preferencesPanel; 
  62.     producerText = producerText; 
  63.     subjectText = subjectText; 
  64.     titleText = titleText; 
  65.     uriServiceText = uriServiceText; 
  66.     versionText = versionText; 
  67.     zoomModifierKeyMatrix = zoomModifierKeyMatrix; 
  68.     }; 
  69.     SUPERCLASS = Object; 
  70. };
  71.