IntParameterImplpublic class IntParameterImpl extends ParameterImpl implements org.gudy.azureus2.plugins.ui.config.IntParameter
Fields Summary |
---|
private int | defaultValue |
Methods Summary |
---|
public int | getDefaultValue()
return defaultValue;
| public int | getValue()
return( config.getIntParameter( getKey(), getDefaultValue()));
| public void | setValue(int b)
COConfigurationManager.setParameter( getKey(), b );
|
|