-
- All Implemented Interfaces:
-
java.io.Serializable
@Deprecated(message = "Migrate to the new Settings API (see migration guide)") public final class UserProperties implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private final List<UserProperty>properties
-
Constructor Summary
Constructors Constructor Description UserProperties()
-
Method Summary
Modifier and Type Method Description final List<UserProperty>getProperties()final UnitaddIncremental(Float nValue, Float min, Float max, Float step, String suffix, String ref, String name)final UnitaddSwitchable(String onValue, String offValue, Boolean on, String ref, String name)final UnitaddEnumerable(Integer index, List<String> values, String ref, String name)final <T extends UserProperty> TgetByRef(String ref)-
-
Method Detail
-
getProperties
final List<UserProperty> getProperties()
-
addIncremental
final Unit addIncremental(Float nValue, Float min, Float max, Float step, String suffix, String ref, String name)
-
addSwitchable
final Unit addSwitchable(String onValue, String offValue, Boolean on, String ref, String name)
-
getByRef
final <T extends UserProperty> T getByRef(String ref)
-
-
-
-