com.vividsolutions.jump.workbench
Class JUMPConfiguration

java.lang.Object
  extended bycom.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.


Field Summary
static java.lang.String MENU_ANALYSIS
           
static java.lang.String MENU_EDIT
           
static java.lang.String MENU_LAYER
           
static java.lang.String MENU_QA
           
static java.lang.String MENU_TOOLS
           
static java.lang.String[] MENU_TOOLS_ANALYSIS
           
static java.lang.String[] MENU_TOOLS_EDIT
           
static java.lang.String[] MENU_TOOLS_QA
           
 
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
 

Field Detail

MENU_LAYER

public static java.lang.String MENU_LAYER

MENU_TOOLS

public static java.lang.String MENU_TOOLS

MENU_ANALYSIS

public static java.lang.String MENU_ANALYSIS

MENU_TOOLS_ANALYSIS

public static java.lang.String[] MENU_TOOLS_ANALYSIS

MENU_EDIT

public static java.lang.String MENU_EDIT

MENU_TOOLS_EDIT

public static java.lang.String[] MENU_TOOLS_EDIT

MENU_QA

public static java.lang.String MENU_QA

MENU_TOOLS_QA

public static java.lang.String[] MENU_TOOLS_QA
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