|
Generated by JDiff |
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | |||||||
| Removed Methods | |
Action getAction(String) |
Returns the action with the specified id. |
File getFile() |
Returns the file which holds the document of the view. |
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) |
Sets the file of the view. |
| Added Methods | |
ActionMap getActionMap() |
Gets the action map of the view. |
URI getURI() |
Returns the uri which holds the document of the view. |
void removeDisposable(Disposable) |
Removes a disposable object, which was previously added. |
void setActionMap(ActionMap) |
Sets the action map for the view. |
void setURI(URI) |
Sets the uri of the view. |
| Changed Methods | ||
boolean canSaveTo(URI) |
Change in signature from File to URI. |
Returns true, if this view can be saved to the specified URI. |
void read(URI, |
Change in signature from File to (URI, URIChooser). |
Reads the view from the specified URI. |
void write(URI, |
Change in signature from File to (URI, URIChooser). |
Writes the view to the specified URI. |
| Removed Fields | |
String FILE_PROPERTY |
The name of the file property. |
| Added Fields | |
String URI_PROPERTY |
The name of the uri property. |
|
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | ||||||||