|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents the interface for all reflection call. Method calls, field accesses, integer constants, and also string constants are instances of this interface. Parsing of reflection calls is done by
| Method Summary | |
java.lang.String |
getConfigurationName()
Method getConfigurationSource. |
Gui4jCall[] |
getDependantProperties()
Method getDependantProperties. |
java.lang.Class |
getResultClass()
Method getResultClass. |
java.util.Set |
getUsedParams()
Returns actually used parameter names. |
java.lang.Class |
getValueClass()
Method getValueClass. |
java.lang.Class |
getValueClass(java.lang.String paramName)
Method getValueClass. |
java.lang.Object |
getValueNoParams(Gui4jCallBase baseInstance,
java.lang.Object defaultValue)
Method getValueNoParams. |
java.lang.Object |
getValueUseDefaultParam(Gui4jCallBase baseInstance,
java.lang.Object defaultParamValue,
java.lang.Object defaultValue)
Method getValueUseDefaultParam. |
boolean |
hasTriggerEvents()
Method hasTriggerEvents. |
| Methods inherited from interface org.gui4j.Gui4jGetValue |
getValue, getValueNoErrorChecking |
| Method Detail |
public Gui4jCall[] getDependantProperties()
public boolean hasTriggerEvents()
true if the
list of dependant events is non-empty.
public java.lang.Class getResultClass()
public java.lang.Class getValueClass()
public java.lang.Class getValueClass(java.lang.String paramName)
paramName -
public java.util.Set getUsedParams()
null) if no parameters were used.
public java.lang.Object getValueNoParams(Gui4jCallBase baseInstance,
java.lang.Object defaultValue)
baseInstance - defaultValue - the value if the call fails
public java.lang.Object getValueUseDefaultParam(Gui4jCallBase baseInstance,
java.lang.Object defaultParamValue,
java.lang.Object defaultValue)
baseInstance - defaultParamValue - defaultValue - the value if the call fails
public java.lang.String getConfigurationName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||