Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.ide.editor
Class SaveFilesResponse

java.lang.Object
  extended by oracle.ide.editor.SaveFilesResponse

public class SaveFilesResponse
extends java.lang.Object

Response returned by implementations of FileSaveListener that indicates if there are any extra nodes to be saved before closing the ones selected by the user.


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 MultipleFileSaveListener 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

SaveFilesResponse

public SaveFilesResponse()
Creates a new unhandled response, without any nodes to save.


SaveFilesResponse

public SaveFilesResponse(FilesToSaveGroup nodesToSave)
Creates a new response.

Parameters:
nodesToSave - the nodes to save, if any (can be null.)
Method Detail

isHandled

public boolean isHandled()
Indicates whether any MultipleFileSaveListener added any extra nodes to be saved.

Returns:
true if there are extra nodes to be saved, false otherwise.

nodesToSave

public FilesToSaveGroup nodesToSave()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.