|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjump.core.ui.plugin.AbstractUiPlugIn
org.openjump.core.ui.plugin.AbstractThreadedUiPlugIn
org.openjump.core.ui.plugin.AbstractWizardPlugin
org.openjump.core.ui.plugin.file.OpenFilePlugIn
public class OpenFilePlugIn
Plug-in to open files using a wizard.
| Field Summary |
|---|
| Fields inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn |
|---|
enableCheck, workbenchContext |
| Constructor Summary | |
|---|---|
OpenFilePlugIn()
Construct the main Open File plug-in. |
|
OpenFilePlugIn(WorkbenchContext workbenchContext,
java.io.File file)
Construct an Open File for the recent menu to load an individual file. |
|
OpenFilePlugIn(WorkbenchContext workbenchContext,
java.io.File[] files)
|
|
| Method Summary | |
|---|---|
void |
initialize(PlugInContext context)
Initialise the main instance of this plug-in, should not be called for the Recent menu open file plug-ins. |
| Methods inherited from class org.openjump.core.ui.plugin.AbstractWizardPlugin |
|---|
execute, getWizard, run, setWizard |
| Methods inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn |
|---|
actionPerformed, createName, getEnableCheck, getIcon, getName, getToolTip, isRollingBackInvalidEdits, reportNothingToUndoYet, setWorkbenchContext, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.vividsolutions.jump.workbench.plugin.PlugIn |
|---|
getName |
| Constructor Detail |
|---|
public OpenFilePlugIn()
public OpenFilePlugIn(WorkbenchContext workbenchContext,
java.io.File file)
workbenchContext - The workbench context.file - The file to load.
public OpenFilePlugIn(WorkbenchContext workbenchContext,
java.io.File[] files)
| Method Detail |
|---|
public void initialize(PlugInContext context)
throws java.lang.Exception
initialize in interface PlugIninitialize in class AbstractUiPlugIncontext - The plug-in context.
java.lang.Exception - If there was an error initialising the plug-in.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||