#import <AppDelegate.h>
Public Member Functions | |
| (IBAction) | - importTextFile: |
| Imports from a text file. | |
Protected Attributes | |
| IBOutlet NSTextView * | textField |
| IBOutlet NSWindow * | inputWindow |
| IBOutlet NSWindow * | searchWindow |
| IBOutlet WordCloudView * | wordCloudView |
| IBOutlet WordTreeView * | wordTreeView |
The delegate used for starting the parsing process.
| - (IBAction) importTextFile: | (id) | sender |
Imports from a text file.
Displays an open file dialog and lets the user choose a text file. Writes its content to textfield. Calls displayWordCloud:
- (IBOutlet NSWindow*) inputWindow [protected] |
- (IBOutlet NSWindow*) searchWindow [protected] |
- (IBOutlet NSTextView*) textField [protected] |
- (IBOutlet WordCloudView*) wordCloudView [protected] |
- (IBOutlet WordTreeView*) wordTreeView [protected] |
1.5.9