Revision 5468 org.gvsig.raster.reproject/branches/org.gvsig.raster.reproject_proyeccion_al_vuelo/org.gvsig.raster.reproject.app.reprojectclient/src/main/java/org/gvsig/raster/reproject/app/toolbox/AbstractToolboxAction.java

View differences:

AbstractToolboxAction.java
68 68
	}
69 69

  
70 70
	/**
71
	 * Returns true if the plugin which gives the functionality is installed
72
	 * in gvSIG
73
	 * @return
71
	 * @return Returns true if the plugin which gives the functionality is installed
72
     * in gvSIG
74 73
	 */
75 74
	public abstract boolean isPluginInstalled();
76 75

  
77 76
	/**
78 77
	 * Loads the raster layer for the tool
79
	 * @return
78
	 * @return true if layer load is successfully, otherwise fasle
80 79
	 */
81 80
	public boolean loadLayer() {
82 81
		if(!isPluginInstalled()) {

Also available in: Unified diff