public class DefaultHistoryProperty extends HistoryProperty
| Constructor and Description | 
|---|
DefaultHistoryProperty()
Construct a DefaultHistoryProperty with no values. 
 | 
DefaultHistoryProperty(java.lang.String name)
Construct a DefaultHistoryProperty. 
 | 
DefaultHistoryProperty(java.lang.String name, java.lang.String description)
Construct a DefaultHistoryProperty. 
 | 
DefaultHistoryProperty(java.lang.String name, java.lang.String description, java.lang.Class type)
Construct a DefaultHistoryProperty. 
 | 
DefaultHistoryProperty(java.lang.String name, java.lang.String description, java.lang.Class type, java.lang.Object prototype)
Construct a DefaultHistoryProperty. 
 | 
DefaultHistoryProperty(java.lang.String customFilterId, java.lang.String name, java.lang.String description, java.lang.Class type, java.lang.Object prototype)
Construct a DefaultHistoryProperty. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCustomFilterId()
Get the custom filter ID of this HistoryProperty. 
 | 
void | 
setCustomFilterId(java.lang.String customFilterId)
Set the custom filter ID of this HistoryProperty. 
 | 
getAutoSizeMaximum, getComparator, getDescription, getName, getPreferredAlignment, getPrototypeValue, getType, getWeight, isDefault, setAutoSizeMaximum, setComparator, setDefault, setDescription, setName, setPreferredAlignment, setPrototypeValue, setType, setWeight, toStringpublic DefaultHistoryProperty()
public DefaultHistoryProperty(java.lang.String name)
name - the name of the property.
public DefaultHistoryProperty(java.lang.String name,
                      java.lang.String description)
name - the name of the property.description - a description of the property.
public DefaultHistoryProperty(java.lang.String name,
                      java.lang.String description,
                      java.lang.Class type)
name - the name of the property.description - a description of the property.type - the class of the property values.
public DefaultHistoryProperty(java.lang.String name,
                      java.lang.String description,
                      java.lang.Class type,
                      java.lang.Object prototype)
name - the name of the property.description - a description of the property.type - the class of the property values.prototype - a prototype value.
public DefaultHistoryProperty(java.lang.String customFilterId,
                      java.lang.String name,
                      java.lang.String description,
                      java.lang.Class type,
                      java.lang.Object prototype)
customFilterId - custom filter ID of the property.name - the name of the property.description - a description of the property.type - the class of the property values.prototype - a prototype value.public void setCustomFilterId(java.lang.String customFilterId)
customFilterId - the custom filter ID.public java.lang.String getCustomFilterId()