- ChoroplethView - Class in plugins.view
-
- ChoroplethView() - Constructor for class plugins.view.ChoroplethView
-
- ChoroplethViewSpecification - Class in plugins.view
-
- ChoroplethViewSpecification() - Constructor for class plugins.view.ChoroplethViewSpecification
-
- Column - Class in edu.cmu.cs.cs214.hw5.core
-
A representation of a column containing data,
with an optional header.
- Column(Optional<String>, List<String>) - Constructor for class edu.cmu.cs.cs214.hw5.core.Column
-
Create a column with the given header
and the given list of data entries.
- ColumnSpecification - Interface in edu.cmu.cs.cs214.hw5.core
-
A column specification is a description of a type of column
that adheres to a given format.
- create() - Method in interface edu.cmu.cs.cs214.hw5.core.DataSourceSpecification
-
Create a UI component to configure this kind of data source.
- create() - Method in interface edu.cmu.cs.cs214.hw5.core.DataViewSpecification
-
Create a UI component to configure this kind of data view.
- create() - Method in class plugins.source.CSVSpecification
-
- create() - Method in class plugins.source.Magic8BallSpecification
-
- create() - Method in class plugins.source.MathematicalFunctionSpecification
-
- create() - Method in class plugins.view.BubbleChartSpecification
-
- create() - Method in class plugins.view.ChoroplethViewSpecification
-
- createFieldLabel(String) - Static method in class edu.cmu.cs.cs214.hw5.util.GUIUtilities
-
Create a JLabel
that serves as a (semantic) label for an input widget.
- createView() - Method in class edu.cmu.cs.cs214.hw5.util.AbstractDataViewFixture
-
Create a data view that will be previewed in this fixture.
- CSVDataSource - Class in plugins.source
-
A data plugin for the data analysis framework
it gathers data from a CSV file and parses
it to a framework compatible format
- CSVDataSource() - Constructor for class plugins.source.CSVDataSource
-
Create a CSVDataSource
panel which will enable the clients to gather
data from this kind of source.
- CSVSpecification - Class in plugins.source
-
- CSVSpecification() - Constructor for class plugins.source.CSVSpecification
-