Package org.moltools.apps.probemaker.swingui

Examples of org.moltools.apps.probemaker.swingui.ProbeTagsPanel


      else if (src == viewTagsByTag) {
        viewTagsByTag();
      }
      else if (src == viewTagsByProbe) {
        workbench.displayComponent(
            new ProbeTagsPanel(probeMaker.project.getProbes()),
            SwingUIMessages.getString("ProbeMakerPlugIn.TITLE_TAG_USAGE")
        );        
      }
      else if (src == searchProbes) {
        searchProbes();
View Full Code Here

TOP

Related Classes of org.moltools.apps.probemaker.swingui.ProbeTagsPanel

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.