Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gui4j
Interface Gui4jGetValue  view Gui4jGetValue download Gui4jGetValue.java


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.