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

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.config.DualChangeSelectionActionPerformer
All Implemented Interfaces:
IAdditionalActionPerformer

public class DualChangeSelectionActionPerformer
extends Object
implements IAdditionalActionPerformer

Author:
Olivier

Constructor Summary
DualChangeSelectionActionPerformer(org.eclipse.swt.widgets.Control[] controlsToEnable, org.eclipse.swt.widgets.Control[] controlsToDisable)
           
 
Method Summary
 void performAction()
           
 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
 

Constructor Detail

DualChangeSelectionActionPerformer

public DualChangeSelectionActionPerformer(org.eclipse.swt.widgets.Control[] controlsToEnable,
                                          org.eclipse.swt.widgets.Control[] controlsToDisable)
Method Detail

setIntValue

public void setIntValue(int value)
Specified by:
setIntValue in interface IAdditionalActionPerformer

setStringValue

public void setStringValue(String value)
Specified by:
setStringValue in interface IAdditionalActionPerformer

setSelected

public void setSelected(boolean selected)
Specified by:
setSelected in interface IAdditionalActionPerformer

performAction

public void performAction()
Specified by:
performAction in interface IAdditionalActionPerformer