Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.config
Class SettingsUICustomizationsHook

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.config.SettingsUICustomizationsHook

public final class SettingsUICustomizationsHook
extends HashStructureHook


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.ide.extension.ExtensionHook
ExtensionHook.URIResource
 
Nested classes/interfaces inherited from class javax.ide.extension.ElementVisitor
ElementVisitor.ResourceBundleProvider
 
Field Summary
static ElementName ELEMENT
           
 
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
SettingsUICustomizationsHook()
           
 
Method Summary
 void end(ElementEndContext context)
          Visit the end tag of an xml element.
 SettingsCustomizations getSettingsCustomizations()
           
 void start(ElementStartContext context)
          Visit the start tag of an xml element.
 
Methods inherited from class oracle.ide.extension.HashStructureHook
addHashStructureHookListener, dispose, getExtensionId, getHashStructure, getOrderedElements, getText, removeHashStructureHookListener
 
Methods inherited from class javax.ide.extension.ExtensionHook
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocation
 
Methods inherited from class javax.ide.extension.ElementVisitor
getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT

public static final ElementName ELEMENT
Constructor Detail

SettingsUICustomizationsHook

public SettingsUICustomizationsHook()
Method Detail

start

public void start(ElementStartContext context)
Description copied from class: ElementVisitor
Visit the start tag of an xml element.

This implementation does nothing.

Overrides:
start in class HashStructureHook
Parameters:
context - information about the xml start tag.

end

public void end(ElementEndContext context)
Description copied from class: ElementVisitor
Visit the end tag of an xml element.

This implementation does nothing.

Overrides:
end in class HashStructureHook
Parameters:
context - information about the xml end tag.

getSettingsCustomizations

public SettingsCustomizations getSettingsCustomizations()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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