| javax.swing.JDialog it.businesslogic.ireport.gui.sheet.MeterIntervalDialog
COMPONENT_HIGH_EXPRESSION | final public static int COMPONENT_HIGH_EXPRESSION(Code) | | |
COMPONENT_LOW_EXPRESSION | final public static int COMPONENT_LOW_EXPRESSION(Code) | | |
COMPONENT_NONE | final public static int COMPONENT_NONE(Code) | | |
MeterIntervalDialog | public MeterIntervalDialog(java.awt.Dialog parent, boolean modal)(Code) | | Creates new form CategorySeriesDialog
|
applyI18n | public void applyI18n()(Code) | | |
getDialogResult | public int getDialogResult()(Code) | | |
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_CATEGORY_EXPRESSION, COMPONENT_SERIES_EXPRESSION, COMPONENT_VALUE_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
|
setSubDataset | public void setSubDataset(SubDataset sds)(Code) | | this method is used to pass the correct subdataset to the expression editor
|
|
|