|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmtSubcomponent | |
---|---|
oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. |
Uses of CmtSubcomponent in oracle.jdeveloper.cmt |
---|
Methods in oracle.jdeveloper.cmt that return CmtSubcomponent | |
---|---|
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 |
CmtMethodCall.getSubcomponent()
|
CmtSubcomponent |
CmtModelNode.getSubcomponent()
Get the CmtSubcomponent for the Component represented by this object. |
CmtSubcomponent |
CmtValue.getSubcomponent()
Get the CmtSubcomponent, if any, referred to by this CmtValue. |
CmtSubcomponent |
CmtPropertySetting.getSubcomponent()
|
CmtSubcomponent |
CmtFolder.getSubcomponent()
|
CmtSubcomponent |
CmtPropertyState.getSubcomponent()
|
CmtSubcomponent |
CmtComponent.getSubcomponent(java.lang.String name)
|
CmtSubcomponent[] |
CmtComponent.getSubcomponents()
|
Methods in oracle.jdeveloper.cmt with parameters of type CmtSubcomponent | |
---|---|
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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |