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

java.lang.Object
  extended by 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
           
 
Constructor Summary
GenericActionPerformer(org.eclipse.swt.widgets.Control[] controls)
           
 
Method Summary
 void controlsSetEnabled(org.eclipse.swt.widgets.Control[] controls, boolean bEnabled)
           
 void setIntValue(int value)
           
 void setSelected(boolean selected)
           
 void setStringValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gudy.azureus2.ui.swt.config.IAdditionalActionPerformer
performAction
 

Field Detail

controls

protected org.eclipse.swt.widgets.Control[] controls
Constructor Detail

GenericActionPerformer

public GenericActionPerformer(org.eclipse.swt.widgets.Control[] controls)
Method Detail

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)