Package org.eclipse.cdt.internal.ui.navigator

Class Summary
AbstractCNavigatorActionGroup A basic abstract action group implementation similar to CViewActionGroup, avoiding the explicit dependency on CView to allow reuse in the Common Navigator.
CNavigatorBuildActionGroup Common Navigator compatible clone of BuildGroup.
CNavigatorBuildActionProvider A Common Navigator action provider providing the contributions from the build action group.
CNavigatorContentProvider A content provider populating a Common Navigator view with CDT model content.
CNavigatorDragAdapterAssistant A Common Navigator drag assistant for ICElements being also ISourceReferences.
CNavigatorDropAdapterAssistant A Common Navigator drop adapter assistant handling dropping of ICElements.
CNavigatorEditActionGroup Provides clipboard actions.
CNavigatorEditActionProvider Common Navigator action provider for clipboard actions.
CNavigatorLabelProvider A label provider suitable for the Common Navigator providing also status message text for the current selected item.
CNavigatorLinkHelper Provide support for linking view selection with active editor.
CNavigatorOpenActionProvider A Common Navigator action provider providing the contributions from the open editor action group.
CNavigatorOpenEditorActionGroup This is basically a clone of OpenFileGroup, but without explicit dependency on CView.
CNavigatorOpenViewActionProvider  
CNavigatorProblemsLabelDecorator A ProblemsLabelDecorator optimized for use with the Common Navigator.
CNavigatorRefactorActionGroup This is the action group for refactor actions move and rename.
CNavigatorRefactorActionProvider A clone of org.eclipse.ui.internal.navigator.resources.actions.RefactorActionProvider.
CNavigatorSearchActionProvider Common Navigator action provider for the C-search sub menus.
OpenCElementAction Open an editor and navigate to the source location of the currently selected ICElement.