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

  1. ImageWindow = {OUTLETS = {imageView = imageView; }; SUPERCLASS = Window; };
  2. ImageController = {
  3.     ACTIONS = {
  4.     "appDidInit:" = "appDidInit:"; 
  5.     "appWillInit:" = "appWillInit:"; 
  6.     "changeDepth:" = "changeDepth:"; 
  7.     "changeScale:" = "changeScale:"; 
  8.     "changeSize:" = "changeSize:"; 
  9.     "makeScrollable:" = "makeScrollable:"; 
  10.     "makeShrinkWrapped:" = "makeShrinkWrapped:"; 
  11.     "performInvert:" = "performInvert:"; 
  12.     "performOpen:" = "performOpen:"; 
  13.     "performPrint:" = "performPrint:"; 
  14.     "performSave:" = "performSave:"; 
  15.     "performSaveAs:" = "performSaveAs:"; 
  16.     "redisplayInfoTitle:" = "redisplayInfoTitle:"; 
  17.     "setSaveType:" = "setSaveType:"; 
  18.     "showInspector:" = "showInspector:"; 
  19.     "updateDefaultView:" = "updateDefaultView:"; 
  20.     "updateGamma:" = "updateGamma:"; 
  21.     "updateMaxInitialSize:" = "updateMaxInitialSize:"; 
  22.     "updateNextTiffCompatibility:" = "updateNextTiffCompatibility:"; 
  23.     "updatePrintInGray:" = "updatePrintInGray:"; 
  24.     "updateTIFFCompression:" = "updateTIFFCompression:"; 
  25.     }; 
  26.     OUTLETS = {
  27.     imageListener = imageListener; 
  28.     infoTitle = infoTitle; 
  29.     inspBox = inspBox; 
  30.     inspDepthField = inspDepthField; 
  31.     inspHeightField = inspHeightField; 
  32.     inspScale = inspScale; 
  33.     inspScroll = inspScroll; 
  34.     inspWidthField = inspWidthField; 
  35.     inspector = inspector; 
  36.     popUpButton = popUpButton; 
  37.     prefCompButton = prefCompButton; 
  38.     prefGammaField = prefGammaField; 
  39.     prefGammaGIFSwitch = prefGammaGIFSwitch; 
  40.     prefGrayButton = prefGrayButton; 
  41.     prefMaxHeightField = prefMaxHeightField; 
  42.     prefMaxWidthField = prefMaxWidthField; 
  43.     prefTiffButton = prefTiffButton; 
  44.     prefViewButton = prefViewButton; 
  45.     prefWindow = prefWindow; 
  46.     printGrayButton = printGrayButton; 
  47.     printPanelAccessory = printPanelAccessory; 
  48.     savePanelAccessory = savePanelAccessory; 
  49.     versField = versField; 
  50.     }; 
  51.     SUPERCLASS = Object; 
  52. };
  53. ImageView = {SUPERCLASS = View; };
  54. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  55.