org.eclipse.ptp.etfw.toolopts
Class ToolPaneListener
java.lang.Object
org.eclipse.swt.events.SelectionAdapter
org.eclipse.ptp.etfw.toolopts.ToolPaneListener
- All Implemented Interfaces:
- java.util.EventListener, org.eclipse.swt.events.ModifyListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
public class ToolPaneListener
- extends org.eclipse.swt.events.SelectionAdapter
- implements org.eclipse.swt.events.ModifyListener
A reference implementation for the type of listener that can be associated with a ToolPane's tools
- Since:
- 5.0
| 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 |
ToolPaneListener
public ToolPaneListener(IToolUITab tool)
- Since:
- 5.0
localAction
protected void localAction()
modifyText
public void modifyText(org.eclipse.swt.events.ModifyEvent evt)
- Specified by:
modifyText in interface org.eclipse.swt.events.ModifyListener
widgetSelected
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener- Overrides:
widgetSelected in class org.eclipse.swt.events.SelectionAdapter
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.