|
|||||||||
| Home >> All >> org >> [ gui4j overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gui4j
Interface Gui4jGetValue

- public interface Gui4jGetValue
Only for internal use.
| Method Summary | |
java.lang.Object |
getValue(Gui4jCallBase callBase,
java.util.Map paramMap,
java.lang.Object defaultValue)
Evaluates the call and handle occuring exceptions. |
java.lang.Object |
getValueNoErrorChecking(Gui4jCallBase callBase,
java.util.Map paramMap,
java.lang.Object defaultValue)
Evaulates the call and do check for exceptions. |
| Method Detail |
getValue
public java.lang.Object getValue(Gui4jCallBase callBase, java.util.Map paramMap, java.lang.Object defaultValue)
- Evaluates the call and handle occuring exceptions.
getValueNoErrorChecking
public java.lang.Object getValueNoErrorChecking(Gui4jCallBase callBase, java.util.Map paramMap, java.lang.Object defaultValue)
- Evaulates the call and do check for exceptions.
|
|||||||||
| Home >> All >> org >> [ gui4j overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC