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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
newBrailleConverter
getDescription, getDisplayName, getFeature, getIdentifier, getProperty, setFeature
public 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)