|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ElementRecognizer
interface provides the API for recognizing
data types from specific object identifiers.
Data model frameworks can register their own recognizer with the
ElementFactory
.
ElementFactory
Method Summary | |
Element |
create(java.net.URL url,
Project project)
Creates an instance of the design-time node associated with the specified url . |
Methods inherited from interface oracle.ide.model.Recognizer |
canConvert, create, recognize, validate |
Method Detail |
public Element create(java.net.URL url, Project project) throws java.lang.IllegalAccessException, java.lang.InstantiationException
url
. This method is called by the
ElementFactory
. This method must return a Element
instance. The type
parameter specifies the
Class
of the data object.
url
- unique URL
identifying the document.
Element
.
java.lang.IllegalAccessException
java.lang.InstantiationException
|
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.