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

Examples of org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog


    this.seriesCreationNotifier.addListener(createSeriesCreationListener());

    this.phaseParameterDialog = new PhaseParameterDialog();
    this.newStarNotifier.addListener(this.phaseParameterDialog);

    this.obsFilterDialog = new ObservationFilterDialog();
    this.newStarNotifier.addListener(this.obsFilterDialog
        .createNewStarListener());
    this.observationSelectionNotifier.addListener(this.obsFilterDialog
        .createObservationSelectionListener());
View Full Code Here

TOP

Related Classes of org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog

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.