home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / DocumentController.1Vsys / DocumentController.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  929 b   |  30 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. DocumentController = {
  3.     ACTIONS = {
  4.     "launch:" = "launch:"; 
  5.     "newDocument:" = "newDocument:"; 
  6.     "newDocumentWithMasterPage:" = "newDocumentWithMasterPage:"; 
  7.     "openDocument:" = "openDocument:"; 
  8.     "previewGotoPage:" = "previewGotoPage:"; 
  9.     "previewOptionsChanged:" = "previewOptionsChanged:"; 
  10.     }; 
  11.     OUTLETS = {
  12.     DocumentClass = DocumentClass; 
  13.     accPanel = accPanel; 
  14.     docInfoAccess = docInfoAccess; 
  15.     docInfoHeight = docInfoHeight; 
  16.     docInfoLastSaved = docInfoLastSaved; 
  17.     docInfoModified = docInfoModified; 
  18.     docInfoNumElements = docInfoNumElements; 
  19.     docInfoNumPages = docInfoNumPages; 
  20.     docInfoUser = docInfoUser; 
  21.     docInfoVersion = docInfoVersion; 
  22.     docInfoWidth = docInfoWidth; 
  23.     previewLoadText = previewLoadText; 
  24.     previewMatrix = previewMatrix; 
  25.     previewPage = previewPage; 
  26.     previewRadioMatrix = previewRadioMatrix; 
  27.     }; 
  28.     SUPERCLASS = Object; 
  29. };
  30.