org.gudy.azureus2.ui.swt.config.plugins
Class PluginIntParameter

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.config.plugins.PluginIntParameter
All Implemented Interfaces:
PluginParameterImpl

public class PluginIntParameter
extends java.lang.Object
implements PluginParameterImpl

Author:
Olivier

Constructor Summary
PluginIntParameter(org.eclipse.swt.widgets.Composite pluginGroup, IntParameterImpl parameter)
           
 
Method Summary
 org.eclipse.swt.widgets.Control[] getControls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginIntParameter

public PluginIntParameter(org.eclipse.swt.widgets.Composite pluginGroup,
                          IntParameterImpl parameter)
Method Detail

getControls

public org.eclipse.swt.widgets.Control[] getControls()
Specified by:
getControls in interface PluginParameterImpl