|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmtComponent | |
oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. |
Uses of CmtComponent in oracle.jdeveloper.cmt |
Subinterfaces of CmtComponent in oracle.jdeveloper.cmt | |
interface |
CmtComponentSource
The CmtComponentSource interface extends the CmtComponent interface and is intended to be used by the builder environment to differentiate between .java class files that have been constructed by the user via usage of the Designers as opposed to having been found somewhere on the classpath. |
Methods in oracle.jdeveloper.cmt that return CmtComponent | |
CmtComponent |
CmtFeature.getComponent()
|
CmtComponent |
CmtComponents.getComponent(JotClass clazz)
Get a component given a JotClass. |
CmtComponent |
CmtComponents.getComponent(java.net.URL url)
Get a component given a file URL |
CmtComponent |
CmtComponents.getComponent(JotFile file)
Get a component given a JotClass. |
protected abstract CmtComponent |
CmtComponentManager.createComponent(JotClass jClass)
|
protected abstract CmtComponent |
CmtComponentManager.createComponent(JotFile jFile)
|
CmtComponent |
CmtComponentManager.getComponent(JotClass clazz)
Get a component given a JotClass that represents a class (not an interface) |
CmtComponent |
CmtComponentManager.getComponent(java.net.URL url)
Get a component for reference given its file URL |
CmtComponent |
CmtComponentManager.getComponent(JotFile jFile)
Get a component given a JotFile that contains a class (not an interface) The actual worker function for above component getters |
CmtComponent |
CmtModel.getComponent()
|
CmtComponent |
CmtSubcomponent.getComponent()
|
CmtComponent |
CmtSubcomponent.getOuterComponent()
|
Methods in oracle.jdeveloper.cmt with parameters of type CmtComponent | |
void |
CmtComponents.release(CmtComponent component)
release all references to the component, & references that the component is holding |
void |
CmtComponentManager.release(CmtComponent component)
Release all references to the given CmtComponent |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.