Extension SDK 9.0.5

Uses of Class
oracle.ide.ExtensionTagException

Packages that use ExtensionTagException
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery. 
oracle.jdeveloper.jsp.libraries   
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
 

Uses of ExtensionTagException in oracle.ide
 

Methods in oracle.ide that throw ExtensionTagException
 boolean ExtensionTagHandler.load(org.w3c.dom.Element elm, java.net.URL url, boolean quiet)
          Called by the Extension (Addin) Manager when the registered xml tag is read.
 boolean ExtensionTagHandler.unload(org.w3c.dom.Element elm, java.net.URL url, boolean quiet)
          Called by the Extension (Addin) Manager when the extension which "owns" the xml tag is deinitialized
 

Uses of ExtensionTagException in oracle.ide.gallery
 

Methods in oracle.ide.gallery that throw ExtensionTagException
 boolean GalleryTagHandler.load(org.w3c.dom.Element gElm, java.net.URL url, boolean quiet)
           
 boolean GalleryTagHandler.unload(org.w3c.dom.Element gElm, java.net.URL url, boolean quiet)
           
 

Uses of ExtensionTagException in oracle.jdeveloper.jsp.libraries
 

Methods in oracle.jdeveloper.jsp.libraries that throw ExtensionTagException
 boolean JspLibraryTagHandler.load(org.w3c.dom.Element elm, java.net.URL url, boolean quiet)
          Called by the Extension (Addin) Manager when the registered xml tag is read.
 boolean JspLibraryTagHandler.unload(org.w3c.dom.Element elm, java.net.URL url, boolean quiet)
          Called by the Extension (Addin) Manager when the extension which "owns" the xml tag is deinitialized
 

Uses of ExtensionTagException in oracle.jdeveloper.library
 

Methods in oracle.jdeveloper.library that throw ExtensionTagException
 boolean LibraryTagHandler.load(org.w3c.dom.Element elm, java.net.URL url, boolean quiet)
          Called by the Extension (Addin) Manager when the registered xml tag is read.
 boolean LibraryTagHandler.unload(org.w3c.dom.Element elm, java.net.URL url, boolean quiet)
          Called by the Extension (Addin) Manager when the extension which "owns" the xml tag is deinitialized
 


Extension SDK

 

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