- tableClose() - Static method in class Tag
-
Simple closing tag of a table.
- tableOpen() - Static method in class Tag
-
Simple opening tag of a table.
- Tag - Class in <Unnamed>
-
A class the converts strings into HTML tags
- Tag() - Constructor for class Tag
-
- td(String) - Static method in class Tag
-
Builds an html formatted table column element <td>
.
- TERM - Static variable in class Data
-
Index of the TERM, set to 4
- term - Variable in class Data
-
Value of the term to load - set in the constructor
- th(String) - Static method in class Tag
-
Builds an html formatted table header element <th>
.
- toHtmlRow() - Method in class MajorDemographics
-
Converts the college demographics to an html row (tr) element.
- toHtmlTable() - Method in class CollegeDemographics
-
Builds an HTML table representation of the data.
- tr(String) - Static method in class Tag
-
Builds an html formatted String for table row.