Skip navigation links

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

E13403-06


oracle.jdeveloper.uieditor
Class UIEditorHookHandler

java.lang.Object
  extended by javax.ide.extension.ElementVisitor
      extended by javax.ide.extension.ExtensionHook
          extended by oracle.jdeveloper.uieditor.UIEditorHookHandler


public class UIEditorHookHandler
extends ExtensionHook

Process the uieditor element which may be part of a JDeveloper extension manifest .


Field Summary
static java.lang.String UIEDITOR_NS
           

 

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
UIEditorHookHandler()
           

 

Method Summary
 void start(ElementStartContext context)
          Handle the start of an XML element.

 

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

 

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

 

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

 

Field Detail

UIEDITOR_NS

public static final java.lang.String UIEDITOR_NS
See Also:
Constant Field Values

Constructor Detail

UIEditorHookHandler

public UIEditorHookHandler()

Method Detail

start

public void start(ElementStartContext context)
Handle the start of an XML element.
Overrides:
start in class ElementVisitor
Parameters:
context - a context object.

Skip navigation links

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

E13403-06


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