fr.ign.cogit.alpage.morphal.plugindeprecated
Class AlpageDefaultPlugin
java.lang.Object
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
fr.ign.cogit.alpage.morphal.plugindeprecated.AlpageDefaultPlugin
- All Implemented Interfaces:
- PlugIn, ThreadedPlugIn
public class AlpageDefaultPlugin
- extends AbstractPlugIn
- implements ThreadedPlugIn
Classe par d�faut pour ALPAGE
- Author:
- Eric Grosso - IGN / Laboratoire COGIT
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.PlugIn |
getName |
AlpageDefaultPlugin
public AlpageDefaultPlugin()
initialize
public void initialize(PlugInContext context)
throws java.lang.Exception
- Specified by:
initialize
in interface PlugIn
- Overrides:
initialize
in class AbstractPlugIn
- Throws:
java.lang.Exception
createEnableCheck
public static MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
execute
public boolean execute(PlugInContext context)
throws java.lang.Exception
- Specified by:
execute
in interface PlugIn
- Overrides:
execute
in class AbstractPlugIn
- Throws:
java.lang.Exception
run
public void run(TaskMonitor monitor,
PlugInContext context)
throws java.lang.Exception
- Specified by:
run
in interface ThreadedPlugIn
- Throws:
java.lang.Exception