net.sourceforge.java.feednread.frontend.configuration
Class ArchiveConfigurationPage.ButtonHandler

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

private class ArchiveConfigurationPage.ButtonHandler
extends SelectionAdapter

Event handler to react on SelectionEvents triggered by the Buttons added via the ArchiveConfigurationPage.contributeButtons(Composite) method.


Constructor Summary
private ArchiveConfigurationPage.ButtonHandler()
           
 
Method Summary
 void widgetDefaultSelected(SelectionEvent e)
           Sent when default selection occurs in the control.
 void widgetSelected(SelectionEvent e)
           Sent when selection occurs in the control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveConfigurationPage.ButtonHandler

private ArchiveConfigurationPage.ButtonHandler()
Method Detail

widgetSelected

public void widgetSelected(SelectionEvent e)

Sent when selection occurs in the control.

Parameters:
e - an event containing information about the selection

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)

Sent when default selection occurs in the control.

Parameters:
e - an event containing information about the default selection