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

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

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

Handles the SQL execute action for the production database.

Version:
0.3.0
Author:
mbaumbach

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

SQLExecuteProductionAction

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