| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ui.actions.ActionGroup
org.eclipse.datatools.sqltools.sqleditor.internal.actions.CCPActionGroup
public class CCPActionGroup
Action group that adds the copy, cut, paste actions to a view part's context menu and installs handlers for the corresponding global menu actions.
This class may be instantiated; it is not intended to be subclassed.
| Constructor Summary | |
|---|---|
| CCPActionGroup(org.eclipse.ui.IViewPart part)Creates a new CCPActionGroup. | |
| CCPActionGroup(org.eclipse.ui.part.Page page)Creates a new CCPActionGroup. | |
| Method Summary | |
|---|---|
|  void | dispose() | 
|  void | fillActionBars(org.eclipse.ui.IActionBars actionBars) | 
|  void | fillContextMenu(org.eclipse.jface.action.IMenuManager menu) | 
|  org.eclipse.jface.action.IAction | getDeleteAction()Returns the delete action managed by this action group. | 
| Methods inherited from class org.eclipse.ui.actions.ActionGroup | 
|---|
| getContext, setContext, updateActionBars | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CCPActionGroup(org.eclipse.ui.IViewPart part)
CCPActionGroup. The group requires that the selection provided by the view part's
 selection provider is of type org.eclipse.jface.viewers.IStructuredSelection.
part - the view part that owns this action grouppublic CCPActionGroup(org.eclipse.ui.part.Page page)
CCPActionGroup. The group requires that the selection provided by the page's
 selection provider is of type org.eclipse.jface.viewers.IStructuredSelection.
page - the page that owns this action group| Method Detail | 
|---|
public org.eclipse.jface.action.IAction getDeleteAction()
null if the group doesn't provide any delete actionpublic void fillActionBars(org.eclipse.ui.IActionBars actionBars)
fillActionBars in class org.eclipse.ui.actions.ActionGrouppublic void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
fillContextMenu in class org.eclipse.ui.actions.ActionGrouppublic void dispose()
dispose in class org.eclipse.ui.actions.ActionGroup| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||