home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / FastView.app / Info.nib / data.classes next >
Encoding:
Text File  |  1995-07-20  |  828 b   |  31 lines

  1. DocManager = {
  2.     ACTIONS = {
  3.     "appDidInit:" = "appDidInit:"; 
  4.     "appWillTerminate:" = "appWillTerminate:"; 
  5.     "docWillClose:" = "docWillClose:"; 
  6.     "open:" = "open:"; 
  7.     "orderFrontInfo:" = "orderFrontInfo:"; 
  8.     "orderFrontPrefs:" = "orderFrontPrefs:"; 
  9.     "save:" = "save:"; 
  10.     "saveAs:" = "saveAs:"; 
  11.     "setCurrentDoc:" = "setCurrentDoc:"; 
  12.     }; 
  13.     OUTLETS = {
  14.     currentDoc = currentDoc; 
  15.     docList = docList; 
  16.     info = info; 
  17.     openPanel = openPanel; 
  18.     prefs = prefs; 
  19.     saveAsButton = saveAsButton; 
  20.     saveButton = saveButton; 
  21.     savePanel = savePanel; 
  22.     }; 
  23.     SUPERCLASS = Object; 
  24. };
  25. FastManager = {
  26.     ACTIONS = {"fullSize:" = "fullSize:"; "okClicked:" = "okClicked:"; }; 
  27.     OUTLETS = {movePanel = movePanel; moveText = moveText; }; 
  28.     SUPERCLASS = DocManager; 
  29. };
  30. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  31.