|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
CmtMethodCall |
addMethodCall(CmtMethodCall marker,
boolean before,
boolean subcomponentRelative,
CmtSubcomponent subcomponent,
java.lang.String methodName)
|
CmtMethodCall |
addMethodCall(CmtSubcomponent subcomponent,
java.lang.String methodName)
|
CmtPropertySetting |
addPropertySetting(CmtSubcomponent instance,
CmtProperty property,
java.lang.String valueText)
|
CmtMethodCall[] |
getMethodCalls()
Deprecated. Use getMethodCalls(boolean) |
java.util.List |
getMethodCalls(boolean recurse)
|
CmtMethodCall[] |
getMethodCalls(CmtSubcomponent subcomponent,
java.lang.String methodName)
Deprecated. Use getMethodCalls(CmtSubcomponent, String, boolean) |
java.util.List |
getMethodCalls(CmtSubcomponent subcomponent,
java.lang.String methodName,
boolean recurse)
|
CmtPropertySetting |
getPropertySetting(CmtSubcomponent subcomponent,
java.lang.String name)
Deprecated. Use getPropertySetting(CmtSubcomponent, String, boolean) |
CmtPropertySetting |
getPropertySetting(CmtSubcomponent subcomponent,
java.lang.String name,
boolean recurse)
|
CmtPropertySetting[] |
getPropertySettings()
Deprecated. Use getPropertySettings(boolean) |
java.util.List |
getPropertySettings(boolean recurse)
|
CmtPropertySetting[] |
getPropertySettings(CmtSubcomponent subcomponent)
Deprecated. Use getPropertySettings(CmtSubcomponent, boolean) |
java.util.List |
getPropertySettings(CmtSubcomponent subcomponent,
boolean recurse)
|
boolean |
isPropertySetting(CmtMethodCall methodCall)
|
CmtMethodCall |
moveMethodCall(CmtMethodCall marker,
boolean before,
boolean subcomponentRelative,
CmtMethodCall methodCall)
|
void |
removeMethodCall(CmtMethodCall methodCall)
|
void |
removePropertySetting(CmtPropertySetting setting)
|
void |
setName(java.lang.String name)
|
Methods inherited from interface oracle.jdeveloper.cmt.CmtMethod |
getJotMethod |
Methods inherited from interface oracle.jdeveloper.cmt.CmtFeature |
getComponent, getDisplayName, getName, getShortDescription, isExpert, isHidden |
Method Detail |
public void setName(java.lang.String name)
public CmtPropertySetting[] getPropertySettings()
public java.util.List getPropertySettings(boolean recurse)
public CmtPropertySetting[] getPropertySettings(CmtSubcomponent subcomponent)
public java.util.List getPropertySettings(CmtSubcomponent subcomponent, boolean recurse)
public CmtPropertySetting getPropertySetting(CmtSubcomponent subcomponent, java.lang.String name)
public CmtPropertySetting getPropertySetting(CmtSubcomponent subcomponent, java.lang.String name, boolean recurse)
public CmtPropertySetting addPropertySetting(CmtSubcomponent instance, CmtProperty property, java.lang.String valueText)
public void removePropertySetting(CmtPropertySetting setting)
public CmtMethodCall[] getMethodCalls()
public java.util.List getMethodCalls(boolean recurse)
public CmtMethodCall[] getMethodCalls(CmtSubcomponent subcomponent, java.lang.String methodName)
public java.util.List getMethodCalls(CmtSubcomponent subcomponent, java.lang.String methodName, boolean recurse)
public CmtMethodCall addMethodCall(CmtSubcomponent subcomponent, java.lang.String methodName)
public CmtMethodCall addMethodCall(CmtMethodCall marker, boolean before, boolean subcomponentRelative, CmtSubcomponent subcomponent, java.lang.String methodName)
public CmtMethodCall moveMethodCall(CmtMethodCall marker, boolean before, boolean subcomponentRelative, CmtMethodCall methodCall)
public void removeMethodCall(CmtMethodCall methodCall)
public boolean isPropertySetting(CmtMethodCall methodCall)
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.