com.vividsolutions.jump.workbench
Class JUMPConfiguration

java.lang.Object
  extended by com.vividsolutions.jump.workbench.JUMPConfiguration
All Implemented Interfaces:
Setup

public class JUMPConfiguration
extends java.lang.Object
implements Setup

Initializes the Workbench with various menus and cursor tools. Accesses the Workbench structure through a WorkbenchContext.


Constructor Summary
JUMPConfiguration()
           
 
Method Summary
 void configureDatastores(WorkbenchContext context)
           
 void setup(WorkbenchContext workbenchContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUMPConfiguration

public JUMPConfiguration()
Method Detail

setup

public void setup(WorkbenchContext workbenchContext)
           throws java.lang.Exception
Specified by:
setup in interface Setup
Throws:
java.lang.Exception

configureDatastores

public void configureDatastores(WorkbenchContext context)
                         throws java.lang.Exception
Throws:
java.lang.Exception