public abstract class Category
extends java.lang.Object
The Category class allows more functionality with sorting, applying
filters, and searching through the Question list. It also allows adding
and hiding of Categories in the the graphical view of the databank. The
title component is the name of the category. The int sortState dictates if
the category column in the databank is sorted (either ascending or
descending) or not. The hidden field states if the category is hidden from
being shown in the databank or not.
More details to come later.