T - public class EmbosserTable<T> extends AbstractTable
| Constructor and Description |
|---|
EmbosserTable(java.lang.String name,
java.lang.String desc,
T type,
ConfigurableTableProvider<T> provider)
Creates a new EmbosserTable with the supplied settings
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getFeature(java.lang.String key)
Gets the value of a feature used by this Factory
|
java.lang.Object |
getProperty(java.lang.String key)
Gets the value of a read-only property that applies to all objects returned
by this Factory.
|
BrailleConverter |
newBrailleConverter()
Creates a new BrailleConverter based on the current configuration of this
Table.
|
void |
setFeature(java.lang.String key,
java.lang.Object value)
Sets a feature for new Objects returned by this Factory
|
compareTo, getDescription, getDisplayName, getIdentifier, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getDisplayName, getIdentifierpublic EmbosserTable(java.lang.String name,
java.lang.String desc,
T type,
ConfigurableTableProvider<T> provider)
name - the name for the tabledesc - the description for the tabletype - the type of tableprovider - the providerpublic BrailleConverter newBrailleConverter()
Tablepublic void setFeature(java.lang.String key,
java.lang.Object value)
Factorykey - the key for the featurevalue - the value of the featurepublic java.lang.Object getProperty(java.lang.String key)
Factorykey - the name of the property to getpublic java.lang.Object getFeature(java.lang.String key)
Factorykey - the key for the feature