TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.editor.dde.listeners.internal
Class ButtonSelectionListener

java.lang.Object
  extended byorg.eclipse.tptp.wsdm.tooling.editor.dde.listeners.internal.ButtonSelectionListener
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class ButtonSelectionListener
extends java.lang.Object
implements org.eclipse.swt.events.SelectionListener

This class serves as a ButtonSelectionListener for buttons in the DescriptorEditor instance This class implements SelectionListener


Constructor Summary
ButtonSelectionListener()
           
 
Method Summary
 void setEditor(DescriptorEditor editor)
           
 void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
           
 void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonSelectionListener

public ButtonSelectionListener()
Method Detail

setEditor

public void setEditor(DescriptorEditor editor)

widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification