| javax.swing.JDialog it.businesslogic.ireport.gui.JRLinkParameterDialog
COMPONENT_NONE | final public static int COMPONENT_NONE(Code) | | |
COMPONENT_PARAM_EXPRESSION | final public static int COMPONENT_PARAM_EXPRESSION(Code) | | |
COMPONENT_PARAM_NAME | final public static int COMPONENT_PARAM_NAME(Code) | | |
applyI18n | public void applyI18n()(Code) | | |
getDialogResult | public int getDialogResult()(Code) | | Getter for property dialogResult.
Value of property dialogResult. |
initAll | public void initAll()(Code) | | |
main | public static void main(String args)(Code) | | Parameters: args - the command line arguments |
setDialogResult | public void setDialogResult(int dialogResult)(Code) | | Setter for property dialogResult.
Parameters: dialogResult - New value of property dialogResult. |
setFocusedExpression | public void setFocusedExpression(int expID)(Code) | | This method set the focus on a specific component.
Valid constants are something like:
COMPONENT_NONE, COMPONENT_PARAM_NAME, ...
|
|
|