Re: [JPP-Devel] Add a small modification to WorkbenchFrame class

2017-12-07 Thread edgar . soldin
Peppe, sounds good. in case youn come back to add methods to the WorkbenchFrame let's talk again, because we should make sure when adding some that they will be future proof and generic enough to be reusable by other code. ..ede On 07.12.2017 15:07, Giuseppe Aruta wrote: > I found that

Re: [JPP-Devel] Add a small modification to WorkbenchFrame class

2017-12-07 Thread Giuseppe Aruta
I found that Sextante classes es.unex.sextante.gui.additionalResults are more flexible to accept different object (instead of HTMLFrame that accept only html): html, JTable, plot panels, etc. I will study that section of sextante in order to port into OJ. Right now I will open a feature ticket

[JPP-Devel] Add a small modification to WorkbenchFrame class

2017-12-06 Thread Giuseppe Aruta
Hi all Some OJ plugin produces html pages (ike raster profile, for instance, or LayerProperties/SextanteRasterProperties outputs) I would like to use the power of HTMLPanel/Frame classes to record these pages into the output panel (currently only LayerStatistics does). >From the output panel