public class SaveProjectAsPlugIn extends AbstractSaveProjectPlugIn
| Modifier and Type | Field and Description |
|---|---|
static FileFilter |
JUMP_PROJECT_FILE_FILTER |
| Constructor and Description |
|---|
SaveProjectAsPlugIn() |
| 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 |
initialize(PlugInContext context)
Called when Workbench starts up to allow plugins to initialize themselves.
|
savecreateName, execute, execute, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toStringpublic static final FileFilter JUMP_PROJECT_FILE_FILTER
public void initialize(PlugInContext context) throws Exception
PlugIninitialize in interface PlugIninitialize in class AbstractPlugInExceptionpublic 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 executionThreadedPlugInCopyright © 2015. All rights reserved.