| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.model.ElementRecognizer
      
oracle.jdeveloper.cmt.CmtElementRecognizer
public final class CmtElementRecognizer
The CmtElementRecognizer interface provides the API for recognizing Cmt data types from specific urls.
ElementFactory| Constructor Summary | |
|---|---|
CmtElementRecognizer() | 
|
| Method Summary | |
|---|---|
 Element | 
create(java.net.URL url, Project project)Creates an instance of the design-time node associated with the specified url. | 
 java.lang.Class | 
recognize(java.net.URL url)Gets the Class of the CmtModelNode associated with the specified URL or null. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CmtElementRecognizer()
| Method Detail | 
|---|
public java.lang.Class recognize(java.net.URL url)
Class of the CmtModelNode associated with the specified URL or null.recognize in class ElementRecognizerurl - unique URL identifying the node.Class.
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 project parameter specifies the Project for use when creating the object.create in class ElementRecognizerurl - unique URL identifying the document.project - the reference project Class.Element.java.lang.IllegalAccessExceptionjava.lang.InstantiationException
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||