From: Till S. <til...@tu...> - 2014-08-07 10:30:30
|
Hi, if you just replace the old interface and the new interface is compatible with the GUI access, you should not worry about the other steps. Someone else will fix the GUI later. Regards, Till Am Donnerstag, 7. August 2014, 15:54:50 schrieben Sie: > Hi, > > Ok, how can we avoid the duplicate code? Is it good idea to modify GUI > after all branches are merged at the end of GSoC? > > Thanks, > Shamshad > > > On Thu, Aug 7, 2014 at 3:23 PM, Till Schäfer <til...@tu...> > wrote: > > > Hi, > > thats fine, so we still need to adjust the GUI, but we do not have > > duplicate code. > > > > Regards, > > Till > > > > Am Donnerstag, 7. August 2014, 12:21:48 schrieb Shamshad Alam: > > > Hi Till, > > > > > > I saw the GUI of data export and observed that if we make change in model > > > interface it won't affect the GUI. we have to modify GUI in order to run > > > export task in background with progress dialog. All other codes are > > usable. > > > > > > Thanks, > > > Shamshad > > > > > > > > > > > > On Wed, Aug 6, 2014 at 7:17 PM, Till Schäfer < > > til...@tu...> > > > wrote: > > > > > > > To make it short: your interface sounds reasonable. Do you plan to > > replace > > > > to reorganize the GUI export as well to fit you interface? (i am always > > > > afraid of redundant code) > > > > > > > > Regards, > > > > Till > > > > > > > > Am Dienstag, 5. August 2014, 12:45:13 schrieb Shamshad Alam: > > > > > Hi everyone, > > > > > > > > > > While I was implementing command to export dataset / subset in the > > sdf / > > > > > csv file I saw > > > > > scaffold hunter has classes which implements data export, however, > > they > > > > are > > > > > less efficient because they do not support ProgressListener which > > results > > > > > in unresponsive GUI when we export large dataset. Moreover the export > > > > > interfaces are implemented in model package and they are using > > > > JOptionPane > > > > > which is a GUI. The ExportInterface should have method like > > getName() and > > > > > getDescription(), which make any exporter self explanatory. [see the > > > > > interface in the package edu.udo.scaffoldhunter.model.dataexport and > > its > > > > > implementation in sub packages]. > > > > > > > > > > The proposed interface and its abstract implementation is attached > > with > > > > the > > > > > mail. > > > > > > > > > > If there is more efficient solution is possible in different way let > > me > > > > > know. I'll try to implement that if possible within the time frame. > > > > > > > > > > Thanks, > > > > > Shamshad > > > > > > > > > -- > > > > Dipl.-Inf. Till Schäfer > > > > TU Dortmund University > > > > Chair 11 - Algorithm Engineering > > > > Otto-Hahn-Str. 14 / Room 237 > > > > 44227 Dortmund, Germany > > > > > > > > e-mail: til...@cs... > > > > phone: +49(231)755-7706 > > > > fax: +49(231)755-7740 > > > > web: http://ls11-www.cs.uni-dortmund.de/staff/schaefer > > > > pgp: > > > > > > https://keyserver2.pgp.com/vkd/SubmitSearch.event?&&SearchCriteria=0xD84DED79 > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > Infragistics Professional > > > > Build stunning WinForms apps today! > > > > Reboot your WinForms applications with our WinForms controls. > > > > Build a bridge from your legacy apps to the future. > > > > > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk > > > > _______________________________________________ > > > > Scaffoldhunter-devel mailing list > > > > Sca...@li... > > > > https://lists.sourceforge.net/lists/listinfo/scaffoldhunter-devel > > > > > > > > > > > > > > > > > > -- > > Dipl.-Inf. Till Schäfer > > TU Dortmund University > > Chair 11 - Algorithm Engineering > > Otto-Hahn-Str. 14 / Room 237 > > 44227 Dortmund, Germany > > > > e-mail: til...@cs... > > phone: +49(231)755-7706 > > fax: +49(231)755-7740 > > web: http://ls11-www.cs.uni-dortmund.de/staff/schaefer > > pgp: > > https://keyserver2.pgp.com/vkd/SubmitSearch.event?&&SearchCriteria=0xD84DED79 > > > > > > ------------------------------------------------------------------------------ > > Infragistics Professional > > Build stunning WinForms apps today! > > Reboot your WinForms applications with our WinForms controls. > > Build a bridge from your legacy apps to the future. > > > > http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk > > _______________________________________________ > > Scaffoldhunter-devel mailing list > > Sca...@li... > > https://lists.sourceforge.net/lists/listinfo/scaffoldhunter-devel > > > > > > -- Dipl.-Inf. Till Schäfer TU Dortmund University Chair 11 - Algorithm Engineering Otto-Hahn-Str. 14 / Room 237 44227 Dortmund, Germany e-mail: til...@cs... phone: +49(231)755-7706 fax: +49(231)755-7740 web: http://ls11-www.cs.uni-dortmund.de/staff/schaefer pgp: https://keyserver2.pgp.com/vkd/SubmitSearch.event?&&SearchCriteria=0xD84DED79 |