home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / PDFView.app / English.lproj / PDFDocView.nib / data.classes next >
Encoding:
Text File  |  1996-11-05  |  1.2 KB  |  42 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. PDFDocView = {
  3.     ACTIONS = {
  4.     "backwardInHistory:" = "backwardInHistory:"; 
  5.     "changeZoom:" = "changeZoom:"; 
  6.     "fitHToWin:" = "fitHToWin:"; 
  7.     "fitToWin:" = "fitToWin:"; 
  8.     "fitVToWin:" = "fitVToWin:"; 
  9.     "forwardInHistory:" = "forwardInHistory:"; 
  10.     "newPageNum:" = "newPageNum:"; 
  11.     "nextPage:" = "nextPage:"; 
  12.     "origSize:" = "origSize:"; 
  13.     "outlineSelected:" = "outlineSelected:"; 
  14.     "previousPage:" = "previousPage:"; 
  15.     "printPDF:" = "printPDF:"; 
  16.     "savePDF:" = "savePDF:"; 
  17.     "savePDFAs:" = "savePDFAs:"; 
  18.     "setMouse:" = "setMouse:"; 
  19.     "showOutlines:" = "showOutlines:"; 
  20.     "showThumbs:" = "showThumbs:"; 
  21.     "thumbSelected:" = "thumbSelected:"; 
  22.     "zoomIn:" = "zoomIn:"; 
  23.     "zoomOut:" = "zoomOut:"; 
  24.     }; 
  25.     OUTLETS = {
  26.     historyMatrix = historyMatrix; 
  27.     mouseMatrix = mouseMatrix; 
  28.     outlinesBrowser = outlinesBrowser; 
  29.     pageCountText = pageCountText; 
  30.     pageDecIncMatrix = pageDecIncMatrix; 
  31.     pageMenuBox = pageMenuBox; 
  32.     pageNumText = pageNumText; 
  33.     pageZoomText = pageZoomText; 
  34.     scrollView = scrollView; 
  35.     textSelectionView = textSelectionView; 
  36.     thumbsMatrix = thumbsMatrix; 
  37.     thumbsScrollView = thumbsScrollView; 
  38.     }; 
  39.     SUPERCLASS = View; 
  40. };
  41. PDFScrollView = {SUPERCLASS = ScrollView; };
  42.