Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] New Grid File Dialog

Hi All,

 

Just wanted to make you aware of a new implementation of the Grid file dialog. For a detailed description either see the javadocs or have a look at our forum (http://www.geclipse.eu/index.php?id=49&view=single_thread&cat_uid=4&conf_uid=2&thread_uid=49).

 

This dialog is intended to fully replace the GridFileDialog, so please replace all references to this class with the new one (eu.geclipse.ui.dialogs.NewGridFileDialog). Note that the string are not yet externalized. Please do not externalize them since the dialog will be renamed in the near future to GridFileDialog and therefore externalization will break.

 

Currently there are references to the old dialog in:

-          eu.geclipse.jsdl.ui.internal.dialogs.InputDialog

-          eu.geclipse.jsdl.ui.internal.dialogs.MultipleInputDialog

-          eu.geclipse.jsdl.ui.internal.wizards.ApplicationSpecificControlsFactory

-          eu.geclipse.jsdl.ui.widgets.DataStageInTable

-          eu.geclipse.jsdl.ui.widgets.DataStageOutTable

-          eu.geclipse.jsdl.ui.widgets.DataStagingInDialog

-          eu.geclipse.jsdl.ui.widgets.DataStagingOutDialog

-          eu.geclipse.jsdl.ui.wizards.ExecutableNewJobWizardPage

-          eu.geclipse.vtk.ui.editors.MultipleInputDialog

-          eu.geclipse.vtk.ui.wizards.VTKPipelineAdditionalSpecPage

 

Please replace these ASAP and keep me up to date. Would be good to replace at least one of these for today’s meeting in order to allow me to present the new dialog.

 

Cheers, Mathias


Back to the top