public class LoadDatasetToCategoryPlugIn extends AbstractPlugIn implements ThreadedPlugIn
| Constructor and Description |
|---|
LoadDatasetToCategoryPlugIn(LoadDatasetPlugIn loadDatasetPlugIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(PlugInContext context)
Performs the action for this plugin.
|
String |
getName()
Returns a very brief description of this PlugIn e.g. for display as a menu item
|
void |
run(TaskMonitor monitor,
PlugInContext context)
Runs the task.
|
createName, execute, execute, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinitializepublic LoadDatasetToCategoryPlugIn(LoadDatasetPlugIn loadDatasetPlugIn)
public String getName()
PlugIngetName in interface PlugIngetName in class AbstractPlugInpublic boolean execute(PlugInContext context) throws Exception
PlugInfalse to prevent the run method
from being called.execute in interface PlugInexecute in class AbstractPlugInException - if a problem occurs during plug-in executionThreadedPlugInpublic void run(TaskMonitor monitor, PlugInContext context) throws Exception
ThreadedPlugInrun in interface ThreadedPlugInmonitor - context to which this task can report its progress and
check whether a party has requested its cancellationExceptionCopyright © 2015. All rights reserved.