ch.sahits.codegen.sql
Class InsertCreatePopup

java.lang.Object
  extended by ch.sahits.codegen.sql.InsertCreatePopup

public class InsertCreatePopup
extends java.lang.Object

This is the Action delegate for the pop up menu in the the table selection

Since:
2.1.0
Author:
Andi Hotz, Sahits GmbH

Constructor Summary
InsertCreatePopup()
          Constructor for Action1.
 
Method Summary
 void run(IAction action)
           
 void selectionChanged(IAction action, ISelection selection)
           
 void setActivePart(IAction action, IWorkbenchPart targetPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertCreatePopup

public InsertCreatePopup()
Constructor for Action1.

Method Detail

setActivePart

public void setActivePart(IAction action,
                          IWorkbenchPart targetPart)
See Also:
IObjectActionDelegate#setActivePart(IAction, IWorkbenchPart)

run

public void run(IAction action)
See Also:
IActionDelegate#run(IAction)

selectionChanged

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