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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getDisplayName, getIdentifier
public 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()
Table
public void setFeature(java.lang.String key, java.lang.Object value)
Factory
key
- the key for the featurevalue
- the value of the featurepublic java.lang.Object getProperty(java.lang.String key)
Factory
key
- the name of the property to getpublic java.lang.Object getFeature(java.lang.String key)
Factory
key
- the key for the feature