org.seasar.uruma.binding.method
クラス GenericSWTSelectionListener
java.lang.Object
org.eclipse.swt.events.SelectionAdapter
org.seasar.uruma.binding.method.GenericSWTSelectionListener
- すべての実装されたインタフェース:
- EventListener, SelectionListener, org.eclipse.swt.internal.SWTEventListener
public class GenericSWTSelectionListener
- extends SelectionAdapter
任意のメソッドを実行することができる汎用的な SelectionListener
の実装クラスです。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericSWTSelectionListener
public GenericSWTSelectionListener(PartContext context,
MethodBinding methodBinding)
GenericListener
を構築します。
- パラメータ:
context
- PartContext
オブジェクトmethodBinding
- MethodBinding
オブジェクト
widgetDefaultSelected
public void widgetDefaultSelected(SelectionEvent e)
- 定義:
- インタフェース
SelectionListener
内の widgetDefaultSelected
- オーバーライド:
- クラス
SelectionAdapter
内の widgetDefaultSelected
widgetSelected
public void widgetSelected(SelectionEvent e)
- 定義:
- インタフェース
SelectionListener
内の widgetSelected
- オーバーライド:
- クラス
SelectionAdapter
内の widgetSelected
invokeMethod
protected void invokeMethod(SelectionEvent event)
Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.