public class ReprojectListener
extends java.lang.Object
implements java.awt.event.ActionListener, org.gvsig.raster.algorithm.process.IProcessActions
| Constructor and Description |
|---|
ReprojectListener(org.gvsig.fmap.mapcontext.layers.FLayer lyr,
org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel dataModel,
ReprojectWindow window,
org.gvsig.raster.reproject.algorithm.swing.api.RasterReprojectionPanel reprojectPanel) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
end(java.lang.Object params) |
void |
interrupted() |
static void |
messageBoxError(java.lang.String msg)
Shows an error dialog with a text and a accept button
|
void |
updateProgress(int current,
int total) |
public ReprojectListener(org.gvsig.fmap.mapcontext.layers.FLayer lyr,
org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel dataModel,
ReprojectWindow window,
org.gvsig.raster.reproject.algorithm.swing.api.RasterReprojectionPanel reprojectPanel)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void end(java.lang.Object params)
end in interface org.gvsig.raster.algorithm.process.IProcessActionspublic void interrupted()
interrupted in interface org.gvsig.raster.algorithm.process.IProcessActionspublic static void messageBoxError(java.lang.String msg)
msg - Message to show in the dialogparentWindow - Parent windowpublic void updateProgress(int current,
int total)
updateProgress in interface org.gvsig.raster.algorithm.process.IProcessActionsCopyright © 2013-2015 gvSIG Association. All Rights Reserved.