Skip navigation links

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

E52944-01


oracle.ide.editor
Class FileSaveHook

java.lang.Object
  extended by javax.ide.extension.ElementVisitor
      extended by javax.ide.extension.ExtensionHook
          extended by oracle.ide.extension.HashStructureHook
              extended by oracle.ide.editor.FileSaveHook


public class FileSaveHook
extends HashStructureHook

Hook that registers the listeners to be notified when a multiple files may need to be saved.


Field Summary

 

Fields inherited from class javax.ide.extension.ExtensionHook
KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNS

 

Fields inherited from class javax.ide.extension.ElementVisitor
KEY_LOCATOR

 

Constructor Summary
FileSaveHook()
           

 

Method Summary
 java.util.List<FileSaveListener> fileSaveListeners()
          Returns the list of FileSaveListener registered in this hook.
static FileSaveHook getHook()
          Gets a HashStructureHook containing the "file-save-hook" declarations encountered in the extension manifests loaded by the ExtensionRegistry.

 

Methods inherited from class oracle.ide.extension.HashStructureHook
dispose, end, getExtensionId, getHashStructure, getOrderedElements, getText, start

 

Methods inherited from class javax.ide.extension.ExtensionHook
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocation

 

Methods inherited from class javax.ide.extension.ElementVisitor
getClassLoader, getResourceBundle, log

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FileSaveHook

public FileSaveHook()

Method Detail

getHook

public static FileSaveHook getHook()
Gets a HashStructureHook containing the "file-save-hook" declarations encountered in the extension manifests loaded by the ExtensionRegistry.
Returns:
the "file-save-listeners-hook" declarations encountered in the extension manifests.

fileSaveListeners

public java.util.List<FileSaveListener> fileSaveListeners()
Returns the list of FileSaveListener registered in this hook.
Returns:
the list of FileSaveListener registered in this hook.

Skip navigation links

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

E52944-01


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