org.gudy.azureus2.pluginsimpl.local.ui.config
Class IntsParameter

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.ui.config.ParameterImpl
      extended by org.gudy.azureus2.pluginsimpl.local.ui.config.IntsParameter
All Implemented Interfaces:
ParameterListener, ConfigParameter, EnablerParameter, Parameter

public class IntsParameter
extends ParameterImpl


Field Summary
 
Fields inherited from class org.gudy.azureus2.pluginsimpl.local.ui.config.ParameterImpl
config
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.config.Parameter
MODE_ADVANCED, MODE_BEGINNER, MODE_INTERMEDIATE
 
Constructor Summary
IntsParameter(PluginConfigImpl config, java.lang.String key, java.lang.String label, int defaultValue, int[] values, java.lang.String[] labels)
           
 
Method Summary
 int getDefaultValue()
           
 java.lang.String[] getLabels()
           
 int[] getValues()
           
 
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
 

Constructor Detail

IntsParameter

public IntsParameter(PluginConfigImpl config,
                     java.lang.String key,
                     java.lang.String label,
                     int defaultValue,
                     int[] values,
                     java.lang.String[] labels)
Method Detail

getDefaultValue

public int getDefaultValue()

getValues

public int[] getValues()

getLabels

public java.lang.String[] getLabels()