public abstract class AbstractToolboxAction
extends es.unex.sextante.gui.core.ToolboxAction
| Modifier and Type | Field and Description |
|---|---|
protected FLyrRaster |
lyr |
| Constructor and Description |
|---|
AbstractToolboxAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroup() |
boolean |
isActive() |
abstract boolean |
isPluginInstalled()
Returns true if the plugin which gives the functionality is installed
in gvSIG
|
boolean |
loadLayer()
Loads the raster layer for the tool
|
protected FLyrRaster lyr
public java.lang.String getGroup()
getGroup in class es.unex.sextante.gui.core.ToolboxActionpublic boolean isActive()
isActive in class es.unex.sextante.gui.core.ToolboxActionpublic abstract boolean isPluginInstalled()
public boolean loadLayer()