home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / FastView.app / English.lproj / FastView.nib / data.classes next >
Encoding:
Text File  |  1995-07-20  |  2.4 KB  |  91 lines

  1. FastManager = {
  2.     ACTIONS = {
  3.     "centerBG:" = "centerBG:"; 
  4.     "clearList:" = "clearList:"; 
  5.     "clearSelected:" = "clearSelected:"; 
  6.     "fullSize:" = "fullSize:"; 
  7.     "nextSlide:" = "nextSlide:"; 
  8.     "noneBG:" = "noneBG:"; 
  9.     "openSender:" = "openSender:"; 
  10.     "orderFrontCatalogWindow:" = "orderFrontCatalogWindow:"; 
  11.     "orderFrontCommentWindow:" = "orderFrontCommentWindow:"; 
  12.     "saveSlides:" = "saveSlides:"; 
  13.     "scaleBG:" = "scaleBG:"; 
  14.     "showList:" = "showList:"; 
  15.     "shuffle:" = "shuffle:"; 
  16.     "tileBG:" = "tileBG:"; 
  17.     }; 
  18.     OUTLETS = {
  19.     browserList = browserList; 
  20.     commentText = commentText; 
  21.     commentWindow = commentWindow; 
  22.     currentBrowser = currentBrowser; 
  23.     currentSlideCell = currentSlideCell; 
  24.     fileNameText = fileNameText; 
  25.     slideListMatrix = slideListMatrix; 
  26.     slideListWindow = slideListWindow; 
  27.     }; 
  28.     SUPERCLASS = DocManager; 
  29. };
  30. Document = {
  31.     ACTIONS = {
  32.     "orderFront:" = "orderFront:"; 
  33.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  34.     "windowWillClose:" = "windowWillClose:"; 
  35.     }; 
  36.     OUTLETS = {manager = manager; window = window; }; 
  37.     SUPERCLASS = Object; 
  38. };
  39. NiftyMatrix = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Matrix; };
  40. Preferences = {
  41.     ACTIONS = {
  42.     "appDidInit:" = "appDidInit:"; 
  43.     "appWillTerminate:" = "appWillTerminate:"; 
  44.     "orderFrontPrefs:" = "orderFrontPrefs:"; 
  45.     "setPref:" = "setPref:"; 
  46.     }; 
  47.     OUTLETS = {nothing = nothing; window = window; }; 
  48.     SUPERCLASS = Object; 
  49. };
  50. AppPref = {
  51.     ACTIONS = {}; 
  52.     OUTLETS = {
  53.     cropCheck = cropCheck; 
  54.     cropText = cropText; 
  55.     grayCheck = grayCheck; 
  56.     maxHText = maxHText; 
  57.     maxWText = maxWText; 
  58.     newDocumentCheck = newDocumentCheck; 
  59.     pressCheck = pressCheck; 
  60.     sizetoCheck = sizetoCheck; 
  61.     speedMatrix = speedMatrix; 
  62.     }; 
  63.     SUPERCLASS = Preferences; 
  64. };
  65. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  66. DocManager = {
  67.     ACTIONS = {
  68.     "appDidInit:" = "appDidInit:"; 
  69.     "appWillTerminate:" = "appWillTerminate:"; 
  70.     "docWillClose:" = "docWillClose:"; 
  71.     "open:" = "open:"; 
  72.     "orderFrontInfo:" = "orderFrontInfo:"; 
  73.     "orderFrontPrefs:" = "orderFrontPrefs:"; 
  74.     "save:" = "save:"; 
  75.     "saveAs:" = "saveAs:"; 
  76.     "setCurrentDoc:" = "setCurrentDoc:"; 
  77.     }; 
  78.     OUTLETS = {
  79.     currentDoc = currentDoc; 
  80.     docList = docList; 
  81.     info = info; 
  82.     openPanel = openPanel; 
  83.     prefs = prefs; 
  84.     saveAsButton = saveAsButton; 
  85.     saveButton = saveButton; 
  86.     savePanel = savePanel; 
  87.     }; 
  88.     SUPERCLASS = Object; 
  89. };
  90. FastDoc = {SUPERCLASS = Document; };
  91.