public class RangeSetting<T extends Number> extends Object implements SettingContainer<T>
| Modifier | Constructor and Description |
|---|---|
protected |
RangeSetting(T defaultValue,
Class<T> valueType,
T min,
T max,
String helpMessage) |
| Modifier and Type | Method and Description |
|---|---|
T |
getMax() |
T |
getMin() |
Setting<T> |
getSetting() |
void |
setValue(T defaultValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValue, setFromStringValuepublic void setValue(T defaultValue)
setValue in interface SettingContainer<T extends Number>public T getMin()
public T getMax()
public Setting<T> getSetting()
getSetting in interface SettingContainer<T extends Number>Copyright © 2017. All rights reserved.