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

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

public class ExclusiveSelectionActionPerformer
extends Object
implements IAdditionalActionPerformer

Author:
Olivier

Constructor Summary
ExclusiveSelectionActionPerformer(org.eclipse.swt.widgets.Button[] buttons)
           
 
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

ExclusiveSelectionActionPerformer

public ExclusiveSelectionActionPerformer(org.eclipse.swt.widgets.Button[] buttons)
Method Detail

performAction

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

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