| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ide.extension.ElementVisitor
javax.ide.extension.ExtensionHook
oracle.ide.extension.HashStructureHook
oracle.ide.editor.FileSaveHook
public class FileSaveHook
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  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 | 
|---|
public FileSaveHook()
| Method Detail | 
|---|
public static FileSaveHook getHook()
HashStructureHook containing the "file-save-hook" 
 declarations encountered in the extension manifests loaded by the 
 ExtensionRegistry.
public java.util.List<FileSaveListener> fileSaveListeners()
FileSaveListener registered in 
 this hook.
FileSaveListener registered in this hook.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||