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

E13403-08

Uses of Interface
oracle.jdeveloper.cmt.CmtMethodCall

Packages that use CmtMethodCall
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
 

Uses of CmtMethodCall in oracle.jdeveloper.cmt
 

Methods in oracle.jdeveloper.cmt that return CmtMethodCall
 CmtMethodCall CmtMethodSource.addMethodCall(CmtMethodCall marker, boolean before, boolean subcomponentRelative, CmtSubcomponent subcomponent, java.lang.String methodName)
           
 CmtMethodCall CmtMethodSource.addMethodCall(CmtSubcomponent subcomponent, java.lang.String methodName)
           
 CmtMethodCall CmtPropertySetting.getMethodCall()
           
 CmtMethodCall[] CmtMethodSource.getMethodCalls()
          Deprecated. Use getMethodCalls(boolean)
 CmtMethodCall[] CmtMethodSource.getMethodCalls(CmtSubcomponent subcomponent, java.lang.String methodName)
          Deprecated. Use getMethodCalls(CmtSubcomponent, String, boolean)
 CmtMethodCall CmtMethodSource.moveMethodCall(CmtMethodCall marker, boolean before, boolean subcomponentRelative, CmtMethodCall methodCall)
           
 

Methods in oracle.jdeveloper.cmt with parameters of type CmtMethodCall
 CmtMethodCall CmtMethodSource.addMethodCall(CmtMethodCall marker, boolean before, boolean subcomponentRelative, CmtSubcomponent subcomponent, java.lang.String methodName)
           
 boolean CmtMethodSource.isPropertySetting(CmtMethodCall methodCall)
           
 CmtMethodCall CmtMethodSource.moveMethodCall(CmtMethodCall marker, boolean before, boolean subcomponentRelative, CmtMethodCall methodCall)
           
 void CmtMethodSource.removeMethodCall(CmtMethodCall methodCall)
           
 


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

E13403-08

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