org.seasar.eclipse.common.action
クラス AbstractEditorActionDelegate

java.lang.Object
  上位を拡張 org.seasar.eclipse.common.action.AbstractEditorActionDelegate
すべての実装されたインタフェース:
IActionDelegate, IEditorActionDelegate

public abstract class AbstractEditorActionDelegate
extends Object
implements IEditorActionDelegate

作成者:
taichi

フィールドの概要
protected  IEditorPart editorPart
           
protected  IResource resource
           
 
コンストラクタの概要
AbstractEditorActionDelegate()
           
 
メソッドの概要
 void selectionChanged(IAction action, ISelection selection)
           
 void setActiveEditor(IAction action, IEditorPart targetEditor)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.eclipse.ui.IActionDelegate から継承されたメソッド
run
 

フィールドの詳細

editorPart

protected IEditorPart editorPart

resource

protected IResource resource
コンストラクタの詳細

AbstractEditorActionDelegate

public AbstractEditorActionDelegate()
メソッドの詳細

setActiveEditor

public void setActiveEditor(IAction action,
                            IEditorPart targetEditor)
定義:
インタフェース IEditorActionDelegate 内の setActiveEditor

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)
定義:
インタフェース IActionDelegate 内の selectionChanged


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.