EmbosserTablepublic abstract class AbstractTable extends AbstractFactory implements Table
| Constructor | 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, toStringgetDescription, getDisplayName, getFeature, getIdentifier, getProperty, setFeatureclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnewBrailleConverterpublic 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)