sk.uniba.euromath.plugin.views.inputBox.actions
Class InsertTextActionDelegate

java.lang.Object
  extended by sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextActionDelegate
All Implemented Interfaces:
IActionDelegate, IEditorActionDelegate

public class InsertTextActionDelegate
extends Object
implements IEditorActionDelegate


Constructor Summary
InsertTextActionDelegate()
           
 
Method Summary
protected  InputBoxView getView()
           
 void run(IAction action)
           
 void selectionChanged(IAction action, ISelection selection)
           
 void setActiveEditor(IAction action, IEditorPart targetEditor)
           
protected  void setView(InputBoxView view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertTextActionDelegate

public InsertTextActionDelegate()
Method Detail

getView

protected InputBoxView getView()
Returns:
Returns the view.

setView

protected void setView(InputBoxView view)
Parameters:
view - The view to set.

setActiveEditor

public void setActiveEditor(IAction action,
                            IEditorPart targetEditor)
Specified by:
setActiveEditor in interface IEditorActionDelegate

run

public void run(IAction action)
Specified by:
run in interface IActionDelegate

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)
Specified by:
selectionChanged in interface IActionDelegate


Copyright © 2003-2006 null. All Rights Reserved.