org.openjump
Class OpenJumpConfiguration

java.lang.Object
  extended by org.openjump.OpenJumpConfiguration

public class OpenJumpConfiguration
extends java.lang.Object

This class loads all OpenJUMP plugins. The method loadOpenJumpPlugIns() is called from com.vividsolutions.jump.workbench.JUMPConfiguaration.

Author:
sstein

Constructor Summary
OpenJumpConfiguration()
           
 
Method Summary
static void loadOpenJumpPlugIns(WorkbenchContext workbenchContext)
           
static void postExtensionInitialization(WorkbenchContext workbenchContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenJumpConfiguration

public OpenJumpConfiguration()
Method Detail

loadOpenJumpPlugIns

public static void loadOpenJumpPlugIns(WorkbenchContext workbenchContext)
                                throws java.lang.Exception
Throws:
java.lang.Exception

postExtensionInitialization

public static void postExtensionInitialization(WorkbenchContext workbenchContext)