Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Uses of Interface
oracle.jdeveloper.cmt.CmtModel

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.model
          Current 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 UIModel
          UIModel 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.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.