net.sourceforge.java.feednread.frontend.wizard
Class WatchSettingsWizardPage.ButtonHandler

java.lang.Object
  extended byorg.eclipse.swt.events.SelectionAdapter
      extended bynet.sourceforge.java.feednread.frontend.wizard.WatchSettingsWizardPage.ButtonHandler
All Implemented Interfaces:
EventListener, SelectionListener, SWTEventListener
Enclosing class:
WatchSettingsWizardPage

private class WatchSettingsWizardPage.ButtonHandler
extends SelectionAdapter

Handles SelectionEvents triggered by the Buttons within the button bar.

Author:
Sebastian Machhausen

Constructor Summary
private WatchSettingsWizardPage.ButtonHandler()
           
 
Method Summary
private  void updateButtonStatus()
           Updates the enabled status of the Buttons in the Button bar according to the status of the TableViewer displaying the WatchSetttingsEntries.
 void widgetSelected(SelectionEvent e)
           Called whenever a Button in the WatchSettingsWizardPage is selected by the end-user.
 
Methods inherited from class org.eclipse.swt.events.SelectionAdapter
widgetDefaultSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchSettingsWizardPage.ButtonHandler

private WatchSettingsWizardPage.ButtonHandler()
Method Detail

widgetSelected

public void widgetSelected(SelectionEvent e)

Called whenever a Button in the WatchSettingsWizardPage is selected by the end-user.

Parameters:
e - an event containing information about the selection

updateButtonStatus

private void updateButtonStatus()

Updates the enabled status of the Buttons in the Button bar according to the status of the TableViewer displaying the WatchSetttingsEntries.