home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / TMSImgCompressPreview.1Vmod / TMSImgCompressPreview.nib / data.classes < prev    next >
Encoding:
Text File  |  1996-11-12  |  1.6 KB  |  55 lines

  1. CompressPictureView = {ACTIONS = {}; OUTLETS = {picture = picture; }; SUPERCLASS = View; };
  2. CompressScrollView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = ScrollView; };
  3. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  4. Tool = {
  5.     ACTIONS = {
  6.     "changeFont:" = "changeFont:"; 
  7.     "connectTo:" = "connectTo:"; 
  8.     "copy:" = "copy:"; 
  9.     "cut:" = "cut:"; 
  10.     "linkTo:" = "linkTo:"; 
  11.     "paste:" = "paste:"; 
  12.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  13.     "windowDidResignKey:" = "windowDidResignKey:"; 
  14.     "xselectAll:" = "xselectAll:"; 
  15.     }; 
  16.     OUTLETS = {
  17.     defaultElement = defaultElement; 
  18.     fixElement = fixElement; 
  19.     myElement = myElement; 
  20.     myPanel = myPanel; 
  21.     }; 
  22.     SUPERCLASS = Object; 
  23. };
  24. TMSImgCompressPreview = {
  25.     ACTIONS = {
  26.     "compressionChanged:" = "compressionChanged:"; 
  27.     "faktorSliderChanged:" = "faktorSliderChanged:"; 
  28.     "faktorTextChanged:" = "faktorTextChanged:"; 
  29.     "revertValuesAction:" = "revertValuesAction:"; 
  30.     "showWindowAction:" = "showWindowAction:"; 
  31.     "takeValuesAction:" = "takeValuesAction:"; 
  32.     "testCompressionAction:" = "testCompressionAction:"; 
  33.     }; 
  34.     OUTLETS = {
  35.     compressBackground = compressBackground; 
  36.     compressKindRadio = compressKindRadio; 
  37.     compressView = compressView; 
  38.     faktorSlider = faktorSlider; 
  39.     faktorText = faktorText; 
  40.     jpegUnit = jpegUnit; 
  41.     lzwUnit = lzwUnit; 
  42.     noneUnit = noneUnit; 
  43.     oldCursor = oldCursor; 
  44.     packbitsUnit = packbitsUnit; 
  45.     previewWindow = previewWindow; 
  46.     revertButton = revertButton; 
  47.     scrollDocView = scrollDocView; 
  48.     scrollView = scrollView; 
  49.     showPreviewButton = showPreviewButton; 
  50.     takeValueButton = takeValueButton; 
  51.     testMatrix = testMatrix; 
  52.     }; 
  53.     SUPERCLASS = Tool; 
  54. };
  55.