Uses of Class
org.statcato.Statcato

Packages that use Statcato
org.statcato Provides classes for application main frame, log internal frame, and Datasheet pane. 
org.statcato.dialogs.calc Provides classes for dialogs pertaining to general and statistical calculation tools. 
org.statcato.dialogs.calc.probdist Provides classes for dialogs pertaining to various probability distributions. 
org.statcato.dialogs.data Provides classes for dialogs pertaining to manipulating data, including data patterns and random samples generation, sorting, ranking, and data standardization. 
org.statcato.dialogs.edit Provides classes for dialogs pertaining to editing data in the log pane and Datasheets. 
org.statcato.dialogs.file Provides classes for dialogs pertaining to file operations, including loading datasets and printing. 
org.statcato.dialogs.graph Provides classes for dialogs pertaining to creating graphs. 
org.statcato.dialogs.stat.anova Provides classes for dialogs pertaining to analysis of variance (ANOVA). 
org.statcato.dialogs.stat.basicstats Provides classes for dialogs pertaining to basic descriptive statistics calculation. 
org.statcato.dialogs.stat.ci Provides classes for dialogs pertaining to confidence interval calculations. 
org.statcato.dialogs.stat.correg Provides classes for dialogs pertaining to correlation and regression. 
org.statcato.dialogs.stat.hytest Provides classes for dialogs pertaining to hypothesis tests. 
org.statcato.dialogs.stat.multinomial Provides classes for dialogs pertaining to multinomial experiments. 
org.statcato.dialogs.stat.samplesize Provides classes for dialogs pertaining to sample size calculations. 
org.statcato.file Provides classes and interfaces for files, projects, and common file operations. 
org.statcato.graph Provides classes for generating and manipulating graphs. 
org.statcato.spreadsheet Provides classes for spreadsheets. 
 

Uses of Statcato in org.statcato
 

Fields in org.statcato declared as Statcato
protected  Statcato StatcatoDialog.app
           
 

Constructors in org.statcato with parameters of type Statcato
AboutDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form AboutDialog
DatasheetTabbedPane(Statcato mTab, java.awt.event.MouseListener popupListener)
          Constructor, given the parent frame and popup listener for this object.
LogWindow(Statcato mTab)
          Constructor, given the parent application object.
 

Uses of Statcato in org.statcato.dialogs.calc
 

Constructors in org.statcato.dialogs.calc with parameters of type Statcato
FrequencyTableDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form FrequencyTableDialog
PvalueDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form PvalueDialog
 

Uses of Statcato in org.statcato.dialogs.calc.probdist
 

Constructors in org.statcato.dialogs.calc.probdist with parameters of type Statcato
BinomialDistributionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form BinomialDistributionDialog
ChiSquareDistributionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form ChiSquareDistributionDialog
DiscreteDistributionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form DiscreteDistributionDialog
FDistributionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form FDistributionDialog
GeometricDistributionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form GeometricDistributionDialog
IntegerDistributionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form IntegerDistributionDialog
NormalDistributionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form NormalDistributionDialog
PoissonDistributionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form PoissonDistributionDialog
StudentTDistributionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form StudentTDistributionDialog
UniformDistributionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form UniformDistributionDialog
 

Uses of Statcato in org.statcato.dialogs.data
 

Constructors in org.statcato.dialogs.data with parameters of type Statcato
ArbitraryDataPatternDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form ArbitraryDataPatternDialog
BinomialSampleDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form BinomialSampleDialog
DisplayDataDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form DisplayDataDialog
IntegerSampleDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form IntegerSampleDialog
NormalSampleDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form NormalSampleDialog
RankDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form RankDialog
SampleFromColumnDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form SampleFromColumnDialog
SimpleNumberPatternDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form SimpleNumberPatternDialog
SortDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form SortDialog
StandardizeDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form StandardizeDialog
UniformSampleDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form UniformSampleDialog
 

Uses of Statcato in org.statcato.dialogs.edit
 

Constructors in org.statcato.dialogs.edit with parameters of type Statcato
AddMultipleRowColDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form AddMultipleRowColDialog
 

Uses of Statcato in org.statcato.dialogs.file
 

Constructors in org.statcato.dialogs.file with parameters of type Statcato
LoadDatasetDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form LoadDatasetDialog
PrintDatasheetDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form PrintDatasheetDialog
PrintLogDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form PrintLogDialog
 

Uses of Statcato in org.statcato.dialogs.graph
 

Constructors in org.statcato.dialogs.graph with parameters of type Statcato
BarChartDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form BarChartDialog
BoxPlotDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form BoxPlotDialog
HistogramDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form HistogramDialog
NormalQuantilePlotDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form NormalQuantilePlotDialog
PieChartDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form PieChartDialog
ScatterplotDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form ScatterplotDialog
 

Uses of Statcato in org.statcato.dialogs.stat.anova
 

Constructors in org.statcato.dialogs.stat.anova with parameters of type Statcato
OneWayANOVADialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form OneWayANOVADialog
 

Uses of Statcato in org.statcato.dialogs.stat.basicstats
 

Constructors in org.statcato.dialogs.stat.basicstats with parameters of type Statcato
ColumnStatisticsDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form ColumnStatisticsDialog
DescriptiveStatisticsDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form DescriptiveStatisticsDialog
RowStatisticsDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form RowStatisticsDialog
 

Uses of Statcato in org.statcato.dialogs.stat.ci
 

Constructors in org.statcato.dialogs.stat.ci with parameters of type Statcato
CI1PopMeanDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form CI1PopMeanDialog
CI1PopPropDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form CI1PopPropDialog
CI1PopVarDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form CI1PopVarDialog
CI2PopMeanDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form CI2PopMeanDialog
CI2PopPropDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form CI2PopPropDialog
CI2PopVarDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form CI2PopVarDialog
CIMatchedPairsDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form CIMatchedPairsDialog
 

Uses of Statcato in org.statcato.dialogs.stat.correg
 

Constructors in org.statcato.dialogs.stat.correg with parameters of type Statcato
CorrelationRegressionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form CorrelationRegressionDialog
MultipleRegressionDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form MultipleRegressionDialog
NonLinearModelsDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form NonLinearModelsDialog
 

Uses of Statcato in org.statcato.dialogs.stat.hytest
 

Constructors in org.statcato.dialogs.stat.hytest with parameters of type Statcato
HyTest1PopMeanDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form HyTest1PopMeanDialog
HyTest1PopPropDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form HyTest1PopPropDialog
HyTest1PopVarDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form HyTest1PopVarDialog
HyTest2PopMeanDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form HyTest2PopMeanDialog
HyTest2PopPropDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form HyTest2PopPropDialog
HyTest2PopVarDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form HyTest2PopVarDialog
HyTestMatchedPairsDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form HyTestMatchedPairsDialog
 

Uses of Statcato in org.statcato.dialogs.stat.multinomial
 

Constructors in org.statcato.dialogs.stat.multinomial with parameters of type Statcato
ContingencyTableDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form ContingencyTableDialog
GoodnessOfFitDialog(java.awt.Frame parent, boolean modal, Statcato app)
          Creates new form GoodnessOfFitDialog
 

Uses of Statcato in org.statcato.dialogs.stat.samplesize
 

Constructors in org.statcato.dialogs.stat.samplesize with parameters of type Statcato
SampleSizeMeanDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form SampleSizeMeanDialog
SampleSizePropDialog(java.awt.Frame parent, boolean modal, Statcato mTab)
          Creates new form SampleSizePropDialog
 

Uses of Statcato in org.statcato.file
 

Methods in org.statcato.file with parameters of type Statcato
static void FileOperations.openDatasheet(Statcato app)
          Opens a datasheet
static void FileOperations.openLogFile(Statcato app)
          Opens a log.
static void FileOperations.openProjectFile(Statcato app)
          Opens a project.
static void FileOperations.saveDatasheet(Statcato app, boolean isSaveAs)
          Saves the current datasheet of the application to a file.
static void FileOperations.saveProject(Statcato app, boolean isSaveAs)
          Saves the current project of the application to a file.
 

Constructors in org.statcato.file with parameters of type Statcato
Project(Statcato app)
          Constructor.
 

Uses of Statcato in org.statcato.graph
 

Fields in org.statcato.graph declared as Statcato
 Statcato StatcatoChartFrame.parent
          Parent frame
 

Methods in org.statcato.graph with parameters of type Statcato
 void StatcatoChartFrame.setParent(Statcato parent)
          Sets the parent frame of this object.
 

Constructors in org.statcato.graph with parameters of type Statcato
StatcatoChartFrame(java.lang.String title, org.jfree.chart.JFreeChart chart, Statcato parent0)
          Constructor, given the frame title and the chart.
 

Uses of Statcato in org.statcato.spreadsheet
 

Constructors in org.statcato.spreadsheet with parameters of type Statcato
Spreadsheet(Statcato app)
          Constructor, given the parent frame.
Spreadsheet(Statcato app, int numRows, int numColumns)
          Constructor, given the parent frame, the number of rows, and the number of columns.
SpreadsheetModel(Statcato app)
          Constructor given the parent frame.
SpreadsheetModel(Statcato app, int rows, int columns)
          Constructor given the parent frame, number of rows, and number of columns.
SpreadsheetScrollPane(Statcato mTab)
          Constructor, given parent frame.
SpreadsheetScrollPane(Statcato mTab, Spreadsheet s)
          Constructor, given the parent frame and the spreadsheet to be contained.