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 | 
|---|---|
| String | getGroup() | 
| boolean | isActive() | 
| abstract boolean | isPluginInstalled() | 
| boolean | loadLayer()Loads the raster layer for the tool | 
protected FLyrRaster lyr
public 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()