public abstract class AbstractTable extends AbstractFactory implements Table
| Constructor and Description |
|---|
AbstractTable(java.lang.String name) |
AbstractTable(java.lang.String name,
java.lang.String desc) |
AbstractTable(java.lang.String name,
java.lang.String desc,
java.lang.String identifier)
Creates a new AbstractTable with the supplied settings.
|
compareTo, getDescription, getDisplayName, getIdentifier, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnewBrailleConvertergetDescription, getDisplayName, getFeature, getIdentifier, getProperty, setFeaturepublic AbstractTable(java.lang.String name,
java.lang.String desc,
java.lang.String identifier)
name - the name of the Tabledesc - the description of the Tableidentifier - the Table identifierpublic AbstractTable(java.lang.String name,
java.lang.String desc)
public AbstractTable(java.lang.String name)