Package org.aavso.tools.vstar.ui.dialog.model

Examples of org.aavso.tools.vstar.ui.dialog.model.HarmonicInfoDialog


  private Listener<HarmonicSearchResultMessage> createHarmonicSearchListener() {
    final PeriodAnalysis2DChartPane pane = this;
    return new Listener<HarmonicSearchResultMessage>() {
      @Override
      public void update(HarmonicSearchResultMessage info) {
        new HarmonicInfoDialog(info, pane);
      }

      @Override
      public boolean canBeRemoved() {
        return true;
View Full Code Here

TOP

Related Classes of org.aavso.tools.vstar.ui.dialog.model.HarmonicInfoDialog

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.