Package org.aavso.tools.vstar.ui.mediator

Examples of org.aavso.tools.vstar.ui.mediator.NewStarType


        throw new ObservationReadError(
            "No observations for the specified period or error in observation source.");
      }

      // Create plots, tables.
      NewStarType type = NewStarType.NEW_STAR_FROM_ARBITRARY_SOURCE;
      mediator.createNewStarObservationArtefacts(type, retriever
          .getStarInfo(), 0, isAdditive);

    } catch (InterruptedException e) {
      ValidObservation.restore();
View Full Code Here


        throw new ObservationReadError(
            "No observations for the specified period or error in observation source.");
      }

      // Create plots, tables.
      NewStarType type = NewStarType.NEW_STAR_FROM_ARBITRARY_SOURCE;
      mediator.createNewStarObservationArtefacts(type, retriever
          .getStarInfo(), 0, obSourcePlugin.isAdditive());

    } catch (InterruptedException e) {
      ValidObservation.restore();
View Full Code Here

        throw new ObservationReadError(
            "No observations for the specified period or error in observation source.");
      }

      // Create plots, tables.
      NewStarType type = NewStarType.NEW_STAR_FROM_ARBITRARY_SOURCE;
      mediator.createNewStarObservationArtefacts(type, retriever
          .getStarInfo(), 0, isAdditive);

    } catch (InterruptedException e) {
      ValidObservation.restore();
View Full Code Here

TOP

Related Classes of org.aavso.tools.vstar.ui.mediator.NewStarType

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.