Package com.vividsolutions.jump.workbench.plugin

Examples of com.vividsolutions.jump.workbench.plugin.MultiEnableCheck


  }

  public void initialize(PlugInContext context) throws Exception {
    context.getFeatureInstaller().addMainMenuItem(this, new String[] { "JTS" },
      getName(), false, null,
      new MultiEnableCheck().add(context.getCheckFactory()
                                        .createWindowWithLayerManagerMustBeActiveCheck())
                            .add(context.getCheckFactory()
                                        .createWindowWithSelectionManagerMustBeActiveCheck())
                            .add(context.getCheckFactory()
                                        .createAtLeastNItemsMustBeSelectedCheck(1)));
View Full Code Here

TOP

Related Classes of com.vividsolutions.jump.workbench.plugin.MultiEnableCheck

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.