Interface JRChangeEventsSupport
- All Known Implementing Classes:
AxisSettings,Barcode4jComponent,BarcodeComponent,BaseDatasetPropertyExpression,BlockBorderProvider,ChartSettings,ChartThemeSettings,CodabarComponent,Code128Component,Code39Component,DataMatrixComponent,DesignBaseCell,DesignCell,DesignCommonReturnValue,DesignCrosstabColumnCell,DesignDataAxis,DesignDataAxisLevel,DesignDataLevelBucket,DesignDataLevelBucketProperty,DesignDataMeasure,DesignDatasetPropertyExpression,DesignExpressionReturnValue,DesignListContents,DesignMultiAxisData,DesignMultiAxisDataset,DesignReturnValue,EAN128Component,EAN13Component,EAN8Component,FourStateBarcodeComponent,IconLabelComponent,Interleaved2Of5Component,JasperDesign,JasperPrint,JasperReport,JRBaseAreaPlot,JRBaseBand,JRBaseBar3DPlot,JRBaseBarPlot,JRBaseBoxBottomPen,JRBaseBoxLeftPen,JRBaseBoxPen,JRBaseBoxRightPen,JRBaseBoxTopPen,JRBaseBreak,JRBaseBubblePlot,JRBaseCandlestickPlot,JRBaseChart,JRBaseChartPlot,JRBaseComponentElement,JRBaseConditionalStyle,JRBaseCrosstab,JRBaseCrosstabParameter,JRBaseDataset,JRBaseElement,JRBaseEllipse,JRBaseField,JRBaseFont,JRBaseFrame,JRBaseGenericElement,JRBaseGraphicElement,JRBaseGroup,JRBaseHighLowPlot,JRBaseImage,JRBaseLine,JRBaseLineBox,JRBaseLinePlot,JRBaseMeterPlot,JRBaseMultiAxisPlot,JRBaseParagraph,JRBaseParameter,JRBasePart,JRBasePen,JRBasePie3DPlot,JRBasePieDataset,JRBasePiePlot,JRBasePropertyExpression,JRBaseRectangle,JRBaseReport,JRBaseScatterPlot,JRBaseScriptlet,JRBaseSection,JRBaseSortField,JRBaseStaticText,JRBaseStyle,JRBaseSubreport,JRBaseTextElement,JRBaseTextField,JRBaseThermometerPlot,JRBaseTimeSeriesDataset,JRBaseTimeSeriesPlot,JRBaseVariable,JRDesignAreaPlot,JRDesignBand,JRDesignBar3DPlot,JRDesignBarPlot,JRDesignBreak,JRDesignBubblePlot,JRDesignCandlestickPlot,JRDesignCategoryDataset,JRDesignCategorySeries,JRDesignCellContents,JRDesignChart,JRDesignChartAxis,JRDesignChartDataset,JRDesignComponentElement,JRDesignConditionalStyle,JRDesignCrosstab,JRDesignCrosstabBucket,JRDesignCrosstabCell,JRDesignCrosstabColumnGroup,JRDesignCrosstabDataset,JRDesignCrosstabGroup,JRDesignCrosstabMeasure,JRDesignCrosstabParameter,JRDesignCrosstabRowGroup,JRDesignDataRange,JRDesignDataset,JRDesignDatasetParameter,JRDesignDatasetRun,JRDesignElement,JRDesignElementDataset,JRDesignElementGroup,JRDesignEllipse,JRDesignExpression,JRDesignExpressionChunk,JRDesignField,JRDesignFont,JRDesignFrame,JRDesignGanttDataset,JRDesignGanttSeries,JRDesignGenericElement,JRDesignGenericElementParameter,JRDesignGraphicElement,JRDesignGroup,JRDesignHighLowDataset,JRDesignHighLowPlot,JRDesignHyperlink,JRDesignHyperlinkParameter,JRDesignImage,JRDesignItemLabel,JRDesignLine,JRDesignLinePlot,JRDesignMeterPlot,JRDesignMultiAxisPlot,JRDesignParameter,JRDesignPart,JRDesignPie3DPlot,JRDesignPieDataset,JRDesignPiePlot,JRDesignPieSeries,JRDesignPropertyExpression,JRDesignQuery,JRDesignQueryChunk,JRDesignRectangle,JRDesignReportTemplate,JRDesignScatterPlot,JRDesignScriptlet,JRDesignSection,JRDesignSortField,JRDesignStaticText,JRDesignStyle,JRDesignSubreport,JRDesignSubreportParameter,JRDesignSubreportReturnValue,JRDesignTextElement,JRDesignTextField,JRDesignThermometerPlot,JRDesignTimePeriodDataset,JRDesignTimePeriodSeries,JRDesignTimeSeries,JRDesignTimeSeriesDataset,JRDesignTimeSeriesPlot,JRDesignValueDataset,JRDesignValueDisplay,JRDesignVariable,JRDesignXyDataset,JRDesignXySeries,JRDesignXyzDataset,JRDesignXyzSeries,JRPropertiesMap,JRSimpleTemplate,LegendSettings,LineBorderProvider,PDF417Component,PlotSettings,POSTNETComponent,QRCodeComponent,ReadOnlyPartJasperPrint,RoyalMailCustomerComponent,SpiderChartComponent,StandardBarbecueComponent,StandardBaseColumn,StandardChartSettings,StandardColumn,StandardColumnGroup,StandardGroupCell,StandardGroupRow,StandardItem,StandardItemData,StandardItemProperty,StandardListComponent,StandardRow,StandardSpiderDataset,StandardSpiderPlot,StandardSubreportPartComponent,StandardTable,TableJasperReport,TitleSettings,UPCAComponent,UPCEComponent,USPSIntelligentMailComponent
public interface JRChangeEventsSupport
Interface implemented by classes that offer propery change events support.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the property change support object for this instance.
-
Method Details
-
getEventSupport
JRPropertyChangeSupport getEventSupport()Returns the property change support object for this instance.- Returns:
- the property change support object for this instance
-