|
Generated by JDiff |
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | |||||||
| Removed Methods | |
void addRecentFile(File) |
Appends a file to the list of recent files. |
void clearRecentFiles() |
Clears the list of recent files. |
List<File> recentFiles() |
Returns the recently opened files. |
| Added Methods | |
void addRecentURI(URI) |
Appends a URI to the list of recent URIs. |
void clearRecentURIs() |
Clears the list of recent URIs. |
JMenu createEditMenu(View) |
Creates an edit menu for the specified view. |
JMenu createFileMenu(View) |
Creates a file menu for the specified view. |
JMenu createHelpMenu(View) |
Creates a help menu for the specified view. |
JMenu createViewMenu(View) |
Creates a view menu for the specified view. |
JMenu createWindowMenu(View) |
Creates a window menu for the specified view. |
void destroy() |
Destroys the application and calls System.exit(0). |
ActionMap getActionMap(View) |
Gets the action map. |
URIChooser getExportChooser(View) |
Gets the export chooser. |
URIChooser getImportChooser(View) |
Gets the import chooser. |
URIChooser getOpenChooser(View) |
Gets the open chooser. |
List<URI> getRecentURIs() |
Returns the recently opened URIs. |
URIChooser getSaveChooser(View) |
Gets the save chooser. |
| Added Fields | |
String RECENT_URIS_PROPERTY |
The property name of the recentURIs property. |
|
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | ||||||||