edu.ucla.stat.SOCR.core
Interface IValueSettable

All Superinterfaces:
java.util.Observer
All Known Implementing Classes:
AndersonDarlingDistribution, Application, ArcSineDistribution, BallotExperiment, BenfordDistribution, BernoulliDistribution, BertrandExperiment, BetaBinomialDistribution, BetaCoinExperiment, BetaDistribution, BetaEstimateExperiment, BetaGeneralDistribution, BinomialCoinExperiment, BinomialDistribution, BinomialRandomNDistribution, BinomialTimelineExperiment, BinomialTradingApplication, BirthdayDistribution, BirthdayExperiment, BivariateGame, BivariateNormalExperiment, BivariateUniformExperiment, BlackScholesApplication, BuffonCoinExperiment, BuffonNeedleExperiment, CardExperiment, CauchyDistribution, ChiDistribution, ChiSquareDistribution, ChiSquareFitExperiment, ChuckALuckExperiment, CircleDistribution, CoinDieExperiment, CoinSampleExperiment, ConfidenceIntervalExperimentGeneral, ConfidenceIntervalExperimentSimple, ContinuousUniformDistribution, Convolution, CouponCollectorExperiment, CouponDistribution, CrapsExperiment, DiceExperiment, DiceSampleExperiment, DieCoinExperiment, DieDistribution, DiscreteArcsineDistribution, DiscreteUniformDistribution, Distribution, ErlangDistribution, ErrorDistribution, ErrorGame, EstimateExperiment, Experiment, ExponentialDistribution, ExponentialExperiment, FiniteDistribution, FiniteOrderStatisticDistribution, FiniteOrderStatisticExperiment, FireExperiment, FisherDistribution, FisherTippettDistribution, FourierGame, GaltonBoardExperiment, GaltonBoardGame, Game, GammaDistribution, GammaEstimateExperiment, GammaExperiment, GeneralBirthdayExperiment, GeneralCauchyDistribution, GeneralizedExtremeValueDistribution, GeometricDistribution, GilbratsDistribution, GompertzDistribution, GumbelDistribution, HalfNormalDistribution, HistogramGame, HyperbolicSecantDistribution, HypergeometricDistribution, InverseGammaDistribution, InverseGaussianDistribution, JohnsonSBDistribution, JohnsonSUDistribution, KolmogorovDistribution, LaplaceDistribution, LocationScaleDistribution, LogarithmicSeriesDistribution, LogisticDistribution, LogisticExponentialDistribution, LogNormalDistribution, LomaxDistribution, MatchDistribution, MaxwellDistribution, MeanEstimateExperiment, MeanTestExperiment, MinimaxDistribution, MixtureDistribution, MixtureEMExperiment, MixtureEMExperiment, MontyHallExperiment, MontyHallGame, MultiNomialDistribution, MultiplePartsPanel, MuthDistribution, NegativeBinomialDistribution, NegativeBinomialExperiment, NegativeHypergeometricDistribution, NegativeMultiNomialDistribution, NoApp, NonCentralChiSquareDistribution, NormalDistribution, NormalEstimateExperiment, NormalTruncatedDistribution, OrderStatisticDistribution, OrderStatisticExperiment, ParetoDistribution, PointExperiment, PointMassDistribution, Poisson2DExperiment, PoissonDistribution, PoissonExperiment, PoissonSplitExperiment, PokerDiceDistribution, PokerDiceExperiment, PokerExperiment, PortfolioApplication, PortfolioApplication2, PowerFunctionDistribution, ProbabilityPlotExperiment, ProportionEstimateExperiment, ProportionTestExperiment, RandomVariableExperiment, RandomWalkExperiment, RayleighDistribution, RedBlackExperiment, RedBlackGame, RiceDistribution, RouletteExperiment, SampleMeanExperiment, SignTestExperiment, SOCRValueSettable, SpinnerExperiment, StockApplication, StockSimulationApplication, StudentDistribution, TriangleDistribution, TriangleExperiment, TwoSidedPowerDistribution, UniformEstimateExperiment, UQuadraticDistribution, UrnExperiment, VarianceEstimateExperiment, VarianceTestExperiment, VonMisesDistribution, VoterExperiment, WalkMaxDistribution, WalkPositionDistribution, WaveletGame, WeibullDistribution, ZipfMandelbrotDistribution

public interface IValueSettable
extends java.util.Observer

this interface means the object provides one or more ValueSetter through which the client changes the value. All ValueSetters will be added to the Controlpane of the Applet. the user also have to implement update() mehtod of Observer to do whatever needed corrospoiding the value change

Author:
Jeff Ma
See Also:
ValueSetter, Observer

Method Summary
 ComponentSetter[] getComponentSetters()
           
 ValueSetter[] getValueSetters()
           
 
Methods inherited from interface java.util.Observer
update
 

Method Detail

getValueSetters

ValueSetter[] getValueSetters()

getComponentSetters

ComponentSetter[] getComponentSetters()