org.gvsig.daltransform.swing
Interface DataTransformWizardPanel

All Known Implementing Classes:
AbstractDataTransformWizardPanel, LoadLayerWizardPanel, SelectDataStoreWizardPanel, SelectTransformWizardPanel

public interface DataTransformWizardPanel

This class has to be inherited by all the classes that appears on the transformation wizard. It contains methods to manage the wizard.

Author:
Jorge Piera

Method Summary
 javax.swing.JPanel getJPanel()
          Return the panel to display.
 java.lang.String getPanelTitle()
          Returns a title for the panel.
 void lastPanel()
          This method is called when the last button is clicked
 void nextPanel()
          This method is called when the next button is clicked
 void setDataTransformWizard(DataTransformWizard dataTransformWizard)
          Sets the DataTransformWizard that contains information about all the wizard.
 void updatePanel()
          This method is called when the panel is displayed
 

Method Detail

getJPanel

javax.swing.JPanel getJPanel()
Return the panel to display.

Returns:
The panel.

getPanelTitle

java.lang.String getPanelTitle()
Returns a title for the panel.

Returns:
The panel title.

lastPanel

void lastPanel()
This method is called when the last button is clicked


nextPanel

void nextPanel()
This method is called when the next button is clicked


setDataTransformWizard

void setDataTransformWizard(DataTransformWizard dataTransformWizard)
Sets the DataTransformWizard that contains information about all the wizard.

Parameters:
dataTransformWizard - The wizard to set.

updatePanel

void updatePanel()
This method is called when the panel is displayed



Copyright © 2014 gvSIG Association. All Rights Reserved.