| |
|
| javax.swing.JDialog it.businesslogic.ireport.chart.XYSeriesDialog
COMPONENT_HYPERLINK | final public static int COMPONENT_HYPERLINK(Code) | | |
COMPONENT_LABEL_EXPRESSION | final public static int COMPONENT_LABEL_EXPRESSION(Code) | | |
COMPONENT_NONE | final public static int COMPONENT_NONE(Code) | | |
COMPONENT_SERIES_EXPRESSION | final public static int COMPONENT_SERIES_EXPRESSION(Code) | | |
COMPONENT_X_EXPRESSION | final public static int COMPONENT_X_EXPRESSION(Code) | | |
COMPONENT_Y_EXPRESSION | final public static int COMPONENT_Y_EXPRESSION(Code) | | |
XYSeriesDialog | public XYSeriesDialog(java.awt.Frame parent, boolean modal)(Code) | | Creates new form CategorySeriesDialog
|
applyI18n | public void applyI18n()(Code) | | |
getDialogResult | public int getDialogResult()(Code) | | |
getSeriesExpression | public String getSeriesExpression()(Code) | | |
getXValueExpression | public String getXValueExpression()(Code) | | |
getYValueExpression | public String getYValueExpression()(Code) | | |
main | public static void main(String args)(Code) | | Parameters: args - the command line arguments |
setDialogResult | public void setDialogResult(int dialogResult)(Code) | | |
setFocusedExpression | public void setFocusedExpression(Object[] expressionInfo)(Code) | | This method set the focus on a specific component.
expressionInfo[0] can be something like:
COMPONENT_SERIES_EXPRESSION, ...
If it is COMPONENT_HYPERLINK, other parameters are expected...
otherInfo is used here only for COMPONENT_HYPERLINK
otherInfo[0] = expression ID
otherInfo[1] = parameter #
otherInfo[2] = parameter expression ID
|
setLabelExpression | public void setLabelExpression(String labelExpression)(Code) | | |
setSeriesExpression | public void setSeriesExpression(String seriesExpression)(Code) | | |
setSubDataset | public void setSubDataset(SubDataset sds)(Code) | | this method is used to pass the correct subdataset to the expression editor
|
setXValueExpression | public void setXValueExpression(String xValueExpression)(Code) | | |
setYValueExpression | public void setYValueExpression(String yValueExpression)(Code) | | |
|
|
|