public class MultiselectSetting<T> extends Object implements SettingContainer<Set<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
MultiselectSetting(Set<T> defaultValue,
Set<T> choices,
String helpMessage) |
| Modifier and Type | Method and Description |
|---|---|
Set<T> |
getChoices() |
Setting<Set<T>> |
getSetting() |
void |
setValue(Set<T> value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValue, setFromStringValuepublic Setting<Set<T>> getSetting()
getSetting in interface SettingContainer<Set<T>>Copyright © 2017. All rights reserved.