| Package | Description | 
|---|---|
| oracle.jdeveloper.cmt | 
 The Component Model Tool, an API for manipulating Java source code. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CmtSubcomponent | 
CmtComponentSource.addSubcomponent(java.lang.String type,
               java.lang.String name,
               java.lang.String init,
               int scope)
This method is used for createing and adding a CmtSubcomponent to this
 CmtComponent. 
 | 
CmtSubcomponent | 
CmtSubcomponent.copy(CmtComponentSource toFile,
    java.util.List subcomponentList,
    boolean toClipboard)
copy this subcomponent into another file
  returns the copied subcomponent 
 | 
CmtSubcomponent | 
CmtModelNode.getLayout()
Get the CmtSubcomponent representing the LayoutManger controlling the
 Component represented by this object if in fact this object represents a
 Component. 
 | 
CmtSubcomponent | 
CmtFolder.getLayout()  | 
CmtSubcomponent | 
CmtValue.getSubcomponent()
Get the CmtSubcomponent, if any, referred to by this CmtValue. 
 | 
CmtSubcomponent | 
CmtPropertyState.getSubcomponent()  | 
CmtSubcomponent | 
CmtPropertySetting.getSubcomponent()  | 
CmtSubcomponent | 
CmtModelNode.getSubcomponent()
Get the CmtSubcomponent for the Component represented by this object. 
 | 
CmtSubcomponent | 
CmtMethodCall.getSubcomponent()  | 
CmtSubcomponent | 
CmtFolder.getSubcomponent()  | 
CmtSubcomponent | 
CmtComponent.getSubcomponent(java.lang.String name)  | 
CmtSubcomponent[] | 
CmtComponent.getSubcomponents()  | 
| Modifier and Type | Method and Description | 
|---|---|
CmtModelNode | 
CmtModel.add(CmtModelNode parent,
   CmtSubcomponent subcomponent)  | 
CmtValue | 
CmtMethodCall.addArgument(CmtValue marker,
           boolean before,
           CmtSubcomponent value)  | 
CmtMethodCall | 
CmtMethodSource.addMethodCall(CmtMethodCall marker,
             boolean before,
             boolean subcomponentRelative,
             CmtSubcomponent subcomponent,
             java.lang.String methodName)  | 
CmtMethodCall | 
CmtMethodSource.addMethodCall(CmtSubcomponent subcomponent,
             java.lang.String methodName)  | 
CmtPropertySetting | 
CmtMethodSource.addPropertySetting(CmtSubcomponent instance,
                  CmtProperty property,
                  java.lang.String valueText)  | 
CmtMethodCall[] | 
CmtMethodSource.getMethodCalls(CmtSubcomponent subcomponent,
              java.lang.String methodName)
Deprecated. 
 
Use getMethodCalls(CmtSubcomponent, String, boolean) 
 | 
java.util.List | 
CmtMethodSource.getMethodCalls(CmtSubcomponent subcomponent,
              java.lang.String methodName,
              boolean recurse)  | 
CmtModel | 
CmtComponentSource.getModel(java.lang.String name,
        CmtSubcomponent subcomponent)
Get the CmtModel which has the given name and contains the given
 CmtSubcomponent. 
 | 
CmtPropertySetting | 
CmtMethodSource.getPropertySetting(CmtSubcomponent subcomponent,
                  java.lang.String name)
Deprecated. 
 
Use getPropertySetting(CmtSubcomponent, String, boolean) 
 | 
CmtPropertySetting | 
CmtMethodSource.getPropertySetting(CmtSubcomponent subcomponent,
                  java.lang.String name,
                  boolean recurse)  | 
CmtPropertySetting[] | 
CmtMethodSource.getPropertySettings(CmtSubcomponent subcomponent)
Deprecated. 
 
Use getPropertySettings(CmtSubcomponent, boolean) 
 | 
java.util.List | 
CmtMethodSource.getPropertySettings(CmtSubcomponent subcomponent,
                   boolean recurse)  | 
boolean | 
CmtComponentSource.isDependency(CmtSubcomponent sub)
Determine whether given CmtSubcomponent is based upon a .java source file
 upon which this CmtComponent is dependant. 
 | 
boolean | 
CmtModel.isSubcomponentOwned(CmtSubcomponent subcomponent)  | 
void | 
CmtComponentSource.removeSubcomponent(CmtSubcomponent subcomponent)
This method is used for removing a CmtSubcomponent from this CmtComponent. 
 |