org.gudy.azureus2.ui.swt.config
Class GenericActionPerformer
java.lang.Object
  
org.gudy.azureus2.ui.swt.config.GenericActionPerformer
- All Implemented Interfaces: 
 - IAdditionalActionPerformer
 
public abstract class GenericActionPerformer
- extends Object
- implements IAdditionalActionPerformer
  
| 
Field Summary | 
protected  org.eclipse.swt.widgets.Control[] | 
controls
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
controls
protected org.eclipse.swt.widgets.Control[] controls
GenericActionPerformer
public GenericActionPerformer(org.eclipse.swt.widgets.Control[] controls)
setIntValue
public void setIntValue(int value)
- Specified by:
 setIntValue in interface IAdditionalActionPerformer
 
 
setSelected
public void setSelected(boolean selected)
- Specified by:
 setSelected in interface IAdditionalActionPerformer
 
 
setStringValue
public void setStringValue(String value)
- Specified by:
 setStringValue in interface IAdditionalActionPerformer
 
 
controlsSetEnabled
public void controlsSetEnabled(org.eclipse.swt.widgets.Control[] controls,
                               boolean bEnabled)