org.radrails.db.internal.ui.editors.sql.util
Class SQLExecuteTestAction

java.lang.Object
  extended byorg.radrails.db.internal.ui.editors.sql.util.SQLExecuteTestAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate

public class SQLExecuteTestAction
extends java.lang.Object
implements org.eclipse.ui.IActionDelegate

Handles the SQL execute action for the test database.

Version:
0.3.0
Author:
mbaumbach

Constructor Summary
SQLExecuteTestAction()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
           
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLExecuteTestAction

public SQLExecuteTestAction()
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Specified by:
run in interface org.eclipse.ui.IActionDelegate
See Also:
IActionDelegate.run(org.eclipse.jface.action.IAction)

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection selection)
Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
See Also:
IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)