home *** CD-ROM | disk | FTP | other *** search
- ProgressIndicator = {
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- TextFile = {
- SUPERCLASS = File;
- };
- ConvertController = {
- ACTIONS = {
- appDidInit:;
- appWillInit:;
- UserDecided:;
- appWillTerminate:;
- PrepareForConversion:;
- displayPreferences:;
- };
- OUTLETS = {
- listener;
- SourceFileName;
- pasteCommand;
- windowsCommands;
- cutCommand;
- servicesCommands;
- ProgressWindow;
- DestPath;
- decisionText;
- checkSpellingCommand;
- SourceTitle;
- editCommands;
- infoCommands;
- DestFileName;
- SourcePathTitle;
- StatusTitle;
- prefPanel;
- DestTitle;
- quitCommand;
- ProgressMeter;
- hideCommand;
- Status;
- DestPathTitle;
- SourcePath;
- decisionWindow;
- converterInst;
- spellingCommand;
- };
- SUPERCLASS = ResultObject;
- };
- File = {
- SUPERCLASS = ResultObject;
- };
- macpaintController = {
- ACTIONS = {
- ChangePacking:;
- displayPreferences:;
- };
- OUTLETS = {
- PackingButton;
- ConvertCommand;
- };
- SUPERCLASS = ConvertController;
- };
- ConvertDelegate = {
- OUTLETS = {
- level2button;
- unpackbutton;
- theOverseer;
- packbutton;
- level1button;
- };
- SUPERCLASS = Object;
- };
- Reply = {
- SUPERCLASS = ErrorInfo;
- };
- AbstractConverter = {
- ACTIONS = {
- ReportTo:;
- };
- OUTLETS = {
- myManager;
- };
- SUPERCLASS = ResultObject;
- };
- macpaintConverter = {
- SUPERCLASS = AbstractConverter;
- };
- ResultObject = {
- SUPERCLASS = Object;
- };
- ErrorInfo = {
- SUPERCLASS = Object;
- };
- PSFile = {
- SUPERCLASS = TextFile;
- };
-