home *** CD-ROM | disk | FTP | other *** search
- CompressPictureView = {ACTIONS = {}; OUTLETS = {picture = picture; }; SUPERCLASS = View; };
- CompressScrollView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = ScrollView; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Tool = {
- ACTIONS = {
- "changeFont:" = "changeFont:";
- "connectTo:" = "connectTo:";
- "copy:" = "copy:";
- "cut:" = "cut:";
- "linkTo:" = "linkTo:";
- "paste:" = "paste:";
- "windowDidBecomeKey:" = "windowDidBecomeKey:";
- "windowDidResignKey:" = "windowDidResignKey:";
- "xselectAll:" = "xselectAll:";
- };
- OUTLETS = {
- defaultElement = defaultElement;
- fixElement = fixElement;
- myElement = myElement;
- myPanel = myPanel;
- };
- SUPERCLASS = Object;
- };
- TMSImgCompressPreview = {
- ACTIONS = {
- "compressionChanged:" = "compressionChanged:";
- "faktorSliderChanged:" = "faktorSliderChanged:";
- "faktorTextChanged:" = "faktorTextChanged:";
- "revertValuesAction:" = "revertValuesAction:";
- "showWindowAction:" = "showWindowAction:";
- "takeValuesAction:" = "takeValuesAction:";
- "testCompressionAction:" = "testCompressionAction:";
- };
- OUTLETS = {
- compressBackground = compressBackground;
- compressKindRadio = compressKindRadio;
- compressView = compressView;
- faktorSlider = faktorSlider;
- faktorText = faktorText;
- jpegUnit = jpegUnit;
- lzwUnit = lzwUnit;
- noneUnit = noneUnit;
- oldCursor = oldCursor;
- packbitsUnit = packbitsUnit;
- previewWindow = previewWindow;
- revertButton = revertButton;
- scrollDocView = scrollDocView;
- scrollView = scrollView;
- showPreviewButton = showPreviewButton;
- takeValueButton = takeValueButton;
- testMatrix = testMatrix;
- };
- SUPERCLASS = Tool;
- };
-