public class OpenProjectPlugIn extends AbstractWizardPlugin
| Modifier and Type | Field and Description | 
|---|---|
static javax.swing.ImageIcon | 
ICON  | 
enableCheck, workbenchContextshortcutKeys, shortcutModifiers| Constructor and Description | 
|---|
OpenProjectPlugIn()  | 
OpenProjectPlugIn(WorkbenchContext workbenchContext,
                 java.io.File file)  | 
OpenProjectPlugIn(WorkbenchContext workbenchContext,
                 java.io.File[] files)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
execute(PlugInContext context)
Method to be overridden by implementations to execute the plug-in. 
 | 
void | 
initialize(PlugInContext context)
Method to be overridden by implementations to initialize the plug-in. 
 | 
getWizard, run, setWizardactionPerformed, getEnableCheck, getIcon, getName, getToolTip, isRollingBackInvalidEdits, reportNothingToUndoYet, setWorkbenchContextaddParameter, createName, execute, execute, fetchShortcutEnabledPlugins, getBooleanParam, getDoubleParam, getEnableCheck, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, isShortcutEnabled, registerShortcuts, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toStringpublic OpenProjectPlugIn()
public OpenProjectPlugIn(WorkbenchContext workbenchContext, java.io.File file)
public OpenProjectPlugIn(WorkbenchContext workbenchContext, java.io.File[] files)
public void initialize(PlugInContext context) throws java.lang.Exception
AbstractUiPlugIninitialize in interface PlugIninitialize in class AbstractUiPlugIncontext - The plug-in context.java.lang.Exceptionpublic boolean execute(PlugInContext context) throws java.lang.Exception
AbstractUiPlugInexecute in interface PlugInexecute in class AbstractWizardPlugincontext - The plug-in context.java.lang.Exception - if a problem occurs during plug-in executionThreadedPlugIn