Eclipse JDT
Release 3.0

org.eclipse.jdt.ui.actions
Class CCPActionGroup

java.lang.Object
  extended byorg.eclipse.ui.actions.ActionGroup
      extended byorg.eclipse.jdt.ui.actions.CCPActionGroup

public class CCPActionGroup
extends org.eclipse.ui.actions.ActionGroup

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.

Since:
2.0

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCPActionGroup

public CCPActionGroup(org.eclipse.ui.IViewPart part)
Creates a new CCPActionGroup. The group requires that the selection provided by the view part's selection provider is of type org.eclipse.jface.viewers.IStructuredSelection.

Parameters:
part - the view part that owns this action group

CCPActionGroup

public CCPActionGroup(org.eclipse.ui.part.Page page)
Creates a new CCPActionGroup. The group requires that the selection provided by the page's selection provider is of type org.eclipse.jface.viewers.IStructuredSelection.

Parameters:
page - the page that owns this action group
Method Detail

getDeleteAction

public org.eclipse.jface.action.IAction getDeleteAction()
Returns the delete action managed by this action group.

Returns:
the delete action. Returns null if the group doesn't provide any delete action

fillActionBars

public void fillActionBars(org.eclipse.ui.IActionBars actionBars)

fillContextMenu

public void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)

dispose

public void dispose()

Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.