1: package com.vividsolutions.jump.workbench; 2: 3: /** 4: * Installs most of the menus and toolbar buttons. Called when the app starts up. 5: */ 6: public interface Setup { 7: public void setup(WorkbenchContext workbenchContext) 8: throws Exception; 9: }