org.gudy.azureus2.pluginsimpl.local.ui.config
Class IntsParameter
java.lang.Object
org.gudy.azureus2.pluginsimpl.local.ui.config.ParameterImpl
org.gudy.azureus2.pluginsimpl.local.ui.config.IntsParameter
- All Implemented Interfaces:
- ParameterListener, ConfigParameter, EnablerParameter, Parameter
public class IntsParameter
- extends ParameterImpl
Methods inherited from class org.gudy.azureus2.pluginsimpl.local.ui.config.ParameterImpl |
addConfigParameterListener, addDisabledOnSelection, addEnabledOnSelection, addImplListener, addListener, destroy, fireParameterChanged, getConfigKeyName, getDisabledOnSelectionParameters, getEnabledOnSelectionParameters, getGenerateIntermediateEvents, getGroup, getKey, getLabelKey, getLabelText, getMinimumRequiredUserMode, hasBeenSet, isEnabled, isVisible, parameterChanged, removeConfigParameterListener, removeImplListener, removeListener, setEnabled, setGenerateIntermediateEvents, setGroup, setLabelKey, setLabelText, setMinimumRequiredUserMode, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntsParameter
public IntsParameter(PluginConfigImpl config,
String key,
String label,
int defaultValue,
int[] values,
String[] labels)
getDefaultValue
public int getDefaultValue()
getValues
public int[] getValues()
getLabels
public String[] getLabels()