|
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
public class SaveFilesResponse
Response returned by implementations of that indicates if there are any extra nodes to be saved before closing the ones selected by the user.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()
MultipleFileSaveListener added any extra nodes to be saved.true 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 | |||||||||