| javax.swing.JDialog it.businesslogic.ireport.chart.gui.ChartPropertiesDialog
Method Summary | |
public void | addAxisFormatEntries(String axisType, AxisFormat axisFormat, String categoryName, String propertyNamePostfix) Quick way to add a set of properties related to an AxisFormat.
Property name: [axis]Property[propertyNamePostfix]
Parameters: axisType - String, a name in {category, value, x, y, time} Parameters: axisFormat - AxisFormat, the AxisFormat object from which take values Parameters: categoryName - String, the sheet category name. | public void | addCommonChartProperties() This method add entries in the properties sheet to edit all common chart properties. | public void | addDataRangeEntries(String rangeType, DataRange range, String categoryName, String propertyNamePostfix) Quick way to add a set of properties related to an AxisFormat.
Property name: [axis]Property[propertyNamePostfix]
Parameters: rangeType - String, a name in {data, low, medium, high} Parameters: range - DataRange, the DataRange object from which take values Parameters: categoryName - String, the sheet category name. | public void | addValueDisplayEntries(ValueDisplay valueDisplay, String categoryName, String propertyNamePostfix) Quick way to add a set of properties related to a ValueDisplay.
Property name: property[propertyNamePostfix]
Parameters: axisFormat - AxisFormat, the AxisFormat object from which take values Parameters: categoryName - String, the sheet category name. | public void | applyI18n() | public int | getDialogResult() | public JReportFrame | getJReportFrame() | public void | initAll() | public boolean | isInit() | public void | jRTextExpressionAreaFilterExpressionTextChanged() | public void | jRTextExpressionAreaMapExpressionTextChanged() | public void | jRTextExpressionAreaTextConnectionExpressionTextChanged() | public void | jTable1editingStopped(ChangeEvent e) | public void | jTableDatasetParametersListSelectionValueChanged(javax.swing.event.ListSelectionEvent e) | public void | notifyChange() | public void | setChartElement(ChartReportElement2 chartReportElement) | public void | setDatasetSubDataset(SubDataset subdataset) | public void | setDialogResult(int dialogResult) | public void | setFocusedExpression(Object[] expressionInfo) This method set the focus on a specific component. | public void | setInit(boolean init) | public void | setJReportFrame(JReportFrame jReportFrame) | public void | setPropertyLabelError(String propertyName, String error) | public void | sheetPropertyValueChanged(SheetPropertyValueChangedEvent evt) | public void | updateGroups() This method update the comboboxes where is present the goup list. | public void | updateSubDatasets() |
COMPONENT_DATASETRUN_DS_CONN_EXPRESSION | final public static int COMPONENT_DATASETRUN_DS_CONN_EXPRESSION(Code) | | |
COMPONENT_DATASETRUN_MAP_EXPRESSION | final public static int COMPONENT_DATASETRUN_MAP_EXPRESSION(Code) | | |
COMPONENT_DATASETRUN_PARAMETERS | final public static int COMPONENT_DATASETRUN_PARAMETERS(Code) | | |
COMPONENT_DATASET_SPECIFIC_EXPRESSION | final public static int COMPONENT_DATASET_SPECIFIC_EXPRESSION(Code) | | |
COMPONENT_INCREMENT_WHEN_EXPRESSION | final public static int COMPONENT_INCREMENT_WHEN_EXPRESSION(Code) | | |
COMPONENT_METER_INTERVALS | final public static int COMPONENT_METER_INTERVALS(Code) | | |
COMPONENT_NONE | final public static int COMPONENT_NONE(Code) | | |
ChartPropertiesDialog | public ChartPropertiesDialog(java.awt.Dialog parent, boolean modal)(Code) | | Creates new dialog ChartPropertiesDialog
|
ChartPropertiesDialog | public ChartPropertiesDialog(java.awt.Frame parent, boolean modal)(Code) | | Creates new dialog ChartPropertiesDialog
|
addAxisFormatEntries | public void addAxisFormatEntries(String axisType, AxisFormat axisFormat, String categoryName, String propertyNamePostfix)(Code) | | Quick way to add a set of properties related to an AxisFormat.
Property name: [axis]Property[propertyNamePostfix]
Parameters: axisType - String, a name in {category, value, x, y, time} Parameters: axisFormat - AxisFormat, the AxisFormat object from which take values Parameters: categoryName - String, the sheet category name. I.e. Line Plot Parameters: propertyNamePostfix - String, the value that complets the property name, i.e. LinePlot, BarPlot, .... |
addCommonChartProperties | public void addCommonChartProperties()(Code) | | This method add entries in the properties sheet to edit all common chart properties.
The common chart properties are all the ones listed in the chart tag:
isShowLegend
evaluationTime
|
addDataRangeEntries | public void addDataRangeEntries(String rangeType, DataRange range, String categoryName, String propertyNamePostfix)(Code) | | Quick way to add a set of properties related to an AxisFormat.
Property name: [axis]Property[propertyNamePostfix]
Parameters: rangeType - String, a name in {data, low, medium, high} Parameters: range - DataRange, the DataRange object from which take values Parameters: categoryName - String, the sheet category name. I.e. Line Plot Parameters: propertyNamePostfix - String, the value that complets the property name, i.e. LinePlot, BarPlot, .... |
addValueDisplayEntries | public void addValueDisplayEntries(ValueDisplay valueDisplay, String categoryName, String propertyNamePostfix)(Code) | | Quick way to add a set of properties related to a ValueDisplay.
Property name: property[propertyNamePostfix]
Parameters: axisFormat - AxisFormat, the AxisFormat object from which take values Parameters: categoryName - String, the sheet category name. I.e. Line Plot Parameters: propertyNamePostfix - String, the value that complets the property name, i.e. LinePlot, BarPlot, .... |
applyI18n | public void applyI18n()(Code) | | |
getDialogResult | public int getDialogResult()(Code) | | |
initAll | public void initAll()(Code) | | |
isInit | public boolean isInit()(Code) | | |
jRTextExpressionAreaFilterExpressionTextChanged | public void jRTextExpressionAreaFilterExpressionTextChanged()(Code) | | |
jRTextExpressionAreaMapExpressionTextChanged | public void jRTextExpressionAreaMapExpressionTextChanged()(Code) | | |
jRTextExpressionAreaTextConnectionExpressionTextChanged | public void jRTextExpressionAreaTextConnectionExpressionTextChanged()(Code) | | |
notifyChange | public void notifyChange()(Code) | | |
setDatasetSubDataset | public void setDatasetSubDataset(SubDataset subdataset)(Code) | | this method notifies a chart dataset panel the subdataset used to fill it
|
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_DATASET_SPECIFIC_EXPRESSION, ...
If it is COMPONENT_DATASET_SPECIFIC_EXPRESSION, other parameters are expected in the array...
|
setInit | public void setInit(boolean init)(Code) | | |
setPropertyLabelError | public void setPropertyLabelError(String propertyName, String error)(Code) | | Set the property label error
|
updateGroups | public void updateGroups()(Code) | | This method update the comboboxes where is present the goup list.
|
updateSubDatasets | public void updateSubDatasets()(Code) | | |
|
|