Extension SDK 9.0.5

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 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(java.lang.String name)
          Get all CmtModels which have the given name as their name.
 CmtModel[] CmtComponentSource.getModels()
          Get all CmtModels of this CmtComponent.
 CmtModel CmtModelNode.getCmtModel()
           
 

Methods in oracle.jdeveloper.cmt with parameters of type CmtModel
 void CmtFolder.setCmtModel(CmtModel model)
           
 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)
           
 

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 UIEditorCanvas.getModel()
          Get the current model being rendered.
 CmtModel AbstractCanvas.getModel()
          Get the current model being rendered.
 

Methods in oracle.jdeveloper.uieditor with parameters of type CmtModel
 void UIEditorCanvas.setModel(CmtModel model)
          Set the current model to render.
 void AbstractCanvas.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.
 


Extension SDK

 

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