| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CmtModel | |
|---|---|
| oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. | 
| oracle.jdeveloper.uieditor | Contains classes that allow addins access to the UIEditor integration objects. | 
| oracle.jdeveloper.uieditor.uicanvas | Contains classes that allow addins access to the UICanvas integration objects. | 
| Uses of CmtModel in oracle.jdeveloper.cmt | 
|---|
| Methods in oracle.jdeveloper.cmt that return CmtModel | |
|---|---|
 CmtModel | 
CmtModelNode.getCmtModel()Get the CmtModel to which this object belongs.  | 
 CmtModel | 
CmtFolder.getCmtModel() | 
 CmtModel | 
CmtComponentSource.getModel(java.lang.String name, CmtSubcomponent subcomponent)Get the CmtModel which has the given name and contains the given CmtSubcomponent.  | 
 CmtModel[] | 
CmtComponentSource.getModels()Get all CmtModels of this CmtComponent.  | 
 CmtModel[] | 
CmtComponentSource.getModels(java.lang.String name)Get all CmtModels which have the given name as their name.  | 
| Methods in oracle.jdeveloper.cmt with parameters of type CmtModel | |
|---|---|
 void | 
CmtComponentSource.addModel(CmtModel model, CmtModel aheadOf)Add a CmtModel to this CmtComponent.  | 
 void | 
CmtComponentSource.removeModel(CmtModel model)Remove a CmtModel from this CmtComponent.  | 
 void | 
CmtModelNode.setCmtModel(CmtModel model)Set the owning CmtModel  | 
 void | 
CmtFolder.setCmtModel(CmtModel model) | 
| Constructors in oracle.jdeveloper.cmt with parameters of type CmtModel | |
|---|---|
CmtFolder(CmtModel model) | 
|
| Uses of CmtModel in oracle.jdeveloper.uieditor | 
|---|
| Fields in oracle.jdeveloper.uieditor declared as CmtModel | |
|---|---|
protected  CmtModel | 
AbstractCanvas.modelCurrent model being rendered by this canvas.  | 
| Methods in oracle.jdeveloper.uieditor that return CmtModel | |
|---|---|
 CmtModel | 
AbstractCanvas.getModel()Get the current model being rendered.  | 
abstract  CmtModel | 
UIEditorCanvas.getModel()Get the current model being rendered.  | 
| Methods in oracle.jdeveloper.uieditor with parameters of type CmtModel | |
|---|---|
 void | 
AbstractCanvas.setModel(CmtModel model)Set the current model to render.  | 
abstract  void | 
UIEditorCanvas.setModel(CmtModel model)Set the current model to render.  | 
| Uses of CmtModel in oracle.jdeveloper.uieditor.uicanvas | 
|---|
| Subinterfaces of CmtModel in oracle.jdeveloper.uieditor.uicanvas | |
|---|---|
 interface | 
UIModelUIModel is simply a marker interface extending CmtModel for the purpose of fetching from the UIManager the ModelFactory implementation that is responsible for producing the UICanvas implementation.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||