ch.sahits.codegen.sql
Class InsertCreatePopup
java.lang.Object
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
|
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 |
InsertCreatePopup
public InsertCreatePopup()
- Constructor for Action1.
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)