Class PropertiesFixture
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.eclipse.nebula.widgets.nattable.test.fixture.PropertiesFixture
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Field Details
-
VALUE_1
- See Also:
-
VALUE_2
- See Also:
-
VALUE_3
- See Also:
-
PROPERY_3
- See Also:
-
PROPERY_2
- See Also:
-
PROPERY_1
- See Also:
-
-
Constructor Details
-
PropertiesFixture
public PropertiesFixture()
-
-
Method Details
-
addStyleProperties
-