com.vividsolutions.jump.workbench.ui.plugin
Class FirstTaskFramePlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by com.vividsolutions.jump.workbench.plugin.ThreadedBasePlugIn
          extended by com.vividsolutions.jump.workbench.ui.plugin.OpenProjectPlugIn
              extended by com.vividsolutions.jump.workbench.ui.plugin.FirstTaskFramePlugIn
All Implemented Interfaces:
PlugIn, ThreadedPlugIn

public class FirstTaskFramePlugIn
extends OpenProjectPlugIn

Opens a TaskFrame when the Workbench starts up


Nested Class Summary
 
Nested classes/interfaces inherited from class com.vividsolutions.jump.workbench.ui.plugin.OpenProjectPlugIn
OpenProjectPlugIn.FindFile, OpenProjectPlugIn.PathPrefixes
 
Field Summary
 
Fields inherited from class com.vividsolutions.jump.workbench.ui.plugin.OpenProjectPlugIn
RECENT_MENU_LIST_MAX
 
Constructor Summary
FirstTaskFramePlugIn()
           
 
Method Summary
 void initialize(PlugInContext context)
          Called when Workbench starts up to allow plugins to initialize themselves.
 
Methods inherited from class com.vividsolutions.jump.workbench.ui.plugin.OpenProjectPlugIn
execute, getName, getRecentList, load, open, putRecentList, run
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.ThreadedBasePlugIn
main
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FirstTaskFramePlugIn

public FirstTaskFramePlugIn()
Method Detail

initialize

public void initialize(PlugInContext context)
                throws java.lang.Exception
Description copied from interface: PlugIn
Called when Workbench starts up to allow plugins to initialize themselves.

Specified by:
initialize in interface PlugIn
Overrides:
initialize in class OpenProjectPlugIn
Throws:
java.lang.Exception