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

E13403-04

Uses of Interface
oracle.jdeveloper.cmt.CmtComponentSource

Packages that use CmtComponentSource
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. 
 

Uses of CmtComponentSource in oracle.jdeveloper.cmt
 

Methods in oracle.jdeveloper.cmt with parameters of type CmtComponentSource
 CmtSubcomponent CmtSubcomponent.copy(CmtComponentSource toFile, java.util.List subcomponentList, boolean toClipboard)
          copy this subcomponent into another file returns the copied subcomponent
 

Uses of CmtComponentSource in oracle.jdeveloper.uieditor
 

Methods in oracle.jdeveloper.uieditor that return CmtComponentSource
abstract  CmtComponentSource UIEditor.getComponentSource()
          Get the CmtComponentSource being designed.
 

Methods in oracle.jdeveloper.uieditor with parameters of type CmtComponentSource
 void ModelFactory.annotate(CmtComponentSource source, CmtComponents mgr)
          Called by the UIManager to parse the CmtComponentSource to produce any applicable CmtModel instances.
static void UIManager.annotate(CmtComponentSource model, CmtComponents mgr)
          Tokenize the given CmtComponentSource into CmtModel trees of CmtModelNode with one CmtModelNode for each member field or local variable within the GUI initialization area.
 


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

E13403-04

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