Uses of Class
org.eclipse.cdt.internal.ui.actions.BlockCommentAction

Packages that use BlockCommentAction
org.eclipse.cdt.internal.ui.actions   
 

Uses of BlockCommentAction in org.eclipse.cdt.internal.ui.actions
 

Subclasses of BlockCommentAction in org.eclipse.cdt.internal.ui.actions
 class AddBlockCommentAction
          Action that encloses the editor's current selection with Java block comment terminators (/* and */).
 class RemoveBlockCommentAction
          Action that removes the enclosing comment marks from a Java block comment.