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

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

public class InfoParameter
extends Parameter

Author:
parg

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

Constructor Detail

InfoParameter

public InfoParameter(org.eclipse.swt.widgets.Composite composite,
                     String name)

InfoParameter

public InfoParameter(org.eclipse.swt.widgets.Composite composite,
                     String name,
                     String defaultValue)
Method Detail

setValue

public void setValue(String value)

setLayoutData

public void setLayoutData(Object layoutData)

getValue

public String getValue()

getControl

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

setValue

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

getValueObject

public Object getValueObject()
Overrides:
getValueObject in class Parameter