|
Generated by JDiff |
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | |||||||
| Removed Methods | |
JFileChooser createOpenChooser() |
|
JFileChooser createSaveChooser() |
|
Action getAction(String) |
Returns the action with the specified id. |
File getFile() |
|
JFileChooser getOpenChooser() |
Gets the open file chooser for the view. |
JFileChooser getSaveChooser() |
Gets the save file chooser for the view. |
void putAction(String, |
Puts an action with the specified id. |
void setFile(File) |
|
| Added Methods | |
URI getURI() |
|
void removeDisposable(Disposable) |
Removes a disposable object, which was previously added. |
void setURI(URI) |
|
| Changed Methods | ||
boolean canSaveTo(URI) |
Change in signature from File to URI. |
|
| Removed Fields | |
File file |
The view file. |
JFileChooser openChooser |
The file chooser used for opening the view. |
JFileChooser saveChooser |
The file chooser used for saving the view. |
| Added Fields | |
URI uri |
The URI of the view. |
|
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | ||||||||