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

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

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

Handles the SQL execute action for the development database.

Version:
0.3.0
Author:
mbaumbach

Constructor Summary
SQLExecuteDevelopmentAction()
           
 
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

SQLExecuteDevelopmentAction

public SQLExecuteDevelopmentAction()
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)