|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.composite.CompositeFileElementRegistry
The registry class for composite file element proxies, which enable element instances to be associated with arbitrary URLs.
Method Summary | |
static void |
addCompositeListener(CompositeFileElementListener l)
Adds a listener to receive composite file element event notification. |
static void |
deregisterCompositeProxy(CompositeFileElementProxy compositeProxy)
Deregisters a proxy object for a composite file element type. |
static void |
fireCompositeStateChanged(java.lang.Class compositeElementClass)
Fires a state change event for the given composite element class. |
static void |
fireCompositeStateChanged(Element compositeElement)
Fires a state change event for the given composite element instance. |
static void |
fireCompositeStateChanged(Element[] compositeElements)
Fires a state change event for the given composite element instances. |
static Element[] |
getCachedCompositeElements(java.net.URL[] urls)
Gets the cached composite elements representing the given file URLs. |
static java.net.URL[] |
getCompositeFileURLs(Element compositeElement)
Gets the file URLs for the given composite element instance. |
static boolean |
isCompositeElement(Element element)
Asks whether the given element instance is a composite file element type. |
static void |
registerCompositeProxy(CompositeFileElementProxy compositeProxy)
Registers a proxy object for a composite file element type. |
static void |
removeCompositeListener(CompositeFileElementListener l)
Removes a listener to receive composite file element event notification. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final void registerCompositeProxy(CompositeFileElementProxy compositeProxy)
compositeProxy
- the proxy object.public static final void deregisterCompositeProxy(CompositeFileElementProxy compositeProxy)
compositeProxy
- the proxy object.public static final void fireCompositeStateChanged(Element compositeElement)
compositeElement
- the composite element instance.public static final void fireCompositeStateChanged(java.lang.Class compositeElementClass)
compositeElementClass
- the composite element class.public static final void fireCompositeStateChanged(Element[] compositeElements)
compositeElements
- the composite element instances.public static final void addCompositeListener(CompositeFileElementListener l)
l
- the listener.public static final void removeCompositeListener(CompositeFileElementListener l)
l
- the listener.public static final boolean isCompositeElement(Element element)
element
- the element instance.
public static final java.net.URL[] getCompositeFileURLs(Element compositeElement)
compositeElement
- the composite element instance.
public static final Element[] getCachedCompositeElements(java.net.URL[] urls)
urls
- the file URLs.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.