public class BufferPlugIn extends AbstractPlugIn implements ThreadedPlugIn
| Constructor and Description |
|---|
BufferPlugIn() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(PlugInContext context)
Performs the action for this plugin.
|
void |
run(TaskMonitor monitor,
PlugInContext context)
Runs the task.
|
createName, execute, execute, getName, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, initializepublic 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.