|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
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.jdeveloper.jsp.libraries.JspLibrariesHandler
public class JspLibrariesHandler
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 | |
---|---|
JspLibrariesHandler()
|
Method Summary | |
---|---|
void |
addinsLoaded(IdeEvent e)
Called in the Ide startup sequence after all the addins are loaded. |
void |
end(ElementEndContext context)
Visit the end tag of an xml element. |
void |
mainWindowClosing(IdeEvent e)
Called in the Ide shutdown sequence just before the UI is dismissed |
void |
mainWindowOpened(IdeEvent e)
Called in the Ide startup sequence after the UI is shown. |
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 |
---|
getClassLoader, getResourceBundle, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspLibrariesHandler()
Method Detail |
---|
public void start(ElementStartContext context)
start
in class ElementVisitor
context
- a context object.public void end(ElementEndContext context)
ElementVisitor
This implementation does nothing.
end
in class ElementVisitor
context
- information about the xml end tag.public void addinsLoaded(IdeEvent e)
addinsLoaded
in interface IdeListener
e
- the eventpublic void mainWindowOpened(IdeEvent e)
mainWindowOpened
in interface IdeListener
e
- the eventpublic void mainWindowClosing(IdeEvent e)
mainWindowClosing
in interface IdeListener
e
- the event
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |