Hi,
I'm trying to upgrade plugin from iReport 3.0.0 to up-to-date Jaspersoft studio. The plugin was importing these classes:
it.businesslogic.ireport.Band;
it.businesslogic.ireport.JRField;
it.businesslogic.ireport.JRParameter;
it.businesslogic.ireport.JRVariable;
it.businesslogic.ireport.Report;
it.businesslogic.ireport.gui.DocumentExpressionEditorTreeCellRenderer;
it.businesslogic.ireport.gui.JReportFrame;
it.businesslogic.ireport.gui.MainFrame;
it.businesslogic.ireport.util.Misc;
it.businesslogic.ireport.plugin.IReportPlugin;
it.businesslogic.ireport.FrameReportElement;
it.businesslogic.ireport.JRField;
it.businesslogic.ireport.JRSubreportParameter;
it.businesslogic.ireport.ReportElement;
it.businesslogic.ireport.ReportReader;
it.businesslogic.ireport.ReportWriter;
it.businesslogic.ireport.SubDataset;
it.businesslogic.ireport.SubReportElement;
it.businesslogic.ireport.gui.event.ReportElementChangedEvent;
Can you help me please, where can I find similar libraries in Jasperstudio?