- AAVSOAuthenticationSource - Class in org.aavso.tools.vstar.input.database
-
This class authenticates with respect to an AAVSO source.
- AAVSOAuthenticationSource() - Constructor for class org.aavso.tools.vstar.input.database.AAVSOAuthenticationSource
-
- AAVSOCompositeAuthenticationSource - Class in org.aavso.tools.vstar.auth
-
This authentication source uses two other authenticators to authenticate
against AAVSO.
- AAVSOCompositeAuthenticationSource() - Constructor for class org.aavso.tools.vstar.auth.AAVSOCompositeAuthenticationSource
-
- AAVSODatabaseConnector - Class in org.aavso.tools.vstar.input.database
-
This class handles the details of connecting to the MySQL AAVSO observation
database, a data accessor.
- AAVSODatabaseObservationReader - Class in org.aavso.tools.vstar.input.database
-
This class reads variable star observations from an AAVSO database and yields
a collection of observations for one star.
- AAVSODatabaseObservationReader(ResultSet) - Constructor for class org.aavso.tools.vstar.input.database.AAVSODatabaseObservationReader
-
Constructor.
- AAVSODownloadFormatValidator - Class in org.aavso.tools.vstar.data.validation
-
This class accepts a line of text for tokenising, validation, and
ValidObservation instance creation given an AAVSO Download text format
source:
JD(0), MAGNITUDE(1), UNCERTAINTY(2), HQ_UNCERTAINTY(3), BAND(4),
OBSERVER_CODE(5), COMMENT_CODE(6), COMP_STAR_1(7), COMP_STAR_2(8), CHARTS(9),
COMMENTS(10), TRANSFORMED(11), AIRMASS(12), VALFLAG(13), CMAG(14), KMAG(15),
HJD(16), NAME(17), MTYPE(18)
REQ_VSTAR_AAVSO_DATA_DOWNLOAD_FILE_READ
From Doc, Dec 22 2009: "OK, the data download has been changed so that the
end of it is now Star Name, affiliation, mtype, group.
- AAVSODownloadFormatValidator(CsvReader, int, int, IFieldInfoSource) - Constructor for class org.aavso.tools.vstar.data.validation.AAVSODownloadFormatValidator
-
Constructor.
- AAVSOFormatFieldInfoSource - Class in org.aavso.tools.vstar.data.validation
-
Field and column information source for AAVSO Download file format and
database sourced observations.
- AAVSOFormatPhasePlotColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
AAVSO format (file, database) phase plot table column information source for
phase plot mode.
- AAVSOFormatPhasePlotColumnInfoSource(boolean) - Constructor for class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
-
Constructor.
- AAVSOFormatRawDataColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
AAVSO format (file, database) raw data table column information source.
- AAVSOFormatRawDataColumnInfoSource(boolean) - Constructor for class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
-
Constructor.
- AAVSOPhotometrySource - Enum in org.aavso.tools.vstar.plugin.ob.src.impl
-
The source of an AAVSO photometry observation.
- AAVSOPhotometryURLObservationSourceBase - Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
The base class for URL based AAVSO photometry observation source plugins.
- AAVSOPhotometryURLObservationSourceBase(String, String, String, String, boolean) - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
Constructor
- AAVSOPostAuthenticationSource - Class in org.aavso.tools.vstar.auth
-
This class authenticates an AAVSO user via an http POST method.
- AAVSOPostAuthenticationSource(String) - Constructor for class org.aavso.tools.vstar.auth.AAVSOPostAuthenticationSource
-
- AAVSOPostAuthenticationSource() - Constructor for class org.aavso.tools.vstar.auth.AAVSOPostAuthenticationSource
-
- aavsoUserDBConnector - Static variable in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
- ABOUT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- AboutBox - Class in org.aavso.tools.vstar.ui.dialog
-
This class creates and displays VStar's About Box.
- AboutBox() - Constructor for class org.aavso.tools.vstar.ui.dialog.AboutBox
-
- AbstractDateUtil - Class in org.aavso.tools.vstar.util.date
-
This abstract class is the base for classes that need to convert between
Julian Day and Calendar Date.
- AbstractDateUtil() - Constructor for class org.aavso.tools.vstar.util.date.AbstractDateUtil
-
- AbstractExtremaFinder - Class in org.aavso.tools.vstar.util
-
- AbstractExtremaFinder(List<ValidObservation>, UnivariateRealFunction, ICoordSource, double) - Constructor for class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Constructor
- AbstractMeanObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a base table model for derived mean observation data.
- AbstractMeanObservationTableModel(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.list.AbstractMeanObservationTableModel
-
Constructor.
- AbstractModelObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a base table model for derived model data.
- AbstractModelObservationTableModel(List<ValidObservation>, SeriesType) - Constructor for class org.aavso.tools.vstar.ui.model.list.AbstractModelObservationTableModel
-
- AbstractObservationFieldMatcher<T> - Class in org.aavso.tools.vstar.data.filter
-
The interface for all observation field matchers.
- AbstractObservationFieldMatcher(T, ObservationMatcherOp, ObservationMatcherOp[]) - Constructor for class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
Constructor.
- AbstractObservationFieldMatcher(ObservationMatcherOp[]) - Constructor for class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
Constructor (for matcher "prototypes").
- AbstractObservationPlotPane<T extends ObservationAndMeanPlotModel> - Class in org.aavso.tools.vstar.ui.pane.plot
-
This class is the base class for chart panes containing a plot of a set of
valid observations.
- AbstractObservationPlotPane(String, String, String, String, T, Dimension, AbstractObservationRetriever) - Constructor for class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
Constructor
- AbstractObservationRetriever - Class in org.aavso.tools.vstar.input
-
This is the abstract base class for all observation retrieval classes,
irrespective of source (AAVSO standard file format, simple file format, VStar
database).
- AbstractObservationRetriever(int) - Constructor for class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Constructor.
- AbstractObservationRetriever() - Constructor for class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Constructor.
- AbstractOkCancelDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This abstract class should be subclassed by any class that wants to have
modal OK-Cancel dialog behaviour.
- AbstractOkCancelDialog(String, boolean, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
- AbstractOkCancelDialog(String) - Constructor for class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
- AbstractSeriesVisibilityDialog<T extends javax.swing.JPanel> - Class in org.aavso.tools.vstar.ui.dialog.series
-
This dialog permits the visibility of plot series to be changed, and allows
subclasses to extend its functionality by adding series-related panes and
behavior.
- AbstractSeriesVisibilityDialog(ISeriesInfoProvider) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
Constructor.
- AbstractSeriesVisibilityDialog(ISeriesInfoProvider, String, T) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
Constructor.
- AbstractStringValidator<T> - Class in org.aavso.tools.vstar.data.validation
-
This is the base class for all string-based validators.
- AbstractStringValidator(String) - Constructor for class org.aavso.tools.vstar.data.validation.AbstractStringValidator
-
Constructor.
- AbstractStringValidator() - Constructor for class org.aavso.tools.vstar.data.validation.AbstractStringValidator
-
Constructor.
- AbstractSyntheticObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a base table model for synthetic observation data (e.g.
- AbstractSyntheticObservationTableModel(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
Constructor
- accept(File) - Method in class org.aavso.tools.vstar.ui.dialog.FileExtensionFilter
-
- actionPerformed(ActionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.InfoDialog
-
Dismiss button handler.
- actionPerformed(ActionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.RadioButtonDialog
-
- actionPerformed(ActionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.series.MeanSourcePane
-
- actionPerformed(ActionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionPane
-
- add(E) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- add(int, E) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- addActionListener(ActionListener) - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- addActionListener(ActionListener) - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
- addAll(Collection<? extends E>) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- addAll(int, Collection<? extends E>) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- addAllInvalidObservations(List<InvalidObservation>) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Adds all the specified invalid observations to the existing invalid
observations.
- addDetail(String, String, String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Add an observation detail, if the value is not null.
- addDismissButton(JPanel) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
- addFindHarmomicsButton(JPanel) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
- addGroup(String) - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Add the specified group (to the map and visually) if it does not exist.
- addInvalidObservation(InvalidObservation) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Add an observation to the list of invalid observations.
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
-
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
-
- additionalAuthenticationSatisfied(LoginInfo) - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
This method will be called after requiresAuthentication() in case any
additional authentication is required.
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
-
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
-
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
- AdditiveLoadFileOrUrlChooser - Class in org.aavso.tools.vstar.ui.dialog
-
This class aggregates a JFileChooser and additive load checkbox and URL entry
components.
- AdditiveLoadFileOrUrlChooser(boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Constructor
- additiveLoadFromAID(String, double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the AAVSO international database, adding it to the
existing dataset.
- additiveLoadFromFile(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified path, adding it to the existing
dataset.
- additiveLoadFromFile(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified path, adding it to the existing dataset
using the (possibly partial) plug-in name to identify the observation
source plug-in to use.
- additiveLoadFromURL(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified path, adding it to the existing
dataset.
- additiveLoadFromURL(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified URL, adding it to the existing dataset,
using the (possibly partial) plug-in name to identify the observation
source plug-in to use.
- addListener(Listener<T>) - Method in class org.aavso.tools.vstar.util.notification.Notifier
-
Add a listener with no immediate notification message.
- addListener(Listener<T>, T) - Method in class org.aavso.tools.vstar.util.notification.Notifier
-
Add a listener, and specify whether to notify it immediately.
- addMatcher(IObservationFieldMatcher) - Method in class org.aavso.tools.vstar.data.filter.ObservationFilter
-
- addNewPhasePlotButton(JPanel) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
- addObservationSeries(SeriesType, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Add an observation series.
- addObservationsToSeries(List<ValidObservation>, SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Add a list of observations to a series list, creating the series first if
necessary.
- addObservationToSeries(ValidObservation, SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Add a single observation to a series list, creating the series first if
necessary.
- addStar(String, String, String) - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Add the specified group-star-AUID triple.
- addStar(String, String, String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Add a star (name and AUID) to the specified group.
- addStarGroup(String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Add a new (empty) star group to the map.
- addStatsInfo(String, String) - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Add a statistics information string.
- addToSubset(ValidObservation) - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
-
Adds an observation to the filtered subset.
- addValidObservation(ValidObservation) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Adds an observation to the list of valid observations.
- AIDStarNameAndAUIDSource - Class in org.aavso.tools.vstar.input.database
-
- AIDStarNameAndAUIDSource() - Constructor for class org.aavso.tools.vstar.input.database.AIDStarNameAndAUIDSource
-
Deprecated.
- algorithm - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
- AlgorithmError - Exception in org.aavso.tools.vstar.exception
-
This exception can be thrown by an algorithm in the case of an error.
- AlgorithmError() - Constructor for exception org.aavso.tools.vstar.exception.AlgorithmError
-
- AlgorithmError(String) - Constructor for exception org.aavso.tools.vstar.exception.AlgorithmError
-
- AlphaOmegaMeanJDEpochStrategy - Class in org.aavso.tools.vstar.util.stats.epoch
-
This epoch determination strategy arbitrarily chooses the first (alpha)
and last (omega) Julian Day in a sequence and takes their average.
- AlphaOmegaMeanJDEpochStrategy() - Constructor for class org.aavso.tools.vstar.util.stats.epoch.AlphaOmegaMeanJDEpochStrategy
-
- AMPLITUDE - Static variable in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
- analyse() - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
Analyse the source.
- AnalysisType - Enum in org.aavso.tools.vstar.ui.mediator
-
This enumerated type represents VStar's current analysis mode.
- AnalysisTypeChangeMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is intended to be sent to listeners when VStar's analysis type
changes (raw data, phase plot, period analysis) to provide new artefacts.
- AnalysisTypeChangeMessage(AnalysisType, ObservationAndMeanPlotPane, ObservationListPane, SyntheticObservationListPane<AbstractMeanObservationTableModel>, ViewModeType) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
-
Constructor.
- ApacheCommonsBrentOptimiserExtremaFinder - Class in org.aavso.tools.vstar.util
-
This class permits minima/maxima of Apache Commons Math continuous functions
to be found.
- ApacheCommonsBrentOptimiserExtremaFinder(List<ValidObservation>, UnivariateRealFunction, ICoordSource, double) - Constructor for class org.aavso.tools.vstar.util.ApacheCommonsBrentOptimiserExtremaFinder
-
Constructor
- ApacheCommonsDerivativeBasedExtremaFinder - Class in org.aavso.tools.vstar.util
-
An extrema finder class that uses the derivatives of a univariate real
function.
- ApacheCommonsDerivativeBasedExtremaFinder(List<ValidObservation>, UnivariateRealFunction, UnivariateRealFunction, ICoordSource, double) - Constructor for class org.aavso.tools.vstar.util.ApacheCommonsDerivativeBasedExtremaFinder
-
Constructor
- ApacheCommonsPolynomialFitCreatorPlugin - Class in org.aavso.tools.vstar.plugin.model.impl
-
A polynomial model creator plugin that uses an Apache Commons polynomial
fitter.
- ApacheCommonsPolynomialFitCreatorPlugin() - Constructor for class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
-
- ApplicationProperties - Class in org.aavso.tools.vstar.util.property
-
This class creates, reads, and updates VStar properties, e.g.
- ApplicationProperties(MainFrame) - Constructor for class org.aavso.tools.vstar.util.property.ApplicationProperties
-
Constructor.
- apply(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
-
Applies the filter to the list of observations and sends a filtered
observation message to be consumed by listeners (plots, tables).
- applyCustomFilterToCurrentObservations(CustomFilterPluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Apply the custom filter plug-in to the currently loaded observation set.
- ArbitraryFormatPhasePlotColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
Arbitrary format phase plot table column information source, associated with
observation source plugins.
- ArbitraryFormatPhasePlotColumnInfoSource() - Constructor for class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
-
- ArbitraryFormatRawDataColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
Arbitrary raw data format table column information source, associated with
observation source plugins.
- ArbitraryFormatRawDataColumnInfoSource() - Constructor for class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
-
- arePluginsEqual(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Does the plugin description for a remote and local plugin refer to the
same jar?
- atLeastOneVisualBandPresent - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Is at least one visual band observation present?
- authenticate(String, String) - Method in class org.aavso.tools.vstar.auth.AAVSOCompositeAuthenticationSource
-
- authenticate(String, String) - Method in class org.aavso.tools.vstar.auth.AAVSOPostAuthenticationSource
-
- authenticate(String, String) - Method in class org.aavso.tools.vstar.input.database.AAVSOAuthenticationSource
-
- authenticate() - Method in class org.aavso.tools.vstar.input.database.Authenticator
-
Authenticate by prompting the user to enter credentials in a dialog,
throwing an exception upon failure after retries.
- authenticate(String, String) - Method in class org.aavso.tools.vstar.input.database.CitizenSkyAuthenticationSource
-
Deprecated.
- authenticate(String, String) - Method in interface org.aavso.tools.vstar.input.database.IAuthenticationSource
-
Authenticate against this authentication source.
- AuthenticationError - Exception in org.aavso.tools.vstar.exception
-
This exception can be thrown if there was an authentication error.
- AuthenticationError() - Constructor for exception org.aavso.tools.vstar.exception.AuthenticationError
-
- AuthenticationError(String) - Constructor for exception org.aavso.tools.vstar.exception.AuthenticationError
-
- AuthenticationTask - Class in org.aavso.tools.vstar.input.database
-
This concurrent task attempts to authenticate against one or more
authentication sources, completing when one is successful or all are
exhausted.
- AuthenticationTask(List<IAuthenticationSource>, String, String) - Constructor for class org.aavso.tools.vstar.input.database.AuthenticationTask
-
Constructor.
- Authenticator - Class in org.aavso.tools.vstar.input.database
-
This class is responsible for authenticating against one or more
authentication sources, caching results such as whether authentication has
happened, user name, observer code.
- calcMagCommonStdDevInRange(List<ValidObservation>, ITimeElementEntity, int, int, boolean) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the standard deviation of magnitudes for observations in a
specified inclusive range.
- calcMagMeanInRange(List<ValidObservation>, ITimeElementEntity, int, int) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the means of a sequence of magnitudes and time elements for
observations in a specified inclusive range.
- calcMagPopulationStdDevInRange(List<ValidObservation>, int, int) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the standard deviation of a population of magnitudes for
observations in a specified inclusive range.
- calcMagSampleStdDevInRange(List<ValidObservation>, int, int) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the standard deviation of a sample of magnitudes for
observations in a specified inclusive range.
- calcStandardPhase(double, double, double) - Static method in class org.aavso.tools.vstar.util.stats.PhaseCalcs
-
Calculate the standard phase, i.e.
- calcTimeElementMean(List<ValidObservation>, ITimeElementEntity) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculate the mean time element from a list of observations.
- calendarToJD(int, int, double) - Method in class org.aavso.tools.vstar.util.date.AbstractDateUtil
-
Method to convert the Julian Day corresponding to the specified year,
month, and day.
- calendarToJD(int, int, double) - Method in class org.aavso.tools.vstar.util.date.MeeusDateUtil
-
The method determines the Julian Day for any year, including dates prior
to the start of the Gregorian Calendar.
- CAN_BE_EMPTY - Static variable in class org.aavso.tools.vstar.data.validation.JulianDayValidator
-
- CAN_BE_EMPTY - Static variable in class org.aavso.tools.vstar.data.validation.MagnitudeValueValidator
-
- CAN_BE_EMPTY - Static variable in class org.aavso.tools.vstar.data.validation.OptionalityFieldValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.AbstractStringValidator
-
Can the string to be validated by this class be empty? Defaults to false.
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.CKMagValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.CommentCodeValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.CompStarValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.JulianDayValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.MagnitudeValueValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.MTypeValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.ObserverCodeValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.OptionalityFieldValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.UncertaintyValueValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.ValflagValidator
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
-
- canBeEmpty() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
- canBeEmpty() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
-
- canBeRemoved() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
- canBeRemoved() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractMeanObservationTableModel
-
- canBeRemoved() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractModelObservationTableModel
-
- canBeRemoved() - Method in interface org.aavso.tools.vstar.util.notification.Listener
-
Informs the caller whether this listener can be removed.
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
Implemented this method to execute cancel button action.
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.DiscrepantReportDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.LoginDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicInputDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.MultiEntryComponentDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisParameterDialog
-
Deprecated.
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.RefinementParameterDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.PolynomialDegreeDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupWithStarsDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewStarDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.PreferencesDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.RadioButtonDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.SeriesTypeCreationDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.TextDialog
-
- CancellationException - Exception in org.aavso.tools.vstar.exception
-
This exception can be thrown when an operation has been cancelled.
- CancellationException() - Constructor for exception org.aavso.tools.vstar.exception.CancellationException
-
- CancellationException(String) - Constructor for exception org.aavso.tools.vstar.exception.CancellationException
-
- cancelled - Variable in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
- CANNOT_BE_EMPTY - Static variable in class org.aavso.tools.vstar.data.validation.OptionalityFieldValidator
-
- categoriseValidObservation(ValidObservation) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Here we categorise a valid observation in terms of whether it is a
fainter-than or discrepant or belongs to a particular band, in that
order.
- changeAnalysisType(AnalysisType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Change the analysis type.
- changeMeansSeries(double) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Attempt to create a new mean series with the specified number of time
elements per bin.
- changeMeansSeries(double) - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
-
Attempt to create a new mean series with the specified number of time
elements per bin.
- changeMeansSeries(double) - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
Attempt to create a new mean series with the specified number of time
elements per bin.
- changeSeriesVisibility(int, boolean) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- changeSeriesVisibility(int, boolean) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Attempt to change the specified series' visibility.
- changeViewMode(ViewModeType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Change the mode of VStar's focus (i.e what is to be presented to the
user).
- chart - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- chartControlPanel - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- chartMouseClicked(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
- chartMouseClicked(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
- chartMouseClicked(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- chartMouseMoved(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
- chartMouseMoved(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
- chartMouseMoved(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
-
- chartMouseMoved(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- chartPanel - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- Checkbox - Class in org.aavso.tools.vstar.ui.dialog
-
This component is a checkbox for use with MultiEntryComponentDialog.
- Checkbox(String, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.Checkbox
-
Constructor
- chooseFileForReading(String, List<String>, boolean) - Static method in class org.aavso.tools.vstar.plugin.PluginComponentFactory
-
Open a "read" file chooser and return the selected file.
- CitizenSkyAuthenticationSource - Class in org.aavso.tools.vstar.input.database
-
- CitizenSkyAuthenticationSource() - Constructor for class org.aavso.tools.vstar.input.database.CitizenSkyAuthenticationSource
-
Deprecated.
- CKMagValidator - Class in org.aavso.tools.vstar.data.validation
-
This is a validator for CMag and KMag field values.
- CKMagValidator(String) - Constructor for class org.aavso.tools.vstar.data.validation.CKMagValidator
-
Constructor.
- cleanest(List<Double>, List<Double>, List<Double>) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
A translation of the Fortran TS CLEANest algorithm.
- cleanup() - Static method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog
-
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
-
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
-
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
-
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
- cleanup() - Method in interface org.aavso.tools.vstar.util.IStartAndCleanup
-
- cleanupPools() - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
- clear() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- CLEAR_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
-
- clearCurrentTask() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Clear the current task if not already cleared.
- close() - Method in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
Close the dialog.
- CMAG_KIND - Static variable in class org.aavso.tools.vstar.data.validation.CKMagValidator
-
- collectAllObservations(List<ValidObservation>, String) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Adds all of the specified observations to the current observations,
including classifying them by series.
- collectObservation(ValidObservation) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Add an observation to the list of valid observations.
- COLUMN_NAMES - Static variable in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
-
- COLUMN_NAMES - Static variable in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
-
- COLUMN_NAMES - Static variable in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
-
- COMMA_DELIM - Static variable in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
- CommentCodes - Class in org.aavso.tools.vstar.data
-
This class stores the possible array of comment codes
- CommentCodes(String) - Constructor for class org.aavso.tools.vstar.data.CommentCodes
-
Constructor.
- CommentCodeValidator - Class in org.aavso.tools.vstar.data.validation
-
A comment code field validator.
- CommentCodeValidator(String) - Constructor for class org.aavso.tools.vstar.data.validation.CommentCodeValidator
-
Constructor.
- CommentType - Enum in org.aavso.tools.vstar.data
-
This enum represents "comment code" found in all data sources.
- CommonTextFormatValidator - Class in org.aavso.tools.vstar.data.validation
-
This class accepts a line of text for tokenising, validation, and
ValidObservation instance creation that is common to all text format sources.
- CommonTextFormatValidator(String, CsvReader, int, int, String, IFieldInfoSource) - Constructor for class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
-
Constructor.
- compare(String, String) - Method in class org.aavso.tools.vstar.util.comparator.DoubleAsStringComparator
-
- compare(Double, Double) - Method in class org.aavso.tools.vstar.util.comparator.DoubleComparator
-
- compare(String, String) - Method in class org.aavso.tools.vstar.util.comparator.FormattedDoubleComparator
-
- compare(ValidObservation, ValidObservation) - Method in class org.aavso.tools.vstar.util.comparator.JDComparator
-
- compare(ValidObservation, ValidObservation) - Method in class org.aavso.tools.vstar.util.comparator.PreviousCyclePhaseComparator
-
- compare(double[], double[]) - Method in class org.aavso.tools.vstar.util.comparator.RankedIndexPairComparator
-
- compare(ValidObservation, ValidObservation) - Method in class org.aavso.tools.vstar.util.comparator.StandardPhaseComparator
-
- compare(PeriodAnalysisDataPoint, PeriodAnalysisDataPoint) - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPointComparator
-
- compareTo(SeriesType) - Method in class org.aavso.tools.vstar.data.SeriesType
-
- compareTo(Harmonic) - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
- compareTo(PeriodFitParameters) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- compareTo(PeriodAnalysisCoordinateType) - Method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
- COMPLETE_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
-
- completeProgressBar() - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the progress bar to its maximum value, i.e.
- CompStarValidator - Class in org.aavso.tools.vstar.data.validation
-
This is a validator for comparison star (1 and 2) field values.
- CompStarValidator() - Constructor for class org.aavso.tools.vstar.data.validation.CompStarValidator
-
Constructor.
- configureChart() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
- ConnectionException - Exception in org.aavso.tools.vstar.exception
-
This exception can be thrown when a database connection exception has
occurred.
- ConnectionException() - Constructor for exception org.aavso.tools.vstar.exception.ConnectionException
-
- ConnectionException(String) - Constructor for exception org.aavso.tools.vstar.exception.ConnectionException
-
- contains(Object) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- containsAll(Collection<?>) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- ContinuousModelFunction - Class in org.aavso.tools.vstar.ui.model.plot
-
This class represents a continuous model function, the synthetic
ValidbObservations resulting from the model and any context required to apply
it such as coordinate source.
- ContinuousModelFunction(UnivariateRealFunction, List<ValidObservation>, double, ICoordSource) - Constructor for class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
Constructor
- ContinuousModelFunction(UnivariateRealFunction, List<ValidObservation>, double) - Constructor for class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
Constructor: defaults to JD coordinate source.
- ContinuousModelFunction(UnivariateRealFunction, List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
Constructor: defaults to JD coordinate source and no (0) zero point.
- ContinuousModelPlotModel - Class in org.aavso.tools.vstar.ui.model.plot
-
This class represents a continuous plot of a Model series.
- ContinuousModelPlotModel(ContinuousModelFunction) - Constructor for class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
-
Constructor
- convert(double, RAInfo, DecInfo) - Static method in class org.aavso.tools.vstar.util.date.HJDConverter
-
Given a JD, RA, and Dec, return HJD.
- convertObsToHJD(StarInfo) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Do the new or old observations need to be converted to HJD? Note that we
can only convert to HJD if we have RA/Dec for the object, e.g.
- convertObsToHJD(List<ValidObservation>, RAInfo, DecInfo) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Convert the specified observations to use HJD rather than JD.
- coordSrc - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Coordinate and error source.
- Cousins_I - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Cousins_R - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
-
- create(String, ObservationMatcherOp) - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Creates and returns an instance of an observation matcher for the current
field matcher type.
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.JDFieldMatcher
-
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
-
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
-
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
-
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
-
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
-
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
-
- create(String, String, Color, boolean, boolean) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Create a new series type or return an existing one.
- create(String) - Static method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
- createAnovaText(BinningResult) - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
- createAnovaText() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
- createAUIDFromAliasQuery(Connection) - Method in class org.aavso.tools.vstar.input.database.AIDStarNameAndAUIDSource
-
Deprecated.
Return a prepared statement to find the AUID from the alias table given a
star name.
- createAUIDFromValidationQuery(Connection) - Method in class org.aavso.tools.vstar.input.database.AIDStarNameAndAUIDSource
-
Deprecated.
Return a prepared statement to find the AUID from the validation table
given a star name.
- createBinChangeListener() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
- createBinChangeListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
-
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NumericPrecisionSelectionPane
-
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.PluginSettingsPane
-
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesColorSelectionPane
-
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesSizeSelectionPane
-
- createButtonPanel() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
- createButtonPanel() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
- createButtonPanel() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
-
- createButtonPanel() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
-
- createButtonPanel() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
-
- createCancelButtonListener() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
- createChartControlPanel(NamedComponent) - Method in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
Populate a panel that can contains chart control widgets.
- createContent() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Create the content to be added to the dialog's content pane.
- createContent() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog
-
- createContent() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
-
- createContent() - Method in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
Create the dialog content.
- createCreatePhasePlotListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis->Phase Plot
- createCustomFilterListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Custom Filter menu item
selections.
- createDatabaseBasedObservationArtefacts() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromDatabaseTask
-
Create observation table and plot models from a file.
- createDataTable(PeriodAnalysisCoordinateType[], double[][], IPeriodAnalysisAlgorithm) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a data table given column type and data arrays.
- createDataTable(PeriodAnalysisCoordinateType[], Map<PeriodAnalysisCoordinateType, List<Double>>, IPeriodAnalysisAlgorithm) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a data table given column type array and data list.
- createDiscrepantChangeListener() - Method in class org.aavso.tools.vstar.ui.dialog.ObservationDetailsDialog
-
Listen for discrepant observation change notification.
- createDiscrepantChangeListener() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
Listen for discrepant observation change notification.
- createDiscrepantChangeListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Listen for discrepant observation change notification and add/remove it
from the relevant collections.
- createDismissButtonListener() - Method in class org.aavso.tools.vstar.ui.dialog.AboutBox
-
- createDismissButtonListener() - Method in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
- createExcludedChangeListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Listen for excluded observation change notification and add/remove it
from the relevant collections.
- createExcludeSelectionListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Edit->Exclude Selection
- createFileBasedObservationArtefacts(File, ObservationSourceAnalyser) - Method in class org.aavso.tools.vstar.ui.task.NewStarFromFileTask
-
Create observation table and plot models from a file.
- createFilteredObservationListener() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- createFilteredObservationListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- createFilteredObservationListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Listen for a filtered observation and add/remove its observations from
the relevant collections.
- createFilteredObservationListener() - Method in class org.aavso.tools.vstar.ui.model.plot.PhasedObservationAndMeanPlotModel
-
- createFilterFromPlot() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create a filter from the current plot view.
- createFilterFromPlotListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Filter From Plot
- createFilterListener() - Method in class org.aavso.tools.vstar.ui.dialog.ObservationFiltersDialog
-
Return a filter listener, the purpose of which is to store new filter
information.
- createFilterListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Filter...
- createFiltersListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Filters...
- createFindAUIDFromAliasStatement(Connection) - Method in class org.aavso.tools.vstar.input.database.VSXStarNameAndAUIDSource
-
- createFindAUIDFromNameStatement(Connection) - Method in class org.aavso.tools.vstar.input.database.VSXStarNameAndAUIDSource
-
- createFindStarNameFromAUIDStatement(Connection) - Method in class org.aavso.tools.vstar.input.database.VSXStarNameAndAUIDSource
-
- createGenToolMenuItemListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for General Tool menu item
selections.
- createHarmonicSearchResultListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
A listener to store the latest harmonic search result in a mapping from
(fundamental) frequency to harmonics.
- createHelpContentsListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Help->User Manual Online...
- createInfoListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->Info...
- createLeftmostBinnedObservations(List<ValidObservation>, int, ITimeElementEntity, double, List<ValidObservation>, List<double[]>) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Create a sequence of observations based upon bin size.
- createLeftToRightBinnedObservations(List<ValidObservation>, ITimeElementEntity, double) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
- createLineAndScatterPlot(String, String, PeriodAnalysis2DPlotModel, boolean) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a combined line and scatter plot given a 2D plot model.
- createLinePlot(String, String, Map<PeriodAnalysisCoordinateType, List<Double>>, PeriodAnalysisCoordinateType, PeriodAnalysisCoordinateType, boolean, boolean) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a line plot given lists of domain and range values.
- createLinePlot(String, String, PeriodAnalysis2DPlotModel, boolean) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a combined line and scatter plot given a 2D plot model.
- createMeanObservationForRange(List<ValidObservation>, ITimeElementEntity, int, int) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the mean magnitude and the Standard Error of the Average for a
sample of magnitudes for observations in a specified inclusive range.
- createModelButtonHandler() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
- createModelCreationListener() - Method in class org.aavso.tools.vstar.ui.dialog.model.ModelDialog
-
Return a model creation listener, the purpose of which is to store new
model information.
- createModelCreationListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Return a model creation listener.
- createModelCreatorListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis menu model creator
items.
- createModelSelectionListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- createModelSelectionListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Listen for a model series selection and add/remove its fit and residual
observations from the relevant collections.
- createModelSelectionListener() - Method in class org.aavso.tools.vstar.ui.model.plot.PhasedObservationAndMeanPlotModel
-
- createModelsListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis->Models...
- createMultipleObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
- createNewStarFromDatabaseListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->New Star from AAVSO
Database...
- createNewStarFromFileListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->New Star from File...
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
-
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.dialog.model.ModelDialog
-
Return a new star listener, the purpose of which is to clear the
collections and disable the buttons.
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.dialog.ObservationFiltersDialog
-
Return a new star listener, the purpose of which is to clear the
collections and disable the buttons.
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseDialog
-
Return a new star listener, the purpose of which is to clear the
collections and disable the buttons.
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Return a new star listener that clears the maps.
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
- createNewStarObservationArtefacts(NewStarType, StarInfo, int, boolean) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create observation artefacts (models, GUI elements) on the assumption
that a valid observation list and category map have already been created.
- createNumberFields(DoubleField...) - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
-
- createObDetailsListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Observation
Details...
- createObservationArtefacts() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginTask
-
Create observation table and plot models from an observation source
plug-in.
- createObservationArtefacts() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedFileTask
-
Create observation table and plot models from an observation source
plug-in.
- createObservationArtefacts() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedURLTask
-
Create observation table and plot models from an observation source
plug-in.
- createObservationArtefactsFromDatabase(String, String, double, double, boolean) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Creates and executes a background task to handle new-star-from-database.
- createObservationArtefactsFromFile(File, boolean) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Creates and executes a background task to handle new-star-from-file.
- createObservationArtefactsFromObSourcePlugin(ObservationSourcePluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Creates and executes a background task to handle
new-star-from-external-source-plugin.
- createObservationArtefactsFromObSourcePlugin(ObservationSourcePluginBase, File, boolean) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Creates and executes a background task to handle
new-star-from-external-source-plugin when a file is supplied.
- createObservationArtefactsFromObSourcePlugin(ObservationSourcePluginBase, URL, boolean) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Creates and executes a background task to handle
new-star-from-external-source-plugin when a URL is supplied.
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
-
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
-
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
- createObservationSourceListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for observation source menu
item selections.
- createObservationSourceListener(String) - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for a particular observation
source menu item.
- createObservationWithJDRangeQuery(Connection) - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
Return a prepared statement for for observation retrieval with a JD
range.
- createObservationWithNoJDRangeQuery(Connection) - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
Return a prepared statement for observation retrieval with no JD range.
- createObsFilterListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Return an observation filter listener.
- createObsToolMenuItemListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Observation Tool menu item
selections.
- createOKButtonListener() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
- createPanDownListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Pan Down...
- createPanLeftListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Pan Left...
- createPanRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- createPanRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
-
- createPanRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- createPanRightListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Pan Right...
- createPanUpListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Pan Up...
- createPeriodAnalysisListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
Update the crosshairs according to the selected data point.
- createPeriodAnalysisListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
Select the row in the table corresponding to the period analysis
selection.
- createPeriodAnalysisListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
-
Select the row in the table corresponding to the period analysis
selection.
- createPeriodAnalysisListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
-
Select the row in the table corresponding to the period analysis
selection.
- createPeriodAnalysisListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
Update the crosshairs according to the selected data point.
- createPeriodSearchListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis menu Period Search
items.
- createPeriodSearchListener(String) - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for a particular Analysis menu
Period Search item.
- createPhaseChangeListener() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseDialog
-
Return a phase change listener, the purpose of which is to store new
phase plot information.
- createPhaseChangeListener() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Return a phase change listener that updates epoch and period information
in preparation for creating or retrieving phase plot components.
TODO: when we have finally unified observations as a single list across
all models, a listener for this message can call setPhases() on that
list.
- createPhaseChangeListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Return a phase change listener.
- createPhasePlot() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create a phase plot, first asking for period and epoch.
- createPhasePlot(double, double) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create a phase plot, given the period and epoch.
- createPhasePlotArtefacts(double, double, Map<SeriesType, Boolean>) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create phase plot artefacts, adding them to the analysis type map and
returning this message.
- createPhasePlotListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Phase Plot
- createPhasePlotsListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis->Phase Plots...
- createPhaseSelectionListener() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- createPlotControlListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Plot Control...
- createPluginManagerListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Tool -> Plug-in Manager...
- createPolynomialFitListener(String) - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis polynomial fit
item.
TODO: interim solution until we have toolbar buttons with lists of items!
- createPrefsListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->Preferences...
- createPrintListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->Print...
- createRawDataListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Raw Data
- createRedoListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Edit->Redo
- createRightmostBinnedObservations(List<ValidObservation>, int, ITimeElementEntity, double, List<ValidObservation>, List<double[]>) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Create a sequence of observations based upon bin size.
- createRunScriptListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Tool -> Run Script...
- createSaveListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->Save...
- createScatterPlot(String, String, PeriodAnalysis2DPlotModel, boolean) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a scatter plot given a 2D plot model.
- createSelectAllListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Edit->Select All
- createSeriesCreationListener() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- createSeriesCreationListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- createSeriesVisibilityChangeListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- createShowAllListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Show All...
- createStarNameFromValidationQuery(Connection) - Method in class org.aavso.tools.vstar.input.database.AIDStarNameAndAUIDSource
-
Deprecated.
Return a prepared statement to find the star name from the validation
table given an AUID.
- createSymmetricBinnedObservations(List<ValidObservation>, ITimeElementEntity, double) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Create a sequence of observations based upon bin size.
- createTabs(List<NamedComponent>) - Static method in class org.aavso.tools.vstar.plugin.PluginComponentFactory
-
Create a tabbed pane component from a list of named components.
- createTabs(NamedComponent...) - Static method in class org.aavso.tools.vstar.plugin.PluginComponentFactory
-
Create a tabbed pane component from a list of named components.
- createUndoListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Edit->Undo
- createVStarOnlineListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Help->VStar Online...
- createZoomInListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Zoom In
- createZoomOutListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Zoom Out
- createZoomRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- createZoomRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
-
- createZoomRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- createZoomToFitListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Zoom To Fit
- crossHairCheckBox - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
- csUserDBConnector - Static variable in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
- currDecay - Variable in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
-
- currTimeDivisions - Variable in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
-
- CustomFilterPluginBase - Class in org.aavso.tools.vstar.plugin
-
This is the base class for all custom filter plugins.
- CustomFilterPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
-
- damp - Variable in class org.aavso.tools.vstar.util.TSBase
-
- damp2 - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dangcut - Variable in class org.aavso.tools.vstar.util.TSBase
-
- DATA_SERIES - Static variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
- DatabaseType - Enum in org.aavso.tools.vstar.input.database
-
The type of database to be connected to.
- datasetChanged(DatasetChangeEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
- datasetChanged(DatasetChangeEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
- datasetChanged(DatasetChangeEvent) - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
From DatasetChangeListener.
- DateInfo - Class in org.aavso.tools.vstar.data
-
This class store Julian Day and corresponding calendar date information.
- DateInfo() - Constructor for class org.aavso.tools.vstar.data.DateInfo
-
Parameterless constructor for web service.
- DateInfo(double) - Constructor for class org.aavso.tools.vstar.data.DateInfo
-
Constructor.
- dave - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dcdft() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- DcDftAnalysisType - Enum in org.aavso.tools.vstar.util.period.dcdft
-
The type of DC DFT analysis.
- dcdftCommon() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- dcdftFrequency(String, double, double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Perform DCDFT period analysis with frequency range.
- DcDftFrequencyRangePeriodAnalysisPlugin - Class in org.aavso.tools.vstar.plugin.period.impl
-
This class encapsulates the "frequency range" (as per AAVSO TS) form of the
DC DFT period analysis algorithm.
- DcDftFrequencyRangePeriodAnalysisPlugin() - Constructor for class org.aavso.tools.vstar.plugin.period.impl.DcDftFrequencyRangePeriodAnalysisPlugin
-
Constructor
- dcdftPeriod(String, double, double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Perform DCDFT period analysis with period range.
- DcDftPeriodAnalysisPluginBase - Class in org.aavso.tools.vstar.plugin.period.impl
-
Date Compensated Discrete Fourier Transform period analysis plugin.
- DcDftPeriodAnalysisPluginBase(PeriodAnalysisCoordinateType) - Constructor for class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
-
Constructor
- DcDftPeriodRangePeriodAnalysisPlugin - Class in org.aavso.tools.vstar.plugin.period.impl
-
This class encapsulates the "period range" (as per AAVSO TS) form of the DC
DFT period analysis algorithm.
- DcDftPeriodRangePeriodAnalysisPlugin() - Constructor for class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin
-
Constructor
- dcdftStandardScan(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Perform DCDFT period analysis with standard scan.
- DcDftStandardScanPeriodAnalysisPlugin - Class in org.aavso.tools.vstar.plugin.period.impl
-
This class encapsulates the "standard scan" (as per AAVSO TS) form of the DC
DFT period analysis algorithm.
- DcDftStandardScanPeriodAnalysisPlugin() - Constructor for class org.aavso.tools.vstar.plugin.period.impl.DcDftStandardScanPeriodAnalysisPlugin
-
Constructor
- dcoef - Variable in class org.aavso.tools.vstar.util.TSBase
-
- decayField - Variable in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
-
- decDegs - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- DecInfo - Class in org.aavso.tools.vstar.util.coords
-
This class represents a Declination coordinate.
- DecInfo(int, int, int, double) - Constructor for class org.aavso.tools.vstar.util.coords.DecInfo
-
Constructor
- DecInfo(int, double) - Constructor for class org.aavso.tools.vstar.util.coords.DecInfo
-
Construct a DecInfo instance from decimal degrees.
- DEFAULT_PLUGIN_BASE_URL_STR - Static variable in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- DEFAULT_SIZE - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- delete(SeriesType) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Delete the specified series type.
- delete(PeriodAnalysisCoordinateType) - Static method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
Delete the specified coordinate type.
- deleteAllPlugins() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Delete all locally installed plug-ins.
- deletePlugin(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Delete the specified plugin and dependent libraries.
- DelimitedFieldFileSaveChooser - Class in org.aavso.tools.vstar.ui.dialog
-
This class aggregates a JFileChooser and a field delimiter selection
component.
- DelimitedFieldFileSaveChooser() - Constructor for class org.aavso.tools.vstar.ui.dialog.DelimitedFieldFileSaveChooser
-
Constructor
- DESCRIPTION_COL - Static variable in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginTableModel
-
- DescStats - Class in org.aavso.tools.vstar.util.stats
-
Descriptive statistics functions for observations.
- DescStats() - Constructor for class org.aavso.tools.vstar.util.stats.DescStats
-
- detailExists(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Does the specified detail key exist?
- detailTitleExists(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Does the specified detail title key exist?
- determineDefaultParameters() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- determineEpoch(List<ValidObservation>) - Method in class org.aavso.tools.vstar.util.stats.epoch.AlphaOmegaMeanJDEpochStrategy
-
- determineEpoch(List<ValidObservation>) - Method in interface org.aavso.tools.vstar.util.stats.epoch.IEpochStrategy
-
Determine the epoch for a given sequence of observations.
- determineEpoch(List<ValidObservation>) - Method in class org.aavso.tools.vstar.util.stats.epoch.MaxMagEpochStrategy
-
- determineEpoch(List<ValidObservation>) - Method in class org.aavso.tools.vstar.util.stats.epoch.MinMagEpochStrategy
-
- determineInitialSearchRangeForMaximum() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Find the first numerically larger values either side of the numerically
smallest (so, astronomical magnitude maximum) value.
- determineInitialSearchRangeForMinimum() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Find the first numerically smaller values either side of the numerically
largest (so, astronomical magnitude minimum) value.
- determineMeanSeriesSource() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Determine which series will initially be the source of the mean series.
- determinePluginEquality() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Determine whether plugins that are both local and remote refer to the
same jar and cache this information.
- dfouramp2 - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dfpow - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dfre - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dgamplitude - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dgnu - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dgper - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dgpower - Variable in class org.aavso.tools.vstar.util.TSBase
-
- disable() - Method in class org.aavso.tools.vstar.ui.pane.list.ListSearchPane
-
- DISCREPANT - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- discrepantListener - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Discrepant observation listener.
- DiscrepantObservationMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message will be sent to Listener implementers
registered with a Notifier implementer.
- DiscrepantObservationMessage(ValidObservation, Object) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.DiscrepantObservationMessage
-
Constructor.
- DiscrepantReport - Class in org.aavso.tools.vstar.util.discrepant
-
An instance of this class represents a discrepant observation report.
- DiscrepantReport(String, String, int, String, String) - Constructor for class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
-
Constructor.
- DiscrepantReportDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog is used to display information about a star that has been marked
as discrepant in order to optionally add comments and submit to AAVSO.
- DiscrepantReportDialog(String, ValidObservation) - Constructor for class org.aavso.tools.vstar.ui.dialog.DiscrepantReportDialog
-
Constructor
- dismissButton - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
- dlamp - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dlamplitude - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dllamp - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dlnu - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dlper - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dlpower - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dmat - Variable in class org.aavso.tools.vstar.util.TSBase
-
- DocumentManager - Class in org.aavso.tools.vstar.ui.mediator
-
This class manages the creation of VStar "documents", i.e.
- DocumentManager() - Constructor for class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Constructor.
- doesGroupExist(String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Does the specified group exist?
- doesStarExistInGroup(String, String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Does the specified star exist in the specified group?
- doInBackground() - Method in class org.aavso.tools.vstar.input.database.AuthenticationTask
-
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.ModellingTask
-
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromDatabaseTask
-
Main task.
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromFileTask
-
Main task.
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginTask
-
Main task.
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedFileTask
-
Main task.
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedURLTask
-
Main task.
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.ObsListFileSaveTask
-
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.PeriodAnalysisTask
-
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.PhasePlotTask
-
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.PluginManagerOperationTask
-
- domainTitle - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- domainType - Variable in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- done() - Method in class org.aavso.tools.vstar.input.database.AuthenticationTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.ModellingTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromDatabaseTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromFileTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedFileTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedURLTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.ObsListFileSaveTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.PeriodAnalysisTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.PhasePlotTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.PluginManagerOperationTask
-
Executed in event dispatching thread.
- DoubleAsStringComparator - Class in org.aavso.tools.vstar.util.comparator
-
This class compares double values encoded as strings.
- DoubleAsStringComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.DoubleAsStringComparator
-
- DoubleComparator - Class in org.aavso.tools.vstar.util.comparator
-
This class compares double values.
- DoubleComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.DoubleComparator
-
- DoubleField - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the name, range, and value of a numeric text field
along with a GUI textField and methods to operate upon it.
- DoubleField(String, Double, Double, Double) - Constructor for class org.aavso.tools.vstar.ui.dialog.DoubleField
-
Constructor
- DoubleFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
Double-precision value field matcher.
- DoubleFieldMatcher(Double, ObservationMatcherOp, ObservationMatcherOp[]) - Constructor for class org.aavso.tools.vstar.data.filter.DoubleFieldMatcher
-
- DoubleFieldMatcher(Double, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.DoubleFieldMatcher
-
- DoubleFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.DoubleFieldMatcher
-
- doZoom(ZoomType) - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
Perform a zoom on the current plot.
- dpower - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dsig - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dt0 - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dtave - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dtscale - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dtsig - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dtvar - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dtzero - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dvar - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dvec - Variable in class org.aavso.tools.vstar.util.TSBase
-
- dweight - Variable in class org.aavso.tools.vstar.util.TSBase
-
- GeneralToolPluginBase - Class in org.aavso.tools.vstar.plugin
-
This is the base class for all general VStar "tool" plugins.
- GeneralToolPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
-
- generateHexDigest(String) - Static method in class org.aavso.tools.vstar.input.database.Authenticator
-
Generate a string consisting of 2 hex digits per byte of a MD5 message
digest.
- get(String) - Static method in class org.aavso.tools.vstar.util.locale.LocaleProps
-
Return the localised string given the specified ID.
- get(int) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- getAboutBoxText() - Method in class org.aavso.tools.vstar.ui.dialog.AboutBox
-
- getAction() - Method in class org.aavso.tools.vstar.ui.mediator.message.UndoActionMessage
-
- getActualYItemNum(int, int, Map<Integer, List<ValidObservation>>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Get the actual item number for the Y coordinate value associated with the
specified series and item.
- getActualYItemNum(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
The actual item number for the Y coordinate is in fact, just item in this
case.
- getActualYItemNum(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
The actual item number for the Y coordinate is in fact, just item in this
case.
- getActualYItemNum(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
The actual item number for the Y coordinate is in fact, just item in this
case.
- getActualYItemNum(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
The actual item number for the Y coordinate is in fact, just item in this
case.
- getAdditionalFileExtensions() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Return a list of file extension strings to be added to the default file
extensions in the file chooser, or null if none are to be added (the
default).
- getAdjustedJDs() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- getADSRef() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getAffiliation() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getAirmass() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getAmplitude() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- getAmplitude() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
-
- getAmplitude() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisDatum
-
- getAmplitude() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
- getAnalysisType() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getAnalysisType() - Method in class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
-
- getAnalysisTypeChangeNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getAnalysisValues() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- getAUID(Connection, String) - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
Return the AUID of the named star.
- getAuid() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
- getAuid() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- getAUID(String, String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Return the AUID for the specified group and star.
- getAuid() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
-
- getBand() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getBetweenGroupDF() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
Returns the between-group degrees of freedom for the F-test result.
- getBinningResult() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- getBrightnessAxisLabel(String) - Static method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- getBrightnessUnits() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Returns the brightness units string (e.g.
- getCalendarDate() - Method in class org.aavso.tools.vstar.data.DateInfo
-
- getChangedSeriesColorMap() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesColorSelectionPane
-
- getChangedSeriesSizeMap() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesSizeSelectionPane
-
- getChart() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
- getChart() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
- getChartControlPanel() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- getChartPanel() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- getCharts() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getCMag() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getColor() - Method in class org.aavso.tools.vstar.data.SeriesType
-
- getColorFromSeries(SeriesType) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Given a series, retrieve its color.
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginTableModel
-
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
-
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisIndexedTopHitsTableModel
-
Deprecated.
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
-
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
-
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
-
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
-
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginTableModel
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
-
- getColumnCount() - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Return the number of columns associated with this source.
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisIndexedTopHitsTableModel
-
Deprecated.
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
-
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
-
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
-
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
-
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
-
- getColumnIndexByName(String) - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Given a column name, return the index.
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
-
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
-
- getColumnInfoSource() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginTableModel
-
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
-
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisIndexedTopHitsTableModel
-
Deprecated.
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
-
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
-
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
-
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
-
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
-
- getCommentCode() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getCommentcodes() - Method in class org.aavso.tools.vstar.data.CommentCodes
-
- getCommentFlag() - Method in enum org.aavso.tools.vstar.data.CommentType
-
Return the comment string corresponding to this this enum value.
- getComments() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getComments() - Method in class org.aavso.tools.vstar.ui.dialog.DiscrepantReportDialog
-
- getComments() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
-
- getComponent() - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
- getComponent() - Method in class org.aavso.tools.vstar.ui.MainFrame
-
- getComponent() - Method in class org.aavso.tools.vstar.ui.NamedComponent
-
- getComponent() - Method in class org.aavso.tools.vstar.ui.VStarApplet
-
- getCompStar1() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getCompStar2() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getConnection() - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
Obtain a connection to the database from the connection pool.
- getConstantCoefficient() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- getContentPane() - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
- getCoordSrc() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
- getCosineCoefficient() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- getCredit() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getCurrentStarName() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- getCustomFilterPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of VStar Custom Filter plugins.
- getData() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
- getData() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisIndexedTopHitsTableModel
-
Deprecated.
- getDataPoint() - Method in class org.aavso.tools.vstar.ui.mediator.message.HarmonicSearchResultMessage
-
- getDataPoint() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisSelectionMessage
-
- getDataPointFromItem(int) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
Given an item number, return a period analysis data point object
containing period analysis result data values.
- getDataPointFromRow(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
Return a period analysis data point from the values at the specified row.
- getDataPointFromRow(int) - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
-
Return a WWZ statistic from the values at the specified row.
- getDateInfo() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getDBNum() - Method in enum org.aavso.tools.vstar.input.database.DatabaseType
-
- getDec() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- getDecoration(ContinuousModelFunction) - Method in interface org.aavso.tools.vstar.util.model.decorator.IModelDecorator
-
Given a model function object, return a decoration string.
- getDecorationName() - Method in interface org.aavso.tools.vstar.util.model.decorator.IModelDecorator
-
What is the name of the decoration?
- getDefault() - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Returns the default series type.
- getDefaultFileExtensions() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Returns the default file extensions.
- getDefaultStarListTitle() - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
-
- getDefaultTestValue() - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Return a default test value for this matcher, or null if there isn't one.
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.JDFieldMatcher
-
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
-
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
-
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
-
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
-
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
-
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
-
- getDefaultTimeElementsInBin() - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Get the default time elements in a time bin.
- getDefaultTimeElementsInBin() - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
-
- getDefaultTimeElementsInBin() - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
-
- getDefaultTimeIncrements() - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Get the default time increments or steps over a time bin range.
- getDefaultTimeIncrements() - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
-
- getDefaultTimeIncrements() - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
-
- getDegree() - Method in class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
-
- getDegree() - Method in class org.aavso.tools.vstar.ui.dialog.PolynomialDegreeDialog
-
Returns the currently selected degree value.
- getDelimiter() - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
- getDelimiter() - Method in class org.aavso.tools.vstar.ui.dialog.DelimitedFieldFileSaveChooser
-
- getDescription() - Method in enum org.aavso.tools.vstar.data.ObsType
-
- getDescription() - Method in class org.aavso.tools.vstar.data.SeriesType
-
- getDescription() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Get a description of this plugin.
- getDescription() - Method in class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
-
- getDescription() - Method in class org.aavso.tools.vstar.plugin.model.impl.TSPolynomialFitCreatorPlugin
-
Deprecated.
- getDescription() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
-
- getDescription() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- getDescription() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
-
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftFrequencyRangePeriodAnalysisPlugin
-
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
-
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin
-
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftStandardScanPeriodAnalysisPlugin
-
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
-
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
-
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
- getDescription() - Method in class org.aavso.tools.vstar.ui.dialog.FileExtensionFilter
-
- getDescription() - Method in class org.aavso.tools.vstar.ui.mediator.message.FilteredObservationMessage
-
- getDescription() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return a human-readable description of this model.
- getDescription() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
- getDescription() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- getDescription() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
-
- getDescription() - Method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
- getDescription() - Method in enum org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
-
- getDescription() - Method in class org.aavso.tools.vstar.util.stats.epoch.AlphaOmegaMeanJDEpochStrategy
-
- getDescription() - Method in interface org.aavso.tools.vstar.util.stats.epoch.IEpochStrategy
-
- getDescription() - Method in class org.aavso.tools.vstar.util.stats.epoch.MaxMagEpochStrategy
-
- getDescription() - Method in class org.aavso.tools.vstar.util.stats.epoch.MinMagEpochStrategy
-
- getDesignation() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- getDetail(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getDetailIndex(String) - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
Return the detail index given the key.
- getDetailKey(int) - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
Return the detail key given the detail ordering index.
- getDetails() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getDetailTitle(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getDetailTitles() - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
- getDialog(SeriesType) - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
-
- getDialog(SeriesType) - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
-
- getDialog(SeriesType) - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
-
- getDialog(SeriesType) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Get the period analysis dialog for this plugin.
- getDigitizer() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getDiscoverer() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
-
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
-
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
-
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
-
- getDiscrepantColumnIndex() - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Return the index of the "is-discrepant" column.
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
-
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
-
- getDiscrepantObservationNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
-
- getDisplayName() - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
The display name for this matcher.
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.JDFieldMatcher
-
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
-
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
-
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
-
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
-
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
-
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
-
- getDisplayName() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Get the human-readable display name for this plugin, e.g.
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
-
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.model.impl.TSPolynomialFitCreatorPlugin
-
Deprecated.
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
-
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
-
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftFrequencyRangePeriodAnalysisPlugin
-
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
-
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin
-
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftStandardScanPeriodAnalysisPlugin
-
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
-
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
-
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
- getDisplayString() - Method in interface org.aavso.tools.vstar.ui.undo.IUndoableAction
-
Return a human-readable display string for this action.
- getDisplayString() - Method in class org.aavso.tools.vstar.ui.undo.ObservationExclusionAction
-
- getDocumentManager() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getDomainOrder() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getDomainType() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- getDomainType() - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- getDomainValues() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- getEditor() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
-
- getEndX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getEndY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getEpoch() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
- getEpoch() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
- getEpoch() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseChangeMessage
-
- getEpoch() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseSelectionMessage
-
- getEpoch() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- getEpoch() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- getEpoch() - Method in class org.aavso.tools.vstar.util.coords.DecInfo
-
- getEpoch() - Method in class org.aavso.tools.vstar.util.coords.RAInfo
-
- getError() - Method in class org.aavso.tools.vstar.data.InvalidObservation
-
- getError() - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
-
- getError() - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Return the last error.
- getExcludedObservationNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getExtremeMag() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
- getExtremeTime() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
- getFieldIndexMap() - Method in class org.aavso.tools.vstar.data.validation.AAVSOFormatFieldInfoSource
-
Return a mapping from field name to index in the text format associated
with this source (for field validation).
- getFieldIndexMap() - Method in interface org.aavso.tools.vstar.data.validation.IFieldInfoSource
-
Return a mapping from field name to index in the text format
associated with this source (for field validation).
- getFieldIndexMap() - Method in class org.aavso.tools.vstar.data.validation.SimpleFormatFieldInfoSource
-
Return a mapping from field name to index in the text format associated
with this source (for field validation).
- getFieldInfoSource() - Method in enum org.aavso.tools.vstar.ui.mediator.NewStarType
-
- getFieldMatcher() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterPane
-
Return a field matcher corresponding to the selection.
- getFields() - Method in class org.aavso.tools.vstar.input.text.ObservationFieldSplitter
-
Return the required number of fields for the next line, appending with
nulls if too few fields are present in the line.
- getFiles() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Return a list of File objects; defaults to null.
- getFilterDescription() - Method in interface org.aavso.tools.vstar.data.filter.IFilterDescription
-
Get a description of the filter.
- getFilteredObs() - Method in class org.aavso.tools.vstar.ui.mediator.message.FilteredObservationMessage
-
- getFilteredObservationNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getFilteredObservations(List<ValidObservation>, boolean, boolean, boolean) - Method in class org.aavso.tools.vstar.data.filter.ObservationFilter
-
Filter the supplied list of observations.
- getFilterName() - Method in interface org.aavso.tools.vstar.data.filter.IFilterDescription
-
Get the filter's name.
- getFit() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
- getFit() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return the fitted observations, after having executed the algorithm.
- getFit() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
- getFit() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- getFit() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
-
- getFrequency() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
Return the frequency or null if the field text is malformed.
- getFrequency() - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
- getFrequency() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- getFrequency() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
-
- getFrequency() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisDatum
-
- getFrequency() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
- getFrequencyValueInRow(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
Return the frequency value at the specified row.
- getFunction() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
- getFunctionStrings() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return a mapping from names to strings representing model functions.
- getFunctionStrings() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
- getFunctionStrings() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- getFunctionStrings() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
-
- getFundamentalFrequency() - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
Return the fundamental frequency.
- getFundamentals() - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Returns a list of known (mapped) fundamental frequencies.
- getFValue() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
- getGeneralToolPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of General VStar Tool plugins.
- getGroup() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getGroup() - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
-
- getGroup() - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
-
- getGroup() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Get the group to which this plugin belongs (may be null).
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
-
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
-
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
-
- getGroup() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
-
- getGroup() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
-
- getGroup() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
- getGroupName() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupDialog
-
- getGroupName() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupWithStarsDialog
-
- getGroupNames() - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Return an ordered set of star group names.
- getHarmonic() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
Create and return a harmonic object for this period and harmonic count
selection.
- getHarmonic() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- getHarmonicListForPeriod() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
A list of Harmonic objects, each representing a frequency and harmonic
number (up to user selection) with respect to some fundamental frequency.
- getHarmonicMap() - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
- getHarmonicNumber() - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
- getHarmonicNumber() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- getHarmonics() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicInputDialog
-
Return all harmonics per user-specified period and harmonic number.
- getHarmonics() - Method in class org.aavso.tools.vstar.ui.mediator.message.HarmonicSearchResultMessage
-
- getHarmonics() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
- getHarmonicSearchNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getHelpHTMLResource() - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
Returns the HTML help resource URL.
- getHiFreq() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisParameterDialog
-
Deprecated.
- getHiFreqValue() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- getHiPeriodValue() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- getHJD() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getHqUncertainty() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getIconResource(String) - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
Returns an image icon given a resource URL string.
- getId() - Method in enum org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
-
- getIdentifier() - Method in class org.aavso.tools.vstar.ui.resources.Star
-
- getImageResource(String) - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
Returns an image given a resource URL string.
- getIndex() - Method in enum org.aavso.tools.vstar.data.ObsType
-
- getIndex() - Method in class org.aavso.tools.vstar.data.SeriesType
-
- getIndex() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisSelectionMessage
-
- getIndex() - Method in class org.aavso.tools.vstar.util.notification.ListChangeMessage
-
- getInitial() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- getInputLine() - Method in class org.aavso.tools.vstar.data.InvalidObservation
-
- getInputName() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- getInputName() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- getInputStreams() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- getInputType() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- getInputType() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
-
- getInputType() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
What is the input type for this plug-in?
- getInstance() - Static method in class org.aavso.tools.vstar.input.database.Authenticator
-
Singleton getter.
- getInstance() - Static method in class org.aavso.tools.vstar.scripting.ScriptRunner
-
Return a Singleton.
- getInstance() - Static method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Return Singleton.
- getInstance() - Static method in class org.aavso.tools.vstar.ui.dialog.prefs.PreferencesDialog
-
- getInstance() - Static method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
- getInstance() - Static method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Return the Singleton instance.
- getInstance() - Static method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
- getInstance() - Static method in class org.aavso.tools.vstar.util.comparator.FormattedDoubleComparator
-
- getInstance() - Static method in class org.aavso.tools.vstar.util.date.AbstractDateUtil
-
Getter for date AbstractDateUtil Singleton.
- getInstance() - Static method in class org.aavso.tools.vstar.util.discrepant.ZapperLogger
-
Singleton getter.
- getInvalidDataTable() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
- getInvalidObservations() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- getItemCount(int) - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
-
- getItemCount(int, Map<Integer, List<ValidObservation>>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Get the number of items associated with this specified series.
- getItemCount(int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
The number of JD items is the size of the mapped series list.
- getItemCount(int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getItemCount(int) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- getItemCount(int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
Each mapped series list is assumed to be have been duplicated to
facilitate a Standard Phase Diagram where the phase ranges over -1..1
inclusive.
- getItemCount(int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
Get the number of items in the series.
- getItemCount(int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
Get the number of items in the series.
- getItemCount(int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- getJD() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getJd() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
-
- getJulianDay() - Method in class org.aavso.tools.vstar.data.DateInfo
-
- getKind() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return a human-readable 'kind' string (e.g.
- getKind() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
- getKind() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- getKind() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
-
- getKMag() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getLastDatasetSelected() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- getLastObSelected() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
- getLastObSelected() - Method in class org.aavso.tools.vstar.ui.pane.list.SyntheticObservationListPane
-
- getLastObSelected() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- getLastPointClicked() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- getLastSinglySelectedSeries() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getLatestNewStarMessage() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getLegendItem(int, int) - Method in class org.aavso.tools.vstar.ui.pane.plot.VStarPlotDataRenderer
-
- getLibs() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- getLineCount() - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
- getLoadDate() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- getLocalDescriptions() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- getLocalDescriptionsToJarName() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- getLocalPluginsByJarName() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- getLockedPeriods() - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.RefinementParameterDialog
-
- getLoFreq() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisParameterDialog
-
Deprecated.
- getLoFreqValue() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- getLoginInfo() - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
- getLoginType() - Method in class org.aavso.tools.vstar.auth.AAVSOCompositeAuthenticationSource
-
- getLoginType() - Method in class org.aavso.tools.vstar.auth.AAVSOPostAuthenticationSource
-
- getLoginType() - Method in class org.aavso.tools.vstar.input.database.AAVSOAuthenticationSource
-
- getLoginType() - Method in class org.aavso.tools.vstar.input.database.CitizenSkyAuthenticationSource
-
Deprecated.
- getLoginType() - Method in interface org.aavso.tools.vstar.input.database.IAuthenticationSource
-
Returns the login type for this authenticator.
- getLoPeriodValue() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- getMag() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getMagAsYCoord(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Return the magnitude as the Y coordinate.
- getMagDecimalPlaces() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- getMagError(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Return the error associated with the magnitude.
- getMagError(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Return the error associated with the magnitude.
- getMagInputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- getMagModifier() - Method in class org.aavso.tools.vstar.data.Magnitude
-
- getMagnitude() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getMagnitudeBins() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
- getMagnitudes() - Method in class org.aavso.tools.vstar.util.stats.Bin
-
- getMagOutputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- getMags() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- getMagValue() - Method in class org.aavso.tools.vstar.data.Magnitude
-
- getMainWdwHeight() - Method in class org.aavso.tools.vstar.util.property.ApplicationProperties
-
- getMainWdwUpperLeftX() - Method in class org.aavso.tools.vstar.util.property.ApplicationProperties
-
- getMainWdwUpperLeftY() - Method in class org.aavso.tools.vstar.util.property.ApplicationProperties
-
- getMainWdwWidth() - Method in class org.aavso.tools.vstar.util.property.ApplicationProperties
-
- getManager() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementOperation
-
- getMatcherOps() - Method in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
- getMatcherOps() - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
An array of operations supported by this matcher.
- getMatchers() - Method in class org.aavso.tools.vstar.data.filter.ObservationFilter
-
- getMave() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
- getMax() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- getMaxAmp() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getMaxAmp() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getMaxDate() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
- getMaxDegree() - Method in interface org.aavso.tools.vstar.util.model.IPolynomialFitter
-
Returns the maximum degree supported by a concrete polynomial fitter.
- getMaxDegree() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- getMaxFields() - Method in enum org.aavso.tools.vstar.ui.mediator.NewStarType
-
- getMaxFreq() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getMaxFreq() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getMaximalStats() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getMaximalStats() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getMaxMag() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- getMaxMag() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- getMaxPeriod() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getMaxPeriod() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getMaxTimeIncrements(List<ValidObservation>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Given a list of observations, return the maximum time increments
or steps over a time bin range.
- getMaxTimeIncrements(List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
-
- getMaxTimeIncrements(List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
-
- getMaxWWZ() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getMaxWWZ() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getMeanObservation() - Method in class org.aavso.tools.vstar.util.stats.Bin
-
- getMeanObservations() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
- getMeanObsList() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- getMeansChangeNotifier() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- getMeansListPane() - Method in class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
-
- getMeanSourceSeriesChangeNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getMeanSourceSeriesNum() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- getMeanSourceSeriesType() - Method in class org.aavso.tools.vstar.ui.mediator.message.MeanSourceSeriesChangeMessage
-
- getMeansSeriesNum() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- getMessage() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementOperation
-
- getMin() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- getMinAmp() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getMinAmp() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getMinDate() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
- getMinDegree() - Method in interface org.aavso.tools.vstar.util.model.IPolynomialFitter
-
Returns the minimum degree supported by a concrete polynomial fitter.
- getMinDegree() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- getMinFields() - Method in enum org.aavso.tools.vstar.ui.mediator.NewStarType
-
- getMinFreq() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getMinFreq() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getMinMag() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- getMinMag() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- getMinPeriod() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getMinPeriod() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getMinWWZ() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getMinWWZ() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getModeDesc() - Method in enum org.aavso.tools.vstar.ui.mediator.ViewModeType
-
Return this mode type's description string.
- getModeFromDesc(String) - Static method in enum org.aavso.tools.vstar.ui.mediator.ViewModeType
-
Given a mode description string, return the mode type.
- getModel(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
-
- getModel(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.model.impl.TSPolynomialFitCreatorPlugin
-
Deprecated.
- getModel(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
-
Returns the model object for this plugin whose execute() method can be
invoked to create the model artifacts.
- getModel() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
- getModel() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
- getModel() - Method in class org.aavso.tools.vstar.ui.mediator.message.ModelCreationMessage
-
- getModel() - Method in class org.aavso.tools.vstar.ui.mediator.message.ModelSelectionMessage
-
- getModelCreationNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getModelCreatorPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of Model Creator plugins, whether internal to VStar or
dynamically loaded.
- getModelFunction() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- getModelFunction() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Returns the model function and context.
- getModelFunction() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
- getModelFunction() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- getModelFunction() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
-
- getModelFunctionSeriesNum() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- getModelListPane(AnalysisType, IModel) - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
- getModelSelectionMessage() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getModelSelectionNofitier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getMonthName(int) - Method in class org.aavso.tools.vstar.util.date.AbstractDateUtil
-
Returns the name of the month given the month number.
- getMType() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getMultipleObservationSelectionNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getName() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getName() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
-
- getName() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
-
- getName() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- getName() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
- getName() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
-
- getName() - Method in class org.aavso.tools.vstar.ui.NamedComponent
-
- getName() - Method in class org.aavso.tools.vstar.ui.resources.Star
-
- getName() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
-
- getNeff() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
- getNewStarListener() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Get the new star listener for this plugin.
- getNewStarMessageList() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getNewStarNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getNewStarType() - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
- getNewStarType() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
-
- getNewStarType() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
This method returns the NewStarType enumerated value.
- getNewStarType() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- getNewTopHits() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisRefinementMessage
-
- getNextPane() - Method in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
- getNextSeriesNum() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getNextUntitledFilterName() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Return the name of the next untitled filter.
- getNum() - Method in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
-
- getNumberFormat() - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Get the desired DecimalNumber-style format.
- getNumberFormat() - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
-
- getNumberFormat() - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
-
- getNumberOfHarmonics() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
Get the number of harmonics (e.g.
- getNumberOfRecords() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Return number of records to be read if this observation retriever
supports progress tracking (e.g.
- getNumberOfRecords() - Method in class org.aavso.tools.vstar.input.text.TextFormatObservationReader
-
- getNumericallyMaximumMagnitudeIndex() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
- getNumericallyMinimumMagnitudeIndex() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
- getObject() - Method in class org.aavso.tools.vstar.util.notification.ListChangeMessage
-
- getObs() - Method in class org.aavso.tools.vstar.ui.mediator.message.SeriesCreationMessage
-
- getObs() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
This method returns the underlying data for this table model.
- getObs() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getObs() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getObsAndMeanChartPane() - Method in class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
-
- getObsCategoryMap() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- getObsCode() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getObservation() - Method in exception org.aavso.tools.vstar.exception.ObservationValidationWarning
-
- getObservation() - Method in class org.aavso.tools.vstar.ui.mediator.message.DiscrepantObservationMessage
-
- getObservation() - Method in class org.aavso.tools.vstar.ui.mediator.message.ObservationSelectionMessage
-
- getObservationListPane(AnalysisType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Given an analysis type, the observation list pane for the specified
analysis type.
- getObservationPlotModel(AnalysisType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Get the observation plot model for the specified analysis type.
- getObservationRetriever() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- getObservationRetriever() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
-
- getObservationRetriever() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Get an observation retriever for this plug-in.
- getObservations() - Method in interface org.aavso.tools.vstar.data.IOrderedObservationSource
-
Returns a list of valid observations.
- getObservations() - Method in class org.aavso.tools.vstar.ui.mediator.message.ExcludedObservationMessage
-
- getObservations() - Method in class org.aavso.tools.vstar.ui.mediator.message.MultipleObservationSelectionMessage
-
- getObservations() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- getObservations() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
- getObservations(SeriesType) - Method in interface org.aavso.tools.vstar.ui.model.plot.ISeriesInfoProvider
-
Get the observations for the specified series.
- getObservations(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getObservationSelectionMessage() - Method in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
- getObservationSelectionNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getObservationsInView() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
Retrieve the valid observations that are currently in the table's view.
- getObservationSourcePlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of VStar Observation Source plugins.
- getObservationToolPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of VStar Observation Tool plugins.
- getObserverCode() - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
-
- getObsFilterDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getObsInfo() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- getObsListPane() - Method in class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
-
- getObsModel() - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
-
- getObsModels() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- getObsSourceIdentifier() - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
- getObsTable() - Method in class org.aavso.tools.vstar.ui.pane.list.SyntheticObservationListPane
-
- getObsTableModel() - Method in class org.aavso.tools.vstar.ui.pane.list.SyntheticObservationListPane
-
- getObsType() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getObsTypeFromAIDIndex(int) - Static method in enum org.aavso.tools.vstar.data.ObsType
-
- getOrigString() - Method in class org.aavso.tools.vstar.data.CommentCodes
-
- getOtherDecimalPlaces() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- getOtherInputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- getOtherOutputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- getPanRequestNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getPanType() - Method in class org.aavso.tools.vstar.ui.mediator.message.PanRequestMessage
-
- getParam(int) - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
- getParameters() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return the list of coefficients that gives rise to the model.
- getParameters() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
- getParameters() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- getParameters() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
-
- getParsableDescription() - Method in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
- getParsableDescription() - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Return a parsable description of this matcher; defaults to the empty
string.
- getPassword() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- getPassword() - Method in class org.aavso.tools.vstar.ui.dialog.LoginDialog
-
- getPasswordAuthentication() - Method in class org.aavso.tools.vstar.util.plugin.URLAuthenticator
-
- getPeriod() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
Return the period or null if the field text is malformed.
- getPeriod() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
- getPeriod() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
- getPeriod() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodChangeMessage
-
- getPeriod() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseChangeMessage
-
- getPeriod() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseSelectionMessage
-
- getPeriod() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- getPeriod() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- getPeriod() - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
- getPeriod() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- getPeriod() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
-
- getPeriod() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisDatum
-
- getPeriod() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
- getPeriodAnalysisPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of Period Analysis plugins, whether internal to VStar or
dynamically loaded.
- getPeriodAnalysisRefinementNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getPeriodAnalysisSelectionNotifier() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
- getPeriodAnalysisSelectionNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getPeriodChangeNotifier() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
- getPeriodChangeNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getPeriods() - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.PeriodGatheringPane
-
Gets the collected periods.
- getPeriodValueInRow(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
Return the period value at the specified row.
- getPhase() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- getPhaseChangeNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getPhaseParameterDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getPhasePlotTableColumnInfoSource() - Method in enum org.aavso.tools.vstar.ui.mediator.NewStarType
-
- getPhaseSelectionNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getPlotPane(AnalysisType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Given an analysis type, the plot pane for the specified analysis type.
- getPluginDescriptions() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginTableModel
-
- getPluginsBaseUrl() - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Return the plug-ins base URL according to preferences.
- getPower() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
-
- getPower() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisDatum
-
- getPower() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
- getPpModel() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
- getPreviousCyclePhase() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getProgressNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getPValue() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
- getRA() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- getRangeType() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- getRangeType() - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- getRangeValues() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- getRawDataTableColumnInfoSource() - Method in enum org.aavso.tools.vstar.ui.mediator.NewStarType
-
- getRawRecord() - Method in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
-
Return the current raw record.
- getRecordNumber() - Method in class org.aavso.tools.vstar.data.Observation
-
- getRefineByFrequencyName() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- getRefineByFrequencyName() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisAlgorithm
-
Get the refine-by-frequency algorithm name.
- getRefinedData() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisRefinementMessage
-
- getRefinedTopHits() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisRefinementMessage
-
- getRegex() - Static method in enum org.aavso.tools.vstar.data.CommentType
-
- getRelativeAmplitude(double) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
Get the relative amplitude given the first amplitude to which the current
amplitude is relative.
- getRelativeAmplitudes(double) - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Returns a list relative amplitudes for a given fundamental frequency.
- getRelativePhase(double) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
Get the relative phase in radians given the first phase to which the
current phase is relative.
- getRelativePhaseInCycles(double) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
Get the relative phase in cycles (radians/2PI) given the first phase to
which the current phase is relative.
- getRelativePhases(double, boolean) - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Returns a list relative phases for a given fundamental frequency, with
the option of whether the relative phase values should be in radians or
cycles.
- getRelativeSequenceString(double, int, boolean) - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Returns a string representing the sequence of relative amplitude-phase
pairs for a given fundamental frequency, at a specified precision, with
the option of whether the relative phase values should be in radians or
cycles.
- getRemoteDescriptions() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- getRemoteDescriptionsToJarName() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- getRemotePluginsByJarName() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- getRenderer() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- getResiduals() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return the residuals as observations, after having executed the
algorithm.
- getResiduals() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
- getResiduals() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- getResiduals() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
-
- getResidualsListPane(AnalysisType, IModel) - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
- getResolution() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisParameterDialog
-
Deprecated.
- getResolutionValue() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- getResultSeries() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- getResultSeries() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisAlgorithm
-
Return the result of the period analysis.
- getRetriever() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- getRevNum() - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
- getRevNum() - Static method in class org.aavso.tools.vstar.ui.resources.RevisionAccessor
-
Get the latest revision number if REVISION is of the form:
n:m...
- getRowCount() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginTableModel
-
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
-
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisIndexedTopHitsTableModel
-
Deprecated.
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
-
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
-
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
-
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
-
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
-
- getRowIndexFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
Returns the row index (0..n-1) given an observation.
- getRowIndexFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
Returns the row index (0..n-1) given an observation.
- getSelectedAUID() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
- getSelectedFile() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
- getSelectedFile() - Method in class org.aavso.tools.vstar.ui.dialog.DelimitedFieldFileSaveChooser
-
- getSelectedFile() - Method in class org.aavso.tools.vstar.ui.dialog.PNGImageFileSaveChooser
-
Returns the selected file and ensures it has a ".PNG" suffix, e.g.
- getSelectedOption() - Method in class org.aavso.tools.vstar.ui.dialog.RadioButtonDialog
-
- getSelectedStarGroupName() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
- getSelectedStarName() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
- getSeries() - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Returns a comma-separated string of series names for the current dataset,
including bands and synthetic series such as means, model, residuals.
- getSeries() - Method in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
-
- getSeries() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
- getSeriesColorChangeNotifier() - Static method in class org.aavso.tools.vstar.data.SeriesType
-
- getSeriesCount() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
-
- getSeriesCount() - Method in interface org.aavso.tools.vstar.ui.model.plot.ISeriesInfoProvider
-
- getSeriesCount() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getSeriesCount() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- getSeriesCount() - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- getSeriesCreationNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getSeriesFromDescription(String) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Map from band descriptive name to series type.
- getSeriesFromIndex(int) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Map from AID band index to series type.
- getSeriesFromShortName(String) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Map from short band description to series type.
- getSeriesInfoProvider() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Get the object that has information about available series and
observations pertaining thereto.
- getSeriesKey(int) - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
-
- getSeriesKey(int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getSeriesKey(int) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- getSeriesKey(int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- getSeriesKey(int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ3DPlotModel
-
- getSeriesKeys() - Method in interface org.aavso.tools.vstar.ui.model.plot.ISeriesInfoProvider
-
Get a set of series keys.
- getSeriesKeys() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getSeriesNum() - Method in class org.aavso.tools.vstar.ui.dialog.series.MeanSourcePane
-
- getSeriesNumToObSrcListMap() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getSeriesNumToSrcTypeMap() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getSeriesSizeChangeNotifier() - Static method in class org.aavso.tools.vstar.data.SeriesType
-
- getSeriesVisibilityChangeNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getSeriesVisibilityMap() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseChangeMessage
-
- getSeriesVisibilityMap() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseSelectionMessage
-
- getSeriesVisibilityMap() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getSeriesWhoseElementsShouldBeJoinedVisually() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Which series' elements should be joined visually (e.g.
- getSeriesWhoseElementsShouldBeJoinedVisually() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Which series' elements should be joined visually (e.g.
- getShortName() - Method in enum org.aavso.tools.vstar.data.MTypeType
-
- getShortName() - Method in class org.aavso.tools.vstar.data.SeriesType
-
- getSineCoefficient() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- getSize() - Method in class org.aavso.tools.vstar.data.SeriesType
-
- getSizeFromSeries(SeriesType) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Given a series, retrieve its size.
- getSource() - Method in class org.aavso.tools.vstar.ui.mediator.message.MessageBase
-
- getSource() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- getSource() - Method in class org.aavso.tools.vstar.util.notification.ListChangeMessage
-
- getSourceName() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Retrieve the name of the source of the observations.
- getSourceName() - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseObservationReader
-
- getSourceName() - Method in class org.aavso.tools.vstar.input.text.TextFormatObservationReader
-
- getSourceType() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Retrieve the type of the source of the observations.
- getSourceType() - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseObservationReader
-
- getSourceType() - Method in class org.aavso.tools.vstar.input.text.TextFormatObservationReader
-
- getSpectralType() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- getSrcTypeToSeriesNumMap() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getStandarddetailKeys() - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
- getStandardPhase() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getStarByAUID(Connection, String) - Method in class org.aavso.tools.vstar.input.database.AIDStarNameAndAUIDSource
-
Deprecated.
Return the name of the star given an AUID.
- getStarByAUID(Connection, String) - Method in interface org.aavso.tools.vstar.input.database.IStarNameAndAUIDSource
-
Return the name of the star given an AUID.
- getStarByAUID(Connection, String) - Method in class org.aavso.tools.vstar.input.database.VSXStarNameAndAUIDSource
-
Return the name and other information about a star given an AUID.
- getStarByAUID(Connection, String) - Method in class org.aavso.tools.vstar.input.database.VSXWebServiceStarNameAndAUIDSource
-
- getStarByAUID(Connection, String) - Method in class org.aavso.tools.vstar.input.database.VSXWebServiceVOTableStarNameAndAUIDSource
-
- getStarByName(Connection, String) - Method in class org.aavso.tools.vstar.input.database.AIDStarNameAndAUIDSource
-
Deprecated.
Return the AUID of the named star.
- getStarByName(Connection, String) - Method in interface org.aavso.tools.vstar.input.database.IStarNameAndAUIDSource
-
Return the AUID of the named star.
- getStarByName(Connection, String) - Method in class org.aavso.tools.vstar.input.database.VSXStarNameAndAUIDSource
-
Return the AUID and other information about the named star.
- getStarByName(Connection, String) - Method in class org.aavso.tools.vstar.input.database.VSXWebServiceStarNameAndAUIDSource
-
- getStarByName(Connection, String) - Method in class org.aavso.tools.vstar.input.database.VSXWebServiceVOTableStarNameAndAUIDSource
-
- getStarGroups() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
- getStarInfo() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Returns a StarInfo instance for the object whose observations are being
loaded.
- getStarInfo() - Method in class org.aavso.tools.vstar.input.text.TextFormatObservationReader
-
- getStarInfo() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- getStarList() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupWithStarsDialog
-
- getStarList() - Static method in class org.aavso.tools.vstar.ui.resources.PropertiesAccessor
-
Build some constants for the starlists.
- getStarListTitle() - Static method in class org.aavso.tools.vstar.ui.resources.PropertiesAccessor
-
- getStarName(Connection, String) - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
Return the name of the star given an AUID.
- getStarName() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewStarDialog
-
- getStarName() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
- getStarNamesInGroup(String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Return an ordered set of star names in the specified group.
- getStartX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getStartY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getStats() - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
-
- getStats() - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- getStats() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- getStats() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- getStatsInfo() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
- getStatusPane() - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
- getStatusPane() - Method in class org.aavso.tools.vstar.ui.MainFrame
-
- getStatusPane() - Method in class org.aavso.tools.vstar.ui.VStarApplet
-
- getStopRequestNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getStringValue() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
-
- getStringValue() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
-
- getStringValue() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- getStringValue() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
- getStringValue() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagerTableOperationCellRenderer
-
Deprecated.
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
-
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
-
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
-
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
-
- getTableColumnClass(int) - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Given a column index return the type for that table column.
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
-
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
-
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
-
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
-
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
-
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
-
- getTableColumnTitle(int) - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Given a column index return a title for a table column.
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
-
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
-
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
-
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
-
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
-
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
-
- getTableColumnValue(int, ValidObservation) - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Given a column index and a valid observation, return an object
for a table column.
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
-
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
-
- getTau() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
-
- getTestValueFromObservation(ValidObservation) - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Return a test value for this matcher given an observation.
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.JDFieldMatcher
-
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
-
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
-
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
-
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
-
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
-
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
-
- getTextFormatValidator(LineNumberReader) - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
Return an instance of the text format validator class to be used for
creating observation objects from a sequence of lines containing comma or
tab delimited fields (CSV, TSV).
- getTextStrings() - Method in class org.aavso.tools.vstar.ui.dialog.TextDialog
-
Get a list of strings from the text fields.
- getTimeAxisLabel(String) - Static method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- getTimeDecimalPlaces() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- getTimeElement(List<ValidObservation>, int) - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Get the time element given an observation and an index.
- getTimeElement(List<ValidObservation>, int) - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
-
- getTimeElement(List<ValidObservation>, int) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
-
- getTimeElementEntity() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- getTimeElementsInBin() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- getTimeInputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- getTimeOutputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- getTimeUnits() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Returns the time units string (e.g.
- getTip() - Method in class org.aavso.tools.vstar.ui.NamedComponent
-
- getToken() - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
-
- getTopHits() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Return the "top hits" from the period analysis.
- getTopHits() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisAlgorithm
-
Return the "top hits" of the period analysis.
- getTopN() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisIndexedTopHitsTableModel
-
Deprecated.
- getTopPowerIndexPairs() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisIndexedTopHitsTableModel
-
Deprecated.
- getType() - Method in class org.aavso.tools.vstar.data.filter.BooleanFieldMatcher
-
- getType() - Method in class org.aavso.tools.vstar.data.filter.DoubleFieldMatcher
-
- getType() - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
What is the type of the field to be matched against?
- getType() - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
-
- getType() - Method in class org.aavso.tools.vstar.data.filter.StringFieldMatcher
-
- getType() - Method in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
-
- getType() - Method in class org.aavso.tools.vstar.ui.mediator.message.SeriesCreationMessage
-
- getType() - Method in class org.aavso.tools.vstar.ui.mediator.message.UndoActionMessage
-
- getType() - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
-
- getType() - Method in class org.aavso.tools.vstar.util.notification.ListChangeMessage
-
- getTypeFromDescription(String) - Static method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
Given a description, return the corresponding coordinate type.
- getTypeFromFlag(String) - Static method in enum org.aavso.tools.vstar.data.CommentType
-
Given a commentcode from an input file or database, return the
corresponding comment type.
- getTypeFromFlag(String) - Static method in enum org.aavso.tools.vstar.data.ValidationType
-
Given a valflag from an input file or database, return
the corresponding validation type.
- getTypeFromId(int) - Static method in enum org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
-
Given an index, return the corresponding type.
- getUI() - Static method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getUIComponent() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
-
- getUIComponent() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
-
Returns the UI component.
- getUIComponent() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- getUIComponent() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
- getUIComponent() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
-
- getUiType() - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
- getUiType() - Method in class org.aavso.tools.vstar.ui.MainFrame
-
- getUiType() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
- getUiType() - Method in class org.aavso.tools.vstar.ui.VStarApplet
-
- getUncertainty() - Method in class org.aavso.tools.vstar.data.Magnitude
-
- getUndoableActionManager() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getUndoActionNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getUniqueId() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
-
- getUnit() - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Return the time unit.
- getUnit() - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
- getUnit() - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
- getUnit() - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
- getUnit() - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
- getURLs() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- getURLs() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Return a list of URL objects; defaults to null.
- getUrlString() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
- getUserID() - Method in class org.aavso.tools.vstar.auth.AAVSOPostAuthenticationSource
-
Return the authentiated user ID.
- getUsername() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- getUsername() - Method in class org.aavso.tools.vstar.ui.dialog.LoginDialog
-
- getUserName() - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
-
- getValflag() - Method in enum org.aavso.tools.vstar.data.ValidationType
-
Return the valflag string corresponding to this this enum value.
- getValidationType() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- getValidDataTable() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
- getValidObservation(int, int, Map<Integer, List<ValidObservation>>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Given a series and item number, return the corresponding observation.
- getValidObservation(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
Given a series and item number, return the corresponding observation.
- getValidObservation(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Given a series and item number, return the corresponding observation.
- getValidObservation(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
Given a series and item number, return the corresponding observation.
- getValidObservation(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
Given a series and item number, return the corresponding observation.
- getValidObservation(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
Given a series and item number, return the corresponding observation.
- getValidObservationCategoryMap() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- getValidObservations() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
-
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.DoubleField
-
Get the double value from the text field, if possible, otherwise return
null if no valid number is present in the textField.
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.IntegerField
-
Get the integer value from the text field, if possible, otherwise return
null if no valid number is present in the textField.
- getValue() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
-
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
Get the numeric value from the textField, if possible, otherwise return
null if no valid number is present in the textField.
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
-
- getValue() - Method in class org.aavso.tools.vstar.ui.NumberSelectionPane
-
- getValue(PeriodAnalysisCoordinateType) - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
-
Retrieve a value by coordinate type.
- getValue(PeriodAnalysisCoordinateType) - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisDatum
-
Retrieve a value by coordinate type.
- getValue(WWZCoordinateType) - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
Given a coordinate type, return the corresponding value from this
statistic object.
- getValue(PeriodAnalysisCoordinateType) - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginTableModel
-
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
-
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisIndexedTopHitsTableModel
-
Deprecated.
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
-
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
-
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
-
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
-
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
-
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
Get the value under test.
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
-
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.JDFieldMatcher
-
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
-
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
-
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
-
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
-
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
-
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
-
- getVariablePeriods() - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.RefinementParameterDialog
-
- getVarType() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- getVersionString() - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
- getViewMode() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getViewMode() - Method in class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
-
- getVisibilityDeltaMap() - Method in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
- getVisibilityDeltaMap() - Method in class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
-
- getVisibilityMap() - Method in interface org.aavso.tools.vstar.ui.model.plot.IVisibilityMapSource
-
Deprecated.
- getVisibleSeries() - Method in class org.aavso.tools.vstar.ui.mediator.message.SeriesVisibilityChangeMessage
-
- getVisibleSeries() - Method in interface org.aavso.tools.vstar.ui.model.plot.ISeriesInfoProvider
-
What is the current set of visible series?
- getVisibleSeries() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getVisibleSeriesTypes() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- getVisibleSeriesTypes() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
If a non-null value is return by this method, once all observations are
loaded, a series visibility change message will be sent to ensure that
all observations are visible.
- getWarning() - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
-
- getWarning() - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Return the last warning.
- getWeights() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- getWithinGroupDF() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
Returns the within-group degrees of freedom for the F-test result.
- getWwt() - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
-
- getWwz() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
- getX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
-
- getX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- getX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- getXCoord(int, int, Map<Integer, List<ValidObservation>>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Get the X coordinate value associated with the specified series and item.
- getXCoord(int, List<ValidObservation>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Get the X coordinate value associated with the specified item.
- getXCoord(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
Get the Julian Day associated with the specified series and item.
- getXCoord(int, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
Get the JD coordinate value associated with the specified item.
- getXCoord(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
Get the phase associated with the specified series and item.
- getXCoord(int, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
Get the phase coordinate value associated with the specified item.
- getXCoord(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
Get the phase associated with the specified series and item.
- getXCoord(int, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
Get the phase coordinate value associated with the specified item.
- getXCoord(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
Get the phase associated with the specified series and item.
- getXCoord(int, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
Get the phase coordinate value associated with the specified item.
- getXValue(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- getY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
-
- getY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- getY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- getY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- getYValue(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- getZ(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ3DPlotModel
-
- getZeroPoint() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
- getZeroPointOffset() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- getZeroPointOffset() - Method in class org.aavso.tools.vstar.util.TSBase
-
Return the zero-point offset that must be subtracted from each time step
when creating a model equation or performing a model fit operation.
- getZoomRequestNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- getZoomType() - Method in class org.aavso.tools.vstar.ui.mediator.message.ZoomRequestMessage
-
- getZType() - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ3DPlotModel
-
- getZValue(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ3DPlotModel
-
- Green - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- IAlgorithm - Interface in org.aavso.tools.vstar.util
-
Classes implementing an algorithm to be executed must realise this interface.
- IAuthenticationSource - Interface in org.aavso.tools.vstar.input.database
-
All sources of authentication must implement this interface.
- ICoordSource - Interface in org.aavso.tools.vstar.ui.model.plot
-
This interface must be implemented by all coordinate sources for items within
a plot series.
- IDiscrepantReporter - Interface in org.aavso.tools.vstar.util.discrepant
-
All discrepant reporters must realise this interface.
- IEpochStrategy - Interface in org.aavso.tools.vstar.util.stats.epoch
-
This interface must be implemented by all classes implementing an
epoch determination strategy.
- IFieldInfoSource - Interface in org.aavso.tools.vstar.data.validation
-
This interface must be implemented by any class wanting
to be a source of field name to index information.
- IFilterDescription - Interface in org.aavso.tools.vstar.data.filter
-
An interface that can be used to describe a filter and to determine whether
it is possible to parse the description.
- IInteruptible - Interface in org.aavso.tools.vstar.util
-
Interruptible interface.
- IMainUI - Interface in org.aavso.tools.vstar.ui
-
The interface for all VStar main UI components, e.g.
- IModel - Interface in org.aavso.tools.vstar.util.model
-
All model classes must implement this interface, e.g.
- IModelDecorator - Interface in org.aavso.tools.vstar.util.model.decorator
-
The interface for all model decorators.
- include(RowFilter.Entry<? extends IOrderedObservationSource, ? extends Integer>) - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationTableRowFilter
-
- include(RowFilter.Entry<? extends IOrderedObservationSource, ? extends Integer>) - Method in class org.aavso.tools.vstar.ui.pane.list.VisibleSeriesRowFilter
-
- InclusiveRangePredicate - Class in org.aavso.tools.vstar.data.validation
-
Inclusive numeric range predicate class: lower <= value <= upper
- InclusiveRangePredicate(double, double) - Constructor for class org.aavso.tools.vstar.data.validation.InclusiveRangePredicate
-
Constructor.
- INCREMENT_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
-
- incrementProgress() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Increment observation retrieval progress.
- incrementProgressBar(int) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Increment the progress bar by N.
- indexOf(Object) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- INFO - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- InfoDialog - Class in org.aavso.tools.vstar.ui.dialog
-
Information dialog for the currently loaded document.
- InfoDialog(List<NewStarMessage>) - Constructor for class org.aavso.tools.vstar.ui.dialog.InfoDialog
-
Constructor.
- init() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Initialise manager.
- init() - Method in class org.aavso.tools.vstar.ui.VStarApplet
-
- init() - Method in class org.aavso.tools.vstar.util.property.ApplicationProperties
-
Initialise the application properties and store them.
- initial - Variable in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- initPool(ComboPooledDataSource, int) - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
- inputName - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- inputStreams - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- InputType - Enum in org.aavso.tools.vstar.plugin
-
Plug-in input types.
- insertObservation(ValidObservation, List<ValidObservation>) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Insert an observation into the observation list with the post-condition
that the list remains sorted by JD.
- installPlugin(String, PluginManager.Operation) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Install the specified plugin and dependent libraries.
- instance - Static variable in class org.aavso.tools.vstar.data.validation.AAVSOFormatFieldInfoSource
-
- instance - Static variable in class org.aavso.tools.vstar.data.validation.SimpleFormatFieldInfoSource
-
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
-
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
-
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
- instance - Static variable in class org.aavso.tools.vstar.util.comparator.JDComparator
-
- instance - Static variable in class org.aavso.tools.vstar.util.comparator.PreviousCyclePhaseComparator
-
- instance - Static variable in class org.aavso.tools.vstar.util.comparator.RankedIndexPairComparator
-
- instance - Static variable in class org.aavso.tools.vstar.util.comparator.StandardPhaseComparator
-
- instance - Static variable in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPointComparator
-
Singleton instance.
- IntegerField - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the name, range, and value of an integer text field
along with a GUI textField and methods to operate upon it.
- IntegerField(String, Integer, Integer, Integer) - Constructor for class org.aavso.tools.vstar.ui.dialog.IntegerField
-
Constructor
- interrupt() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
-
- interrupt() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
-
- interrupt() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Interrupt the execution of the algorithm.
- interrupt() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementOperation
-
Interrupts the current operation.
- interrupt() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Interrupts the current operation.
- interrupt - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
- interrupt() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
- interrupt() - Method in interface org.aavso.tools.vstar.util.IInteruptible
-
Interrupts the algorithm.
- interrupt() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
- interrupt() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- interrupt() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
-
- interrupt() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- interrupt() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
- interrupt() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransformWithMods
-
- interrupted - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- interrupted - Variable in class org.aavso.tools.vstar.util.TSBase
-
- InvalidObservation - Class in org.aavso.tools.vstar.data
-
This class corresponds to a single invalid variable star observation.
- InvalidObservation(String, String, boolean) - Constructor for class org.aavso.tools.vstar.data.InvalidObservation
-
Constructor
- InvalidObservation(String, String) - Constructor for class org.aavso.tools.vstar.data.InvalidObservation
-
Construct an InvalidObservation that defaults as an error.
- invalidObservations - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
The list of invalid observations retrieved.
- invalidObservations - Variable in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
-
The list of invalid observations retrieved.
- InvalidObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
A table model for invalid observations.
- InvalidObservationTableModel(List<InvalidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
-
Constructor
- InViewObservationFilter - Class in org.aavso.tools.vstar.ui.model.plot
-
This class creates a filtered subset of observations based upon what is
currently in the raw plot.
- InViewObservationFilter() - Constructor for class org.aavso.tools.vstar.ui.model.plot.InViewObservationFilter
-
- invoke() - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
-
Invokes this tool plugin.
- invoke(ISeriesInfoProvider) - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
-
Given information about observations per series, perform some arbitrary
processing on a subset of the observations.
- invokeTool(ObservationToolPluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Invokes a tool plugin with the currently loaded observations.
- IObservationFieldMatcher - Interface in org.aavso.tools.vstar.data.filter
-
The interface for all observation field matchers.
- IOrderedObservationSource - Interface in org.aavso.tools.vstar.data
-
Classes implementing this interface are a source of ordered,
valid observations.
- IPeriodAnalysisAlgorithm - Interface in org.aavso.tools.vstar.util.period
-
Classes implementing a period analysis algorithm to be executed must realise
this interface.
- IPeriodAnalysisDatum - Interface in org.aavso.tools.vstar.util.period
-
This interface defines methods that must be supported by a single period
analysis result datum/datapoint/result.
- IPlugin - Interface in org.aavso.tools.vstar.plugin
-
All VStar plugins must implement this interface.
- IPolynomialFitter - Interface in org.aavso.tools.vstar.util.model
-
All polynomial fit implementations must realise this interface.
- IPreferenceComponent - Interface in org.aavso.tools.vstar.ui.dialog.prefs
-
This interface defines all methods that must be implemented by a preference
dialog component.
- IS_UNCERTAIN - Static variable in class org.aavso.tools.vstar.data.Magnitude
-
- isAdditive - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- isAdditive() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- isBarycentric - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- isBarycentric() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- isBrighterThan() - Method in class org.aavso.tools.vstar.data.Magnitude
-
- isCancelled() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
- isCancelled() - Method in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
- isCancelled() - Method in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
-
- isCancelled() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
- isCellEditable(int, int) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginTableModel
-
- isCellEditable(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
- isDiscrepant() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- isEmpty() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- ISeriesInfoProvider - Interface in org.aavso.tools.vstar.ui.model.plot
-
Realisations of this interface provide information about currently available
series with respect to existence, visibility and corresponding observations.
- isExcluded() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- isFainterThan() - Method in class org.aavso.tools.vstar.data.Magnitude
-
- isFundamental() - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
Does this represent a fundamental frequency?
- isHarmonic(Harmonic) - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
Is the specified harmonic a multiple of this one and the current one is a
fundamental.
- isHeliocentric - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- isHeliocentric() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Has this observation retriever pulled in observations that correspond to
heliocentric JD values.
- isHeliocentricObsSrc - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- isLegallyEmpty(String) - Method in class org.aavso.tools.vstar.data.validation.AbstractStringValidator
-
Is the supplied string legally empty or null?
- isLoadAdditive() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Return whether or not the load is additive.
- isLoadAdditive() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
Return whether or not the load is additive.
- isLocal(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Does the plugin description correspond to a local plugin?
- isLogarithmic() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- isMember() - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
-
- isNotifyEnabled() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
Are change notifications enabled?
- isParsable() - Method in interface org.aavso.tools.vstar.data.filter.IFilterDescription
-
Is it possible to parse this description?
- isReadOnly() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
-
- isReadOnly() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
-
- isReadOnly() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- isReadOnly() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
- isReadOnly() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
-
- isRedoStackEmpty() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Is the redo stack empty?
- isRemote(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Does the plugin description correspond to a remote plugin?
- isRemoteAndLocal(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Does the plugin description correspond to both a remote and local plugin?
- isScriptingMode() - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
Are we in scripting mode?
- isScriptingMode() - Method in class org.aavso.tools.vstar.ui.MainFrame
-
- isScriptingMode() - Method in class org.aavso.tools.vstar.ui.VStarApplet
-
- isSeriesVisibleByDefault(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Should the specified series be visible by default?
- isStandardDetailKey(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Does the specified detail key correspond to a standard detail key?
- isSynthetic() - Method in class org.aavso.tools.vstar.data.SeriesType
-
- IStarNameAndAUIDSource - Interface in org.aavso.tools.vstar.input.database
-
This interface must be implemented by any class wishing to retrieve
star name or AUID from a database.
- IStartAndCleanup - Interface in org.aavso.tools.vstar.util
-
Classes that need to enforce start-up/clean-up methods can implement this interface.
- isTransformed() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- isUncertain() - Method in class org.aavso.tools.vstar.data.Magnitude
-
- isUndoStackEmpty() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Is the undo stack empty?
- isUrlProvided() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Was a URL string of some kind provided and accepted?
- isUserDefined() - Method in class org.aavso.tools.vstar.data.SeriesType
-
- isWarning() - Method in class org.aavso.tools.vstar.data.InvalidObservation
-
- ITableColumnInfoSource - Interface in org.aavso.tools.vstar.ui.model.list
-
This interface must be implemented by any class wanting
to be a source of table model column information: column
count, values, names.
- iterator() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- ITextComponent<T> - Interface in org.aavso.tools.vstar.ui.dialog
-
The interface to be implemented by all text components in a dialog.
- ITimeElementEntity - Interface in org.aavso.tools.vstar.ui.model.plot
-
This interface must be implemented by any component wanting to be
a source or sink of time element values (Julian Day, phase) from
a list of observations.
- IUndoableAction - Interface in org.aavso.tools.vstar.ui.undo
-
All classes that represent undoable actions must implement this interface.
- IVisibilityMapSource - Interface in org.aavso.tools.vstar.ui.model.plot
-
Deprecated.
- PAN_DOWN - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- PAN_LEFT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- PAN_RIGHT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- PAN_UP - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- PanRequestMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when a pan left or right is requested.
- PanRequestMessage(Object, PanType) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PanRequestMessage
-
- PanType - Enum in org.aavso.tools.vstar.ui.mediator.message
-
This enumerated type captures pan type.
- parseDouble(String) - Static method in class org.aavso.tools.vstar.util.locale.NumberParser
-
Parse a string, returning a double primitive value, or if no valid double
value is present, throw a NumberFormatException.
- password - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- pause(long) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Pause for the specified number of milliseconds.
- performModellingOperation(ModelCreatorPluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Perform a plugin based modeling operation.
- performModellingOperation(IModel) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Perform a non-plugin based modeling operation.
- performPeriodAnalysis(PeriodAnalysisPluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create a period analysis dialog after the analysis is done.
- performPhasePlot(double, double, Map<SeriesType, Boolean>) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Common phase plot handler.
- performPluginManagerOperation(PluginManagementOperation) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Perform plugin manager operation.
- PERIOD - Static variable in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
- period_range() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- PeriodAnalysis2DChartPane - Class in org.aavso.tools.vstar.ui.dialog.period
-
This class represents a chart panel.
- PeriodAnalysis2DChartPane(JFreeChart, PeriodAnalysis2DPlotModel, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
Constructor
- PeriodAnalysis2DPlotModel - Class in org.aavso.tools.vstar.ui.model.plot
-
This class is the basis of all 2D period analysis plot models.
- PeriodAnalysis2DPlotModel(Map<PeriodAnalysisCoordinateType, List<Double>>, PeriodAnalysisCoordinateType, PeriodAnalysisCoordinateType, boolean) - Constructor for class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
Constructor
- PeriodAnalysis2DResultDialog - Class in org.aavso.tools.vstar.ui.dialog.period
-
This dialog class is used to visualise period analysis results.
- PeriodAnalysis2DResultDialog(String, String, IPeriodAnalysisAlgorithm, PeriodAnalysisCoordinateType[], PeriodAnalysisCoordinateType) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog
-
Constructor
- periodAnalysisAlgorithm - Variable in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
-
- PeriodAnalysisComponentFactory - Class in org.aavso.tools.vstar.plugin.period
-
This factory class creates GUI components (e.g.
- PeriodAnalysisComponentFactory() - Constructor for class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
- PeriodAnalysisCoordinateType - Class in org.aavso.tools.vstar.util.period
-
Period analysis coordinate type.
- PeriodAnalysisDataPoint - Class in org.aavso.tools.vstar.util.period.dcdft
-
This class represents a period analysis data point.
- PeriodAnalysisDataPoint(PeriodAnalysisCoordinateType[], double...) - Constructor for class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
-
Constructor
- PeriodAnalysisDataPoint(double...) - Constructor for class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
-
- PeriodAnalysisDataPointComparator - Class in org.aavso.tools.vstar.util.period.dcdft
-
This class compares period analysis data point instances.
- PeriodAnalysisDataTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class represents a model for a period analysis table.
- PeriodAnalysisDataTableModel(PeriodAnalysisCoordinateType[], Map<PeriodAnalysisCoordinateType, List<Double>>) - Constructor for class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
Period analysis data model constructor.
- PeriodAnalysisDataTablePane - Class in org.aavso.tools.vstar.ui.dialog.period
-
This class represents a period analysis data table pane.
- PeriodAnalysisDataTablePane(PeriodAnalysisDataTableModel, IPeriodAnalysisAlgorithm) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
Constructor
- PeriodAnalysisDerivedMultiPeriodicModel - Class in org.aavso.tools.vstar.util.model
-
This class creates a multi-periodic fit model for the specified observations.
- PeriodAnalysisDerivedMultiPeriodicModel(List<Harmonic>, IPeriodAnalysisAlgorithm) - Constructor for class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
Constructor
- PeriodAnalysisDialogBase - Class in org.aavso.tools.vstar.plugin.period
-
This can be used as the base class for period analysis dialogs.
- PeriodAnalysisDialogBase(String, boolean, boolean, boolean) - Constructor for class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Constructor.
- PeriodAnalysisDialogBase(String) - Constructor for class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Constructor for a non-modal dialog that is not always on top.
- PeriodAnalysisIndexedTopHitsTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
Deprecated.
- PeriodAnalysisIndexedTopHitsTableModel(PeriodAnalysisCoordinateType[], Map<PeriodAnalysisCoordinateType, List<Double>>, double[][], int) - Constructor for class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisIndexedTopHitsTableModel
-
Deprecated.
Constructor
- PeriodAnalysisParameterDialog - Class in org.aavso.tools.vstar.ui.dialog.period
-
- PeriodAnalysisParameterDialog(double, double, double) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisParameterDialog
-
Deprecated.
- PeriodAnalysisPluginBase - Class in org.aavso.tools.vstar.plugin.period
-
This is the abstract base class for all period analysis plugin classes.
- PeriodAnalysisPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
- PeriodAnalysisRefinementMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when a period analysis is refined.
- PeriodAnalysisRefinementMessage(Object, Map<PeriodAnalysisCoordinateType, List<Double>>, Map<PeriodAnalysisCoordinateType, List<Double>>, List<PeriodAnalysisDataPoint>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisRefinementMessage
-
- periodAnalysisSelectionListener - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
- PeriodAnalysisSelectionMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
Instances of this message class can be sent when a period analysis chart data
point selection occurs.
- PeriodAnalysisSelectionMessage(Object, IPeriodAnalysisDatum, int) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisSelectionMessage
-
Constructor
- PeriodAnalysisTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a potentially long-running period analysis plugin
is executed.
- PeriodAnalysisTask(PeriodAnalysisPluginBase, SeriesType, List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.task.PeriodAnalysisTask
-
Constructor
- PeriodAnalysisTopHitsTablePane - Class in org.aavso.tools.vstar.ui.dialog.period
-
Top hits table pane.
- PeriodAnalysisTopHitsTablePane(PeriodAnalysisDataTableModel, PeriodAnalysisDataTableModel, IPeriodAnalysisAlgorithm) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
-
Constructor.
- PeriodChangeMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message should be sent when a period change has occurred.
- PeriodChangeMessage(Object, double) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PeriodChangeMessage
-
Constructor.
- PeriodFitParameters - Class in org.aavso.tools.vstar.util.model
-
This class represents a single period-based fit coefficient/parameter set
that could be be used to re-create a model fit.
- PeriodFitParameters(Harmonic, double, double, double, double, double) - Constructor for class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
Constructor.
- PeriodGatheringPane - Class in org.aavso.tools.vstar.ui.dialog.period.refinement
-
This component gathers periods and makes them available as a list.
- PeriodGatheringPane(String) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.refinement.PeriodGatheringPane
-
Constructor
- PHASE - Static variable in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- PHASE_PLOT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- PHASE_PLOT_MODE - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- PHASE_PLOTS - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- PhaseAndMeanPlotPane - Class in org.aavso.tools.vstar.ui.pane.plot
-
This class represents a chart pane containing a phase plot for a set of valid
observations along with mean-based data.
- PhaseAndMeanPlotPane(String, String, Dimension, double, double, AbstractObservationRetriever, PhasedObservationAndMeanPlotModel...) - Constructor for class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
Constructor.
- PhaseCalcs - Class in org.aavso.tools.vstar.util.stats
-
This class contains static methods for phase calculations.
- PhaseCalcs() - Constructor for class org.aavso.tools.vstar.util.stats.PhaseCalcs
-
- PhaseChangeMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when a phase change (period, epoch) occurs.
- PhaseChangeMessage(Object, double, double, Map<SeriesType, Boolean>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PhaseChangeMessage
-
Constructor.
- PhaseCoordSource - Class in org.aavso.tools.vstar.ui.model.plot
-
A phase based coordinate source.
- PhaseCoordSource() - Constructor for class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
- PhaseDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog collects phase plot information, permitting their selection and
deletion, and most importantly, permitting previously created phase plots to
be recreated.
- PhaseDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.PhaseDialog
-
Constructor.
- PhasedObservationAndMeanPlotModel - Class in org.aavso.tools.vstar.ui.model.plot
-
This class is a model that represents a series of phased valid variable star
observations, e.g.
- PhasedObservationAndMeanPlotModel(Map<SeriesType, List<ValidObservation>>, ICoordSource, Comparator<ValidObservation>, ITimeElementEntity, Map<SeriesType, Boolean>, ContinuousModelFunction, int) - Constructor for class org.aavso.tools.vstar.ui.model.plot.PhasedObservationAndMeanPlotModel
-
Constructor
We add named observation source lists to unique series numbers.
- PhaseFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
A phase field matcher.
- PhaseFieldMatcher(Double, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
-
- PhaseFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
-
- PhaseParameterDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This class represents a dialog to obtain parameters for phase plot
calculation: period, epoch.
- PhaseParameterDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Constructor.
- phasePlot(double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Create a phase plot given period and epoch.
- phasePlotExists() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
- PhasePlotMeanObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a table model for mean observation data for a phase plot data
view.
- PhasePlotMeanObservationTableModel(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
-
Constructor.
- phasePlotMode() - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Switch to phase plot mode.
- PhasePlotModelObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a table model for model observation data for a phase plot view.
- PhasePlotModelObservationTableModel(List<ValidObservation>, SeriesType) - Constructor for class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
-
Constructor.
- PhasePlotTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a phase plot operation is executed.
- PhasePlotTask(double, double, Map<SeriesType, Boolean>) - Constructor for class org.aavso.tools.vstar.ui.task.PhasePlotTask
-
Constructor
- PhaseSelectionMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when a set of phase plot parameters (period, epoch,
visible series) is selected to be used as the current phase plot.
- PhaseSelectionMessage(Object, double, double, Map<SeriesType, Boolean>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PhaseSelectionMessage
-
Constructor.
- PhaseTimeElementEntity - Class in org.aavso.tools.vstar.ui.model.plot
-
A phase element source/sink.
- PhaseTimeElementEntity() - Constructor for class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
-
- PLOT_CONTROL - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- PLOT_OBS_MODE_DESC - Static variable in enum org.aavso.tools.vstar.ui.mediator.ViewModeType
-
- PlotControlDialog - Class in org.aavso.tools.vstar.ui.dialog
-
A dialog that controls the features of plots.
- PlotControlDialog(String, ObservationAndMeanPlotPane, TimeElementsInBinSettingPane, NamedComponent, AnalysisType) - Constructor for class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
Constructor.
- plotPane - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
- PLUGIN_LIBS_DIR - Static variable in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- PLUGIN_MANAGER - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- PluginComponentFactory - Class in org.aavso.tools.vstar.plugin
-
This factory class creates components and returns values for use by plug-ins.
- PluginComponentFactory() - Constructor for class org.aavso.tools.vstar.plugin.PluginComponentFactory
-
- PluginLoader - Class in org.aavso.tools.vstar.ui.resources
-
This class loads VStar plugins.
- PluginLoader() - Constructor for class org.aavso.tools.vstar.ui.resources.PluginLoader
-
- PluginManagementDialog - Class in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
The plugin management dialog.
- PluginManagementDialog(PluginManager) - Constructor for class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementDialog
-
Constructor
- PluginManagementOperation - Class in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
Plugin management operation.
- PluginManagementOperation(PluginManager, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementOperation
-
- PluginManager - Class in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
This class manages plug-in installation, deletion, and update.
- PluginManager() - Constructor for class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Constructor
- PluginManager.Operation - Enum in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
- PluginManagerException - Exception in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
An exception thrown by Plug-in Manager operations.
- PluginManagerException() - Constructor for exception org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagerException
-
- PluginManagerException(String, Throwable) - Constructor for exception org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagerException
-
- PluginManagerException(String) - Constructor for exception org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagerException
-
- PluginManagerException(Throwable) - Constructor for exception org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagerException
-
- PluginManagerOperationTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a potentially long-running plugin management
operation is executed.
- PluginManagerOperationTask(PluginManagementOperation) - Constructor for class org.aavso.tools.vstar.ui.task.PluginManagerOperationTask
-
Constructor
- PluginManagerTableOperationCellRenderer - Class in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
Deprecated.
- PluginManagerTableOperationCellRenderer(PluginManager, PluginTableModel) - Constructor for class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagerTableOperationCellRenderer
-
Deprecated.
Constructor
- PLUGINS_DIR - Static variable in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- PLUGINS_LIST_FILE - Static variable in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
- PluginSettingsPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
Plug-in management preferences panel.
- PluginSettingsPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.PluginSettingsPane
-
Constructor.
- PluginTableModel - Class in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
A table model for a selectable (via checkbox) list of plugins.
- PluginTableModel(PluginManager) - Constructor for class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginTableModel
-
Constructor
- PNGImageFileSaveChooser - Class in org.aavso.tools.vstar.ui.dialog
-
This class implements a PNG image save JFileChooser.
- PNGImageFileSaveChooser() - Constructor for class org.aavso.tools.vstar.ui.dialog.PNGImageFileSaveChooser
-
- POLYNOMIAL_FIT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- PolynomialDegreeDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog allows the user to select the polynomial degree to be used for a
polynomial fit operation.
- PolynomialDegreeDialog(int, int) - Constructor for class org.aavso.tools.vstar.ui.dialog.PolynomialDegreeDialog
-
Constructor
- populateObsToRowMap() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
- populateStarListForSelectedGroup() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Populate the star list combo-box given the currently selected star group.
- POWER - Static variable in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
- PreferencesDialog - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
Preferences Dialog.
- PREFS - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- prepare(UndoRedoType) - Method in interface org.aavso.tools.vstar.ui.undo.IUndoableAction
-
Change the internal state of this action to prepare for a call to
execute() in the context of an undo or redo operation.
- prepare(UndoRedoType) - Method in class org.aavso.tools.vstar.ui.undo.ObservationExclusionAction
-
- prepareDialog() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
A subclass must invoke this when it wants to add the dialog's content and
prepare it for visibility.
- PreviousCyclePhaseComparator - Class in org.aavso.tools.vstar.util.comparator
-
This comparator provides the basis of an ordering over observations
based upon Previous Cycle Phase.
- PreviousCyclePhaseComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.PreviousCyclePhaseComparator
-
- PreviousCyclePhaseCoordSource - Class in org.aavso.tools.vstar.ui.model.plot
-
A previous cycle phase based coordinate source.
- PreviousCyclePhaseCoordSource() - Constructor for class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
- PRINT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- printCurrentMode(Component) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Print the artefact corresponding to the current mode.
- ProgressInfo - Class in org.aavso.tools.vstar.ui.mediator.message
-
This class encodes information about application progress.
- ProgressInfo(ProgressType, int) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
-
Constructor.
- ProgressInfo(ProgressType) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
-
Constructor.
- ProgressType - Enum in org.aavso.tools.vstar.ui.mediator.message
-
This enum represents application progress.
- project() - Method in class org.aavso.tools.vstar.util.TSBase
-
- PropertiesAccessor - Class in org.aavso.tools.vstar.ui.resources
-
The purpose of this class is to provide access to non-class properties such
as the star list.
- PropertiesAccessor() - Constructor for class org.aavso.tools.vstar.ui.resources.PropertiesAccessor
-
- propertyChange(PropertyChangeEvent) - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Field change handler for period and epoch fields to set tool-tips when
fields cleared.
- raDegs - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- RadioButtonDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog class permits selection from multiple named options represented
by radio buttons.
- RadioButtonDialog(String, Collection<String>, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.RadioButtonDialog
-
Constructor
- radiusDegs - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- RAInfo - Class in org.aavso.tools.vstar.util.coords
-
This class represents a Right Ascension coordinate.
- RAInfo(int, int, int, double) - Constructor for class org.aavso.tools.vstar.util.coords.RAInfo
-
Constructor
- RAInfo(int, double) - Constructor for class org.aavso.tools.vstar.util.coords.RAInfo
-
Construct an RAInfo instance from hours as decimal degrees.
- RangePredicate - Class in org.aavso.tools.vstar.data.validation
-
This abstract base class represents a predicate involving a numeric range.
- RangePredicate(double, double) - Constructor for class org.aavso.tools.vstar.data.validation.RangePredicate
-
Constructor.
- rangeTitle - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- rangeType - Variable in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- RankedIndexPairComparator - Class in org.aavso.tools.vstar.util.comparator
-
This comparator compares two 2-dimensional arrays of double
values where the first element is a ranking value of some kind
and the second element is assumed to be an index into another
collection.
- RankedIndexPairComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.RankedIndexPairComparator
-
- RAW_DATA_MODE - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- RawDataMeanObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a table model for mean observation data for a raw data view.
- RawDataMeanObservationTableModel(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
-
Constructor.
- RawDataModelObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a table model for model observation data for a raw data view.
- RawDataModelObservationTableModel(List<ValidObservation>, SeriesType) - Constructor for class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
-
Constructor.
- Red - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- REDO - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- refineByFrequency(List<Double>, List<Double>, List<Double>) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- refineByFrequency(List<Double>, List<Double>, List<Double>) - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisAlgorithm
-
Refine the period analysis in some way that makes sense for the
algorithm, e.g.
- RefinementParameterDialog - Class in org.aavso.tools.vstar.ui.dialog.period.refinement
-
This dialog unifies the collection of information required for CLEANest.
- RefinementParameterDialog(Component, List<Double>, int) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.refinement.RefinementParameterDialog
-
Constructor
- refresh() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
Force plot to update.
- refreshGroups() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Refresh the groups in the star group selector list.
- RegexValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates strings using regular expressions.
- RegexValidator(String, String, String) - Constructor for class org.aavso.tools.vstar.data.validation.RegexValidator
-
Constructor
- RegexValidator(String, String) - Constructor for class org.aavso.tools.vstar.data.validation.RegexValidator
-
Constructor
- RelativeAmplitudeAndPhaseCreator - Class in org.aavso.tools.vstar.util.model
-
This class computes relative amplitudes and phases from a set of multi-period
fit model coefficients in the presence of harmonics, grouped by fundamental
frequency, and makes them available in different string formats.
- RelativeAmplitudeAndPhaseCreator(List<PeriodFitParameters>) - Constructor for class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Constructor.
- remove(Component) - Method in class org.aavso.tools.vstar.ui.VStarApplet
-
- remove(Object) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- remove(int) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- removeAll(Collection<?>) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- removeAllWillingListeners() - Method in class org.aavso.tools.vstar.util.notification.Notifier
-
Remove all listeners that are willing to be removed.
- removeGroup(String) - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Remove the specified group (from the map and visually) if it exists.
- removeListenerIfWilling(Listener<T>) - Method in class org.aavso.tools.vstar.util.notification.Notifier
-
Remove a listener, if it says it is willing to be removed.
- removeObservationFromSeries(ValidObservation, SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Remove a single observation from a series list.
- removeObservationSeries(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Remove the specified series from the model.
- removeObservationsFromSeries(List<ValidObservation>, SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Remove a single observation from a series list.
- removePluginDescription(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginTableModel
-
Remove a plugin description from the model.
- removeStar(String, String) - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Remove the specified star in the specified group.
- removeStar(String, String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Remove a star (name and AUID) from the specified group, if it exists.
- removeStarGroup(String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Remove the named star group, if it exists.
- renderer - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- replaceObservationSeries(SeriesType, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Replace an existing series
- reportDiscrepantObservation(ValidObservation, JDialog) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Report a discrepant observation to AAVSO (if the dataset was
AID-downloaded).
- requestDec() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- requestRA() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
-
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
-
- requiresAuthentication() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Does this plugin require authentication?
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
-
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
-
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
- reset() - Method in class org.aavso.tools.vstar.data.filter.ObservationFilter
-
Reset this filter's state.
- reset() - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
Reset static non-cache maps and detail index in readiness for a new
dataset.
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftFrequencyRangePeriodAnalysisPlugin
-
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin
-
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftStandardScanPeriodAnalysisPlugin
-
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
-
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
-
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
-
- reset() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Reset the plugin, e.g.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
Subclasses should override this.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Reset this file selector's state before use.
- reset() - Method in interface org.aavso.tools.vstar.ui.dialog.prefs.IPreferenceComponent
-
Prepare the component for use by resetting whatever needs to be.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupDialog
-
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupWithStarsDialog
-
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewStarDialog
-
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NumericPrecisionSelectionPane
-
Prepare this pane for use by resetting whatever needs to be, namely no
values are to be considered as having changed and the spinners need to be
updated from the preference values.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.PluginSettingsPane
-
Prepare this pane for use by resetting whatever needs to be.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.PreferencesDialog
-
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesColorSelectionPane
-
Prepare this pane for use by resetting whatever needs to be.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesSizeSelectionPane
-
Prepare this pane for use by resetting whatever needs to be.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.StarGroupManagementPane
-
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
Reset this dialog's state so that we don't process old state.
- resetFilter() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterPane
-
This method resets this pane's filter-related members and UI elements so
that no filter is selected.
- resetGroups() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Clear the groups in the star group selector list.
- resetGroupsToDefault() - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Remove all groups except the default group.
- resetProgressBar() - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Reset the progress bar to its minimum value.
- Residuals - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- RESIDUALS_MODE_DESC - Static variable in enum org.aavso.tools.vstar.ui.mediator.ViewModeType
-
- residualsSeriesNum - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- resolve(double, double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- ResourceAccessor - Class in org.aavso.tools.vstar.ui.resources
-
The purpose of this class is to provide access to non-class resources such as
images and HTML files, observer code.
- ResourceAccessor() - Constructor for class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
- restore() - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
Restore static non-cache maps and detail index when a dataset load
failure occurs.
- retainAll(Collection<?>) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- retrieveAUID(String) - Method in class org.aavso.tools.vstar.ui.dialog.prefs.StarGroupManagementPane
-
Retrieve the AUID of the specified star from the database, first
prompting for authentication if necessary.
- retrieveCreditMap() - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
Retrieve a map of credit indices (used in AID credit field) to credit
names.
- retrieveData(String, String) - Method in class org.aavso.tools.vstar.input.database.VSXWebServiceVOTableStarNameAndAUIDSource
-
Retrieve information for the specified object, in terms of a VSX web
service query parameter.
- retrieveLocalPluginInfo() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Retrieve information about locally installed plugins.
- retrieveObservations() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Retrieve the set of observations from the specified source.
- retrieveObservations() - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseObservationReader
-
- retrieveObservations() - Method in class org.aavso.tools.vstar.input.text.TextFormatObservationReader
-
- retriever - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- retrieveRemotePluginInfo(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Retrieve information about the available remotePlugins for this version
of VStar.
- retrieveRemotePluginInfo() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Retrieve information about the available remotePlugins for this version
of VStar.
- retrieveUserInfo(String) - Method in class org.aavso.tools.vstar.input.database.AAVSOAuthenticationSource
-
Retrieve user information such as observer code given the user name, if
we are authenticated, otherwise return null.
- RevisionAccessor - Class in org.aavso.tools.vstar.ui.resources
-
The purpose of this class is to provide access to subversion revision number.
- RevisionAccessor() - Constructor for class org.aavso.tools.vstar.ui.resources.RevisionAccessor
-
- rowSorter - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
- RUN_SCRIPT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- runScript() - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
-
Run script from a chosen file.
- SAVE - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- saveCurrentMode(Component) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Save the artefact corresponding to the current viewMode.
- saveCurrentPlotToFile(File, int, int) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Save the current plot (as a PNG) to the specified file.
Used by VStar scripting API.
- saveLightCurve(String, int, int) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Save the light curve for the current view mode (raw or phase plot) to a
PNG image file.
- saveMeanList(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Save the raw or phase plot mean list (according to current mode) to a
file of rows of values separated by the specified delimiter.
- saveModelList(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Save the raw or phase plot model list (according to current mode) to a
file of rows of values separated by the specified delimiter.
- saveObsList(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Save the raw or phase plot dataset (according to current mode) to a file
of rows of values separated by the specified delimiter.
- saveObsListToFile(Component, File, String) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Save observation list to a file in a separate thread.
- saveResidualList(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Save the raw or phase plot residual list (according to current mode) to a
file of rows of values separated by the specified delimiter.
- saveSyntheticObsListToFile(Component, ViewModeType, File, String) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Save synthetic observation list (means, model, residuals) to a file in a
separate thread.
Used by VStar scripting API.
- ScriptRunner - Class in org.aavso.tools.vstar.scripting
-
This class runs a VStar script.
- ScriptRunner() - Constructor for class org.aavso.tools.vstar.scripting.ScriptRunner
-
Constructor.
- searchType - Variable in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
-
- SELECT_ALL - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- SelectableTextField - Class in org.aavso.tools.vstar.ui.dialog
-
This GUI component permits one of a number of strings to be selected via a
combo-box and the result retrieved.
- SelectableTextField(String, Collection<String>, String, boolean, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
Constructor
- SelectableTextField(String, Collection<String>) - Constructor for class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
Construct a component with no initial value selected.
- SelectableTextField(String, Collection<String>, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
Construct a component with an initial value selected.
- selectAll() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
Select all observations visible in the list.
- selectAndRefreshStarsInGroup(String) - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Select the specified group and refresh its stars.
- sendPeriodChangeMessage(double) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Send a period change message.
- SeriesColorSelectionPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
Series color selection panel.
- SeriesColorSelectionPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.SeriesColorSelectionPane
-
Constructor.
- SeriesCreationMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
Messages of this type are sent when a new series type, and accompanying
observations, is created.
- SeriesCreationMessage(Object, SeriesType, List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.SeriesCreationMessage
-
- seriesExists(SeriesType) - Method in interface org.aavso.tools.vstar.ui.model.plot.ISeriesInfoProvider
-
Does the specified series type exist, i.e.
- seriesExists(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- seriesList - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- seriesNames - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- seriesNameToTypeMap - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
- seriesNum - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A unique next series number for this model.
- seriesNumToObSrcListMap - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A mapping from series number to a list of observations where each such
list is a data series.
- seriesNumToSrcTypeMap - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A mapping from series number to source type.
- seriesPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
- seriesPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
-
- SeriesSizeSelectionPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
Series size selection panel.
- SeriesSizeSelectionPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.SeriesSizeSelectionPane
-
Constructor.
- seriesToBeJoinedVisually - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A collection of series to be joined visually.
- SeriesType - Class in org.aavso.tools.vstar.data
-
A type for bands and other series types, e.g.
- seriesType - Variable in class org.aavso.tools.vstar.ui.model.list.AbstractModelObservationTableModel
-
- SeriesTypeCreationDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog permits a new series type to be defined and created and
associated with a list of observations.
- SeriesTypeCreationDialog(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.dialog.SeriesTypeCreationDialog
-
Constructor.
- SeriesTypeFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
A series type (band) field matcher.
- SeriesTypeFieldMatcher(SeriesType, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
-
- SeriesTypeFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
-
- seriesVisibilityChange(Map<Integer, Boolean>) - Method in class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
-
Was there a change in the series visibility? Some callers may want to
invoke this only for its side effects, while others may also want to know
the result.
- seriesVisibilityChange(Map<Integer, Boolean>) - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
Was there a change in the series visibility? Some callers may want to
invoke this only for its side effects, while others may also want to know
the result.
- SeriesVisibilityChangeMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when the set of visible series has changed.
- SeriesVisibilityChangeMessage(Object, Set<SeriesType>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.SeriesVisibilityChangeMessage
-
Constructor.
- SeriesVisibilityDialog - Class in org.aavso.tools.vstar.ui.dialog.series
-
Deprecated.
- SeriesVisibilityDialog(ISeriesInfoProvider) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityDialog
-
Deprecated.
- seriesVisibilityMap - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A mapping from series numbers to whether or not they visible.
- seriesVisibilityPane - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
- seriesVisibilityPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
- SeriesVisibilityPane - Class in org.aavso.tools.vstar.ui.dialog.series
-
This class represents a pane with checkboxes showing those series that are
rendered.
- SeriesVisibilityPane(ObservationAndMeanPlotModel, AnalysisType) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
-
Constructor.
- set(int, E) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- setAdditive(boolean) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
- setADSRef(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setAffiliation(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setAirmass(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setAnalysisType(AnalysisType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- setAuid(String) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- setAuthenticated(boolean) - Method in class org.aavso.tools.vstar.input.database.AAVSOAuthenticationSource
-
- setBand(SeriesType) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setBarycentric(boolean) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- setCancelled(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
Set the cancelled status of this dialog.
- setCharts(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setCMag(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setCommentCode(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setComments(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setCompStar1(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setCompStar2(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setCredit(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setCrossHair(double, double) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
Set the cross hair to the specified x,y coordinate.
- setCursor(Cursor) - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
Set the cursor for this UI.
- setData(Map<PeriodAnalysisCoordinateType, List<Double>>) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
Set the data and notify listeners that it has changed.
- setDateInfo(DateInfo) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setDec(DecInfo) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- setDefaultDecimalPlacePrefs() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- setDefaultRowFilter(RowFilter) - Method in class org.aavso.tools.vstar.ui.pane.list.ListSearchPane
-
- setDefaultSeriesColors() - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Restore the default series colors and notifies listeners.
- setDefaultSeriesSizes() - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Restore the default series sizes and notifies listeners.
- setDegree(int) - Method in interface org.aavso.tools.vstar.util.model.IPolynomialFitter
-
Set the degree of the polynomial for the fitting operation.
- setDegree(int) - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- setDesignation(String) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- setDigitizer(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setDiscoverer(String) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- setDiscrepant(boolean) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setEditable(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
-
- setEditable(boolean) - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
-
Set the component to be editable or not.
- setEditable(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- setEditable(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
- setEditable(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.TextField
-
- setEpoch(Double) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- setEpochField(double) - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Set the epoch field.
- setError(String) - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
-
- setExcluded(boolean) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setExclusionState(boolean) - Method in class org.aavso.tools.vstar.ui.undo.ObservationExclusionAction
-
- setFileExtensions(List<String>) - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Set file chooser extensions filter.
- setFindHarmonicsButtonState(boolean) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Sets the enabled state of the find-harmonics button.
- setGroup(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setHeliocentric(boolean) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- setHiFreqValue(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- setHiPeriodValue(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- setHJD(DateInfo) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setHqUncertainty(Double) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setIdentifier(String) - Method in class org.aavso.tools.vstar.ui.resources.Star
-
- setIndeterminateMode(boolean) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the progress bar to be in busy or indeterminate mode (or not) to
indicate that some kind of work is being done.
- setInitialCheckBoxState(SeriesType, JCheckBox) - Method in class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
-
Set the enabled and selected states of the checkbox corresponding to the
specified series type according to the plot model's visibility map.
- setInputInfo(List<InputStream>, String) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Sets the input streams and a representative name for these.
- setJD(double) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setJoinedSeries() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- setJulianDay(double) - Method in class org.aavso.tools.vstar.data.DateInfo
-
- setKMag(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setLastSinglySelectedSeries(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
- setlimit() - Method in class org.aavso.tools.vstar.util.TSBase
-
- setLoadPlugins(boolean) - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Set the load plug-ins preference.
- setLoFreqValue(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- setLogarithmic(boolean) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
- setLoPeriodValue(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- setMagDecimalPlaces(int) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- setMagModifier(MagnitudeModifier) - Method in class org.aavso.tools.vstar.data.Magnitude
-
- setMagnitude(Magnitude) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setMagValue(double) - Method in class org.aavso.tools.vstar.data.Magnitude
-
- setMaxMag(double) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- setMaxMag(double) - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- setMaxProgressValue(int) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the maximum progress bar value.
- setMeanSeries(boolean) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Set the mean-based series.
- setMeanSourceSeriesNum(int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- setMeanSourceSeriesNum(int) - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
-
- setMeanSourceSeriesNum(int) - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
- setMember(boolean) - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
-
- setMessage(String) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the status message to be displayed.
- setMinMag(double) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
- setMinMag(double) - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- setMinProgressValue(int) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the minimum progress bar value.
- setMType(MTypeType) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setName(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setName(String) - Method in class org.aavso.tools.vstar.ui.resources.Star
-
- setNewPhasePlotButtonState(boolean) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Sets the enabled state of the new-phase-plot button.
- setNotifyEnabled(boolean) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
Should notifications be enabled?
- setObsCode(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setObservationWithJDRangeQueryParams(PreparedStatement, String, double, double) - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
Set prepared statement parameters for observation retrieval with AUID and
date range.
- setObservationWithNoJDRangeQueryParams(PreparedStatement, String) - Method in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
Set prepared statement parameters for observation retrieval with AUID but
no date range.
- setObserverCode(String) - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
-
- setObsType(ObsType) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setOtherDecimalPlaces(int) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- setPeriod(Double) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- setPeriodField(double) - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Set the period field.
- setPhasePlotStatusMessage() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Set the status bar to display phase plot information.
- setPhases(List<ValidObservation>, double, double) - Static method in class org.aavso.tools.vstar.util.stats.PhaseCalcs
-
Set the standard and previous cycle phases for each observation given the
specified epoch and period.
- setPhasesForSeries(SeriesType, double, double) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Set the phases for a particular series in the observation category map.
- setPluginsBaseUrl(String) - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Set the plug-ins base URL preference.
- setPpModel(PhasedObservationAndMeanPlotModel) - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
- setPreviousCyclePhase(Double) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setRa(RAInfo) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- setRecordNumber(int) - Method in class org.aavso.tools.vstar.data.Observation
-
- setRenderer(XYItemRenderer) - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
Set the renderer for the plot.
- setResolutionValue(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- setRetriever(AbstractObservationRetriever) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- setRowFilter(RowFilter) - Method in class org.aavso.tools.vstar.ui.pane.list.ListSearchPane
-
Set the filter on the row sorter.
- setScriptingStatus(boolean) - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
Set the status of scripting mode.
- setScriptingStatus(boolean) - Method in class org.aavso.tools.vstar.ui.MainFrame
-
- setScriptingStatus(boolean) - Method in class org.aavso.tools.vstar.ui.VStarApplet
-
- setSelectedObservationMessage(ObservationSelectionMessage) - Method in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
- setSelectedObservationMessage(ObservationSelectionMessage) - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Set the observation selection message for concrete field matchers that
may require additional context re: the origin of the selected
observation, if any.
- setSelectedObservationMessage(ObservationSelectionMessage) - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
-
- setSeriesSize(int, int) - Method in class org.aavso.tools.vstar.ui.pane.plot.VStarPlotDataRenderer
-
Set the size of the series.
- setSeriesVisibility() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
Set the visibility of each series.
- setSource(String) - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
- setSpectralType(String) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- setStandardPhase(Double) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setStarField(String) - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
Set the star field text.
- setTimeDecimalPlaces(int) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- setTimeElement(ValidObservation, double) - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Set the time element on a specified observation.
- setTimeElement(ValidObservation, double) - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
-
- setTimeElement(ValidObservation, double) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
-
- setTimeElementsInBin(double) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- setToken(String) - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
-
- setTransformed(boolean) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setType(LoginType) - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
-
- setUI(IMainUI) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
- setUncertain(boolean) - Method in class org.aavso.tools.vstar.data.Magnitude
-
- setUncertainty(double) - Method in class org.aavso.tools.vstar.data.Magnitude
-
- setUrlProvided(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
- setUserName(String) - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
-
- setValidationType(ValidationType) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- setValueAt(Object, int, int) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
- setVarType(String) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
-
- setWarning(String) - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
-
- setXYMessage(String) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the XY message (intended to be JD/phase and magnitude).
- shouldLoadPlugins() - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Should plug-ins be loaded according to preferences?
- showConfirmDialog(String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up a confirmation message dialog box and return the selection result.
- showCrossHairs - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
- showCrossHairs - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
Show the dialog.
- showDialog(Component) - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Show the file dialog.
- showDialog(Component) - Method in class org.aavso.tools.vstar.ui.dialog.DelimitedFieldFileSaveChooser
-
Show the file dialog.
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
-
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.model.ModelDialog
-
Show the dialog.
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.ObservationFiltersDialog
-
Show the dialog.
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseDialog
-
Show the dialog.
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Show the dialog.
- showDialog(Component) - Method in class org.aavso.tools.vstar.ui.dialog.PNGImageFileSaveChooser
-
Show the file dialog.
- showErrorBars - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
- showErrorBars - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- showErrorDialog(Component, String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an error message dialog box.
- showErrorDialog(String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an error message dialog box relative to the top-most window.
- showErrorDialog(Component, String, Throwable) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an error message dialog box given an exception.
- showErrorDialog(String, Throwable) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an error message dialog box given an exception relative to the
top-most window.
- showFiltersDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Opens the filters dialog.
- showMessageDialog(Component, String, String, Icon) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an informational message dialog box.
- showMessageDialog(String, String, Icon) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an informational message dialog box relative to the top-most
window.
- showMessageDialog(Component, String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an informational message dialog box.
- showMessageDialog(String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an informational message dialog box relative to the top-most
window.
- showModelDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Open the model dialog.
- showObservationDetails() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Show the details of the currently selected observation in the current
view mode (plot or table).
- showPhaseDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Open the phase plots dialog.
- showPlotControlDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Open the plot control dialog relevant to the current analysis mode.
TODO: move to DocumentManager
- showWarningDialog(Component, String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up a warning message dialog box.
- showWarningDialog(String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up a warning message dialog box relative to the top-most window.
- SimpleFormatFieldInfoSource - Class in org.aavso.tools.vstar.data.validation
-
Simple file format field information source.
- SimpleFormatFieldInfoSource() - Constructor for class org.aavso.tools.vstar.data.validation.SimpleFormatFieldInfoSource
-
Constructor.
- SimpleFormatPhasePlotColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
Simple file format phase plot table column information source for phase plot
mode.
- SimpleFormatPhasePlotColumnInfoSource() - Constructor for class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
-
- SimpleFormatRawDataColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
Simple file format raw data table column information source.
- SimpleFormatRawDataColumnInfoSource() - Constructor for class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
-
- SimpleTextFormatValidator - Class in org.aavso.tools.vstar.data.validation
-
This class accepts a line of text for tokenising, validation, and
ValidObservation instance creation given a simple text format source:
JD MAG [UNCERTAINTY] [OBSCODE] [VALFLAG]
REQ_VSTAR_SIMPLE_TEXT_FILE_READ
- SimpleTextFormatValidator(CsvReader, int, int, IFieldInfoSource) - Constructor for class org.aavso.tools.vstar.data.validation.SimpleTextFormatValidator
-
Constructor.
- SingleSeriesSelectionDialog - Class in org.aavso.tools.vstar.ui.dialog.series
-
This class represents a dialog that permits a single series to be selected.
- SingleSeriesSelectionDialog(ObservationAndMeanPlotModel) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
-
Constructor.
- SingleSeriesSelectionPane - Class in org.aavso.tools.vstar.ui.dialog.series
-
This class defines a pane with radio buttons for all series permitting a
single series to be selected.
- SingleSeriesSelectionPane(ObservationAndMeanPlotModel) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionPane
-
Constructor.
- size() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- Sloan_g - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Sloan_i - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Sloan_r - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Sloan_u - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Sloan_z - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- smooth(double) - Method in class org.aavso.tools.vstar.util.TSBase
-
Applies a function defined by polynomial or Fourier coefficients to the
specified time parameter.
- source - Variable in class org.aavso.tools.vstar.ui.mediator.message.MessageBase
-
- SPACE_DELIM - Static variable in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
- srcTypeToSeriesNumMap - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A mapping from source type to series number.
- standard_scan() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- StandardPhaseComparator - Class in org.aavso.tools.vstar.util.comparator
-
This comparator provides the basis of an ordering over observations
based upon Standard Phase.
- StandardPhaseComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.StandardPhaseComparator
-
- StandardPhaseCoordSource - Class in org.aavso.tools.vstar.ui.model.plot
-
A standard phase based coordinate source.
- StandardPhaseCoordSource() - Constructor for class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
- Star - Class in org.aavso.tools.vstar.ui.resources
-
- Star() - Constructor for class org.aavso.tools.vstar.ui.resources.Star
-
- StarGroupManagementPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
This is a preferences pane for managing star groups.
- StarGroupManagementPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.StarGroupManagementPane
-
Constructor.
- StarGroups - Class in org.aavso.tools.vstar.ui.resources
-
This class provides access to the list of star groups available to the
new-star-from-database dialog, including their persistence across sessions.
- StarGroups() - Constructor for class org.aavso.tools.vstar.ui.resources.StarGroups
-
Private constructor to ensure Singleton.
- StarGroupSelectionPane - Class in org.aavso.tools.vstar.ui.dialog
-
This class represents a widget that permits a star group to be selected from
a pop-up list and a star in that group from another pop-up list.
- StarGroupSelectionPane(JTextField) - Constructor for class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Constructor
- StarInfo - Class in org.aavso.tools.vstar.ui.mediator
-
This class contains information about a star.
- StarInfo(AbstractObservationRetriever, String, String, Double, Double, String, String, String, RAInfo, DecInfo) - Constructor for class org.aavso.tools.vstar.ui.mediator.StarInfo
-
Constructor.
- StarInfo(AbstractObservationRetriever, String, String) - Constructor for class org.aavso.tools.vstar.ui.mediator.StarInfo
-
Constructor.
- StarInfo(AbstractObservationRetriever, String) - Constructor for class org.aavso.tools.vstar.ui.mediator.StarInfo
-
Constructor.
- StarInfo(String, String, Double, Double, String, String, String, RAInfo, DecInfo) - Constructor for class org.aavso.tools.vstar.ui.mediator.StarInfo
-
Constructor.
- StarInfo(String, String) - Constructor for class org.aavso.tools.vstar.ui.mediator.StarInfo
-
Constructor.
- StarSelectorDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog allows the user to select a star.
- START_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
-
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog
-
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
-
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
-
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
-
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
- startup() - Method in interface org.aavso.tools.vstar.util.IStartAndCleanup
-
- statcomp() - Method in class org.aavso.tools.vstar.util.TSBase
-
- stateChanged(ChangeEvent) - Method in class org.aavso.tools.vstar.ui.dialog.PolynomialDegreeDialog
-
- stats - Variable in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
- StatusPane - Class in org.aavso.tools.vstar.ui
-
A status panel containing a text status message component and a status bar.
- StatusPane(String) - Constructor for class org.aavso.tools.vstar.ui.StatusPane
-
Constructor.
- stopCurrentTask() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Attempt to stop the current task.
- StopRequestMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message indicates a request to stop the current operation.
- StopRequestMessage(Object) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.StopRequestMessage
-
- storeDecimalPlacesPrefs() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
- storeStarGroupPrefs() - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Store the star groups as a preferences string value.
- StringFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
String field matcher.
- StringFieldMatcher(String, ObservationMatcherOp, ObservationMatcherOp[]) - Constructor for class org.aavso.tools.vstar.data.filter.StringFieldMatcher
-
- StringFieldMatcher(String, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.StringFieldMatcher
-
- StringFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.StringFieldMatcher
-
- Stromgren_b - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Stromgren_Hbn - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Stromgren_Hbw - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Stromgren_u - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Stromgren_v - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Stromgren_y - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- subList(int, int) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- subTitle - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- SyntheticObservationListPane<T extends AbstractSyntheticObservationTableModel> - Class in org.aavso.tools.vstar.ui.pane.list
-
This class is a component that renders synthetic observations, e.g.
- SyntheticObservationListPane(T, String) - Constructor for class org.aavso.tools.vstar.ui.pane.list.SyntheticObservationListPane
-
Constructor.
- TAB_DELIM - Static variable in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
- TabbedDataPane - Class in org.aavso.tools.vstar.ui
-
A panel for rendering data lists, plots and other observation-related views.
- TabbedDataPane() - Constructor for class org.aavso.tools.vstar.ui.TabbedDataPane
-
Constructor.
- table - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
- tablit() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
- testValue - Variable in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
- TextDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This class implements a dialog to obtain one or more string values from text
boxes.
- TextDialog(String, List<ITextComponent<String>>) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextDialog
-
Constructor.
- TextDialog(String, ITextComponent<String>...) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextDialog
-
Constructor.
- textField - Variable in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
- TextField - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the name and value of a text field along with a GUI
textComponent and methods to operate upon it.
- TextField(String, String, boolean, boolean, TextField.Kind) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextField
-
Constructor.
- TextField(String, TextField.Kind) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextField
-
Construct a writable field with no initial value that cannot be empty.
- TextField(String) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextField
-
Construct a writable single-line field with no initial value that cannot
be empty.
- TextField(String, String, TextField.Kind) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextField
-
Construct a read-only field with an initial value; it doesn't matter
whether or not it can be empty, so we permit this in order to prevent
field validation from failing, and e.g.
- TextField(String, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextField
-
Construct a read-only single-line field with an initial value; it doesn't
matter whether or not it can be empty, so we permit this in order to
prevent field validation from failing, and e.g.
- TextField.Kind - Enum in org.aavso.tools.vstar.ui.dialog
-
- TextFormatObservationReader - Class in org.aavso.tools.vstar.input.text
-
This class reads a variable star data file format containing lines of text or
comma separated fields, and yields a collection of observations for one star.
- TextFormatObservationReader(LineNumberReader, ObservationSourceAnalyser) - Constructor for class org.aavso.tools.vstar.input.text.TextFormatObservationReader
-
Constructor.
- TextFormatObservationSourcePlugin - Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
This intrinsic plug-in reads a variable star data file format containing
lines of text or comma separated fields, and yields a collection of
observations for one star.
- TextFormatObservationSourcePlugin() - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
-
- timeCoordSource - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
- timeDivisionsField - Variable in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
-
- timeElementEntity - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- timeElementsInBin - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
- timeElementsInBinSettingPane - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
- TimeElementsInBinSettingPane - Class in org.aavso.tools.vstar.ui.pane.plot
-
This component permits the time-elements-in-bin value to be changed which in
turn can be used to modify the means series in an observations and means
plot.
- TimeElementsInBinSettingPane(String, ObservationAndMeanPlotPane, ITimeElementEntity) - Constructor for class org.aavso.tools.vstar.ui.pane.plot.TimeElementsInBinSettingPane
-
Constructor.
- title - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- tlolim - Variable in class org.aavso.tools.vstar.util.TSBase
-
- tmark - Variable in class org.aavso.tools.vstar.util.TSBase
-
- toAAVSOFormatString(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Returns a line in delimiter-separator (TSV, CSV, ...) AAVSO download
format.
- toAAVSOFormatString(String, boolean) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Returns a line in delimiter-separator (TSV, CSV, ...) AAVSO download
format.
- toArray() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- toArray(T[]) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
- toDegrees() - Method in class org.aavso.tools.vstar.util.coords.DecInfo
-
- toDegrees() - Method in class org.aavso.tools.vstar.util.coords.RAInfo
-
- toExcelString() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- toExtremumString(String, GoalType, UnivariateRealFunction, int[]) - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Return a string representation of the extreme magnitude (numerical
opposite of magnitude) generated by the function.
- toMaximaString() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Return a string representation of the maximum magnitude (numerical
minimum) generated by the function.
- toMinimaString() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Return a string representation of the minimum magnitude (numerical
maximum) generated by the function.
- ToolBar - Class in org.aavso.tools.vstar.ui
-
The application's toolbar.
- ToolBar(MenuBar) - Constructor for class org.aavso.tools.vstar.ui.ToolBar
-
Creates the application's toolbar.
- TOP_HIT_SERIES - Static variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
- toParsableString() - Method in enum org.aavso.tools.vstar.data.filter.ObservationMatcherOp
-
Return a machine-readable (parsable) string for this operator.
- topPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
- toProsaicString() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- toRString() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- toRString() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- toSimpleFormatString(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Returns a line in TSV format of the following fields (bracketed fields
are optional):
[Phase,]JD,MAGNITUDE,[UNCERTAINTY],[OBSERVER_CODE],[VALFLAG]
- toSimpleFormatString(String, boolean) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Returns a line in TSV format of the following fields (bracketed fields
are optional):
[Phase,][JD,]MAGNITUDE,[UNCERTAINTY],[OBSERVER_CODE],[VALFLAG]
- toString() - Method in class org.aavso.tools.vstar.data.CommentCodes
-
- toString() - Method in enum org.aavso.tools.vstar.data.CommentType
-
- toString() - Method in class org.aavso.tools.vstar.data.DateInfo
-
- toString() - Method in enum org.aavso.tools.vstar.data.filter.ObservationMatcherOp
-
Return a human-readable string for this operator.
- toString() - Method in class org.aavso.tools.vstar.data.InvalidObservation
-
- toString() - Method in class org.aavso.tools.vstar.data.Magnitude
-
- toString() - Method in enum org.aavso.tools.vstar.data.MTypeType
-
- toString() - Method in class org.aavso.tools.vstar.data.SeriesType
-
We override toString() to return description rather than enum name.
- toString() - Method in class org.aavso.tools.vstar.data.validation.ExclusiveRangePredicate
-
- toString() - Method in class org.aavso.tools.vstar.data.validation.InclusiveRangePredicate
-
- toString() - Method in enum org.aavso.tools.vstar.data.ValidationType
-
Human readable validation type.
- toString() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
- toString() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseChangeMessage
-
- toString() - Method in enum org.aavso.tools.vstar.ui.mediator.message.UndoRedoType
-
- toString() - Method in enum org.aavso.tools.vstar.ui.mediator.NewStarType
-
- toString() - Method in enum org.aavso.tools.vstar.ui.resources.LoginType
-
- toString() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
- toString() - Method in class org.aavso.tools.vstar.util.coords.DecInfo
-
- toString() - Method in class org.aavso.tools.vstar.util.coords.RAInfo
-
- toString() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
-
- toString() - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
- toString() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
- toString() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- toString() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
- toString() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
-
- toString() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
-
- toString() - Method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
- toString() - Method in enum org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
-
- toString() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
- toValue(double) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
- TransformedFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
A "transformed" field matcher.
- TransformedFieldMatcher(Boolean, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
-
- TransformedFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
-
- TransformedValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates the 'transformed' field.
- TransformedValidator() - Constructor for class org.aavso.tools.vstar.data.validation.TransformedValidator
-
Constructor
- tresolv - Variable in class org.aavso.tools.vstar.util.TSBase
-
- Tri_Color_Blue - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Tri_Color_Green - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- Tri_Color_Red - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- TSBase - Class in org.aavso.tools.vstar.util
-
This is the base class for all AAVSO TS-based algorithms translated from the
ts1201.f Fortran code.
- TSBase(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.util.TSBase
-
Constructor.
- TSDcDft - Class in org.aavso.tools.vstar.util.period.dcdft
-
This class computes a Date Compensated Discrete Fourier Transform over an
observation list.
- TSDcDft(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Constructor
- TSDcDft(List<ValidObservation>, DcDftAnalysisType) - Constructor for class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Constructor
The analysis type is specified.
- TSDcDft(List<ValidObservation>, double, double, double) - Constructor for class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Constructor
As per last constructor except that we override the parameter values and
request a frequency range analysis type.
- TSPolynomialFitCreatorPlugin - Class in org.aavso.tools.vstar.plugin.model.impl
-
- TSPolynomialFitCreatorPlugin() - Constructor for class org.aavso.tools.vstar.plugin.model.impl.TSPolynomialFitCreatorPlugin
-
Deprecated.
- TSPolynomialFitter - Class in org.aavso.tools.vstar.util.model
-
This is a Java translation of the Fortran polymast subroutine from the
AAVSO's ts1201.f by Matthew Templeton, which in turn was based upon BASIC
code by Grant Foster.
- TSPolynomialFitter(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
Constructor
- tuplim - Variable in class org.aavso.tools.vstar.util.TSBase
-
- tuplimit - Variable in class org.aavso.tools.vstar.util.TSBase
-
- tvec - Variable in class org.aavso.tools.vstar.util.TSBase
-
- valflagValidator - Variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
-
- ValflagValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates a valflag.
- ValflagValidator(String) - Constructor for class org.aavso.tools.vstar.data.validation.ValflagValidator
-
Constructor.
- validate() - Method in class org.aavso.tools.vstar.data.validation.AAVSODownloadFormatValidator
-
Validate an observation line and either return a ValidObservation
instance, or throw an exception indicating the error.
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.AbstractStringValidator
-
Validate the supplied string, throwing an exception on failure.
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.CKMagValidator
-
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.CommentCodeValidator
-
- validate() - Method in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
-
Validate an observation line and either return a ValidObservation
instance, or throw an exception indicating the error.
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.CompStarValidator
-
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.JulianDayValidator
-
Validate the specified string as a Julian Day.
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.MagnitudeFieldValidator
-
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.MagnitudeValueValidator
-
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.MTypeValidator
-
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.ObserverCodeValidator
-
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.OptionalityFieldValidator
-
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.RegexValidator
-
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.SimpleTextFormatValidator
-
Validate an observation line and either return a ValidObservation
instance, or throw an exception indicating the error.
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.TransformedValidator
-
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.UncertaintyValueValidator
-
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.ValflagValidator
-
- ValidationType - Enum in org.aavso.tools.vstar.data
-
This enum represents "validation flag" found in all data sources.
- ValidObservation - Class in org.aavso.tools.vstar.data
-
This class corresponds to a single valid variable star observation.
- ValidObservation() - Constructor for class org.aavso.tools.vstar.data.ValidObservation
-
Constructor.
- validObservationCategoryMap - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
A mapping from observation category (e.g.
- validObservations - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
The list of valid observations retrieved.
- ValidObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
A table model for valid observations.
- ValidObservationTableModel(List<ValidObservation>, ITableColumnInfoSource) - Constructor for class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
Constructor
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicInfoDialog
-
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.model.ModelDialog
-
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.ObservationFiltersDialog
-
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
We send a period analysis selection message when the table selection
value has "settled".
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
-
We send a period analysis selection message when the table selection
value has "settled".
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.PeriodGatheringPane
-
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
-
We send a period analysis selection message when the table selection
value has "settled".
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.PhaseDialog
-
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementDialog
-
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
We send an observation selection message when the value or values have
"settled".
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.pane.list.SyntheticObservationListPane
-
- valueOf(String) - Static method in enum org.aavso.tools.vstar.data.CommentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.data.filter.ObservationMatcherOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.data.MagnitudeModifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.data.MTypeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.data.ObsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.data.ValidationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.input.database.DatabaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.plugin.InputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.dialog.TextField.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.mediator.AnalysisType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.mediator.message.PanType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.mediator.message.ProgressType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.mediator.message.UndoRedoType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.mediator.message.ZoomType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.mediator.NewStarType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.mediator.ViewModeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.resources.LoginType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.ui.UIType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.util.notification.ListChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.util.period.dcdft.DcDftAnalysisType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.aavso.tools.vstar.data.CommentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.data.filter.ObservationMatcherOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.data.MagnitudeModifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.data.MTypeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.data.ObsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in class org.aavso.tools.vstar.data.SeriesType
-
- values() - Static method in enum org.aavso.tools.vstar.data.ValidationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.input.database.DatabaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.plugin.InputType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.dialog.TextField.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.mediator.AnalysisType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.mediator.message.PanType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.mediator.message.ProgressType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.mediator.message.UndoRedoType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.mediator.message.ZoomType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.mediator.NewStarType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.mediator.ViewModeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.resources.LoginType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.ui.UIType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.util.notification.ListChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.util.period.dcdft.DcDftAnalysisType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ViewModeType - Enum in org.aavso.tools.vstar.ui.mediator
-
View mode type enum and methods for transforming enum values into other
values of interest.
- visibilityButton - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
- VisibleSeriesRowFilter - Class in org.aavso.tools.vstar.ui.pane.list
-
This class filters observations by whether or not they are visible in the
plot, information obtained from the model.
- VisibleSeriesRowFilter(ValidObservationTableModel, Set<SeriesType>, AnalysisType) - Constructor for class org.aavso.tools.vstar.ui.pane.list.VisibleSeriesRowFilter
-
Constructor.
- Visual - Static variable in class org.aavso.tools.vstar.data.SeriesType
-
- VStar - Class in org.aavso.tools.vstar.ui
-
The VStar GUI.
- VStar() - Constructor for class org.aavso.tools.vstar.ui.VStar
-
- VSTAR_ONLINE - Static variable in class org.aavso.tools.vstar.ui.MenuBar
-
- VSTAR_PLUGIN_LIBS_DIR_NAME - Static variable in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
- VSTAR_PLUGINS_DIR_NAME - Static variable in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
- VStarApplet - Class in org.aavso.tools.vstar.ui
-
The VStar applet.
- VStarApplet() - Constructor for class org.aavso.tools.vstar.ui.VStarApplet
-
- VStarPlotDataRenderer - Class in org.aavso.tools.vstar.ui.pane.plot
-
This is VStar's plot data-point renderer.
- VStarPlotDataRenderer() - Constructor for class org.aavso.tools.vstar.ui.pane.plot.VStarPlotDataRenderer
-
- VStarScriptingAPI - Class in org.aavso.tools.vstar.scripting
-
This is VStar's scripting Application Programming Interface.
- vsxDBConnector - Static variable in class org.aavso.tools.vstar.input.database.AAVSODatabaseConnector
-
- VSXStarNameAndAUIDSource - Class in org.aavso.tools.vstar.input.database
-
This class obtains star name and AUID information from the VSX database.
- VSXStarNameAndAUIDSource() - Constructor for class org.aavso.tools.vstar.input.database.VSXStarNameAndAUIDSource
-
- VSXWebServiceStarNameAndAUIDSource - Class in org.aavso.tools.vstar.input.database
-
- VSXWebServiceStarNameAndAUIDSource() - Constructor for class org.aavso.tools.vstar.input.database.VSXWebServiceStarNameAndAUIDSource
-
- VSXWebServiceVOTableStarNameAndAUIDSource - Class in org.aavso.tools.vstar.input.database
-
This class obtains star name and AUID information from the VSX web service
via the get.votable method.
- VSXWebServiceVOTableStarNameAndAUIDSource() - Constructor for class org.aavso.tools.vstar.input.database.VSXWebServiceVOTableStarNameAndAUIDSource
-