org.gudy.azureus2.ui.swt.config
Class UISWTParameter

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.config.Parameter
      extended by org.gudy.azureus2.ui.swt.config.UISWTParameter
All Implemented Interfaces:
IParameter

public class UISWTParameter
extends Parameter

For plugins to add a generic SWT widget to the config page

Author:
Allan Crooks

Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.config.Parameter
change_listeners, config_adapter
 
Constructor Summary
UISWTParameter(org.eclipse.swt.widgets.Control control, String name)
           
 
Method Summary
 org.eclipse.swt.widgets.Control getControl()
           
 void setLayoutData(Object layoutData)
           
 void setValue(Object value)
           
 
Methods inherited from class org.gudy.azureus2.ui.swt.config.Parameter
addChangeListener, getControls, getValueObject, isDisposed, isInitialised, removeChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UISWTParameter

public UISWTParameter(org.eclipse.swt.widgets.Control control,
                      String name)
Method Detail

setValue

public void setValue(Object value)
Specified by:
setValue in class Parameter

getControl

public org.eclipse.swt.widgets.Control getControl()

setLayoutData

public void setLayoutData(Object layoutData)