| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.ide.editor.SaveFilesResponse
oracle.ide.editor.SaveFilesResponse
public class SaveFilesResponse
Response returned by implementations of FileSaveListener
| Constructor Summary | |
|---|---|
| SaveFilesResponse()Creates a new unhandled response, without any nodes to save. | |
| SaveFilesResponse(FilesToSaveGroup nodesToSave)Creates a new response. | |
| Method Summary | |
|---|---|
|  boolean | isHandled()Indicates whether any added any extra nodes to be saved. | 
|  FilesToSaveGroup | nodesToSave() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SaveFilesResponse()
public SaveFilesResponse(FilesToSaveGroup nodesToSave)
nodesToSave - the nodes to save, if any (can be null.)| Method Detail | 
|---|
public boolean isHandled()
MultipleFileSaveListenertrue if there are extra nodes to be saved, false otherwise.public FilesToSaveGroup nodesToSave()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||