Package org.eclipse.cdt.internal.ui.util

Interface Summary
IDebugLogConstants  
IProblemChangedListener Can be added to a ProblemMarkerManager to get notified about error marker changes.
 

Class Summary
BusyIndicatorRunnableContext A runnable context that shows the busy cursor instead of a progress monitor.
CHelpDisplayContext  
CoreUtility  
CUIHelp  
CUIHelp.CUIHelpContextProvider A dynamic help context provider.
DeleteIProblemMarkerAction  
DeleteTaskAction  
EditorUtility  
ExceptionHandler The default exception handler shows an error dialog when one of its handle methods is called.
ExternalEditorInput An EditorInput for an external (non-workspace) file.
ExternalEditorInputFactory The ExternalEditorInputFactory is used to save and recreate an ExternalEditorInput object.
IDebugLogConstants.DebugLogConstant  
ImageDescriptorRegistry A registry that maps ImageDescriptors to Image.
Messages  
OpenExternalProblemAction  
PendingUpdateAdapter The PendingUpdateAdapter is a convenience object that can be used by a BaseWorkbenchContentProvider that wants to show a pending update.
PixelConverter  
ProblemMarkerManager Listens to resource deltas and filters for marker changes of type IMarker.PROBLEM Viewers showing error ticks should register as listener to this type.
ProblemTableViewer Extends a TableViewer to allow more performance when showing error ticks.
ProblemTreeViewer Extends a TreeViewer to allow more performance when showing error ticks.
RemoteTreeContentManager A remote content manager that merges content into a tree rather then replacing its children with a "pending" node, and then the real children when they are available.
RemoteTreeViewer  
Resources  
ResourceToItemsMapper Helper class for updating error markers and other decorators that work on resources.
RowLayouter Helper class to layout a number of children if the composite uses a GridLayout.
SelectionUtil Provides utilities for checking the validity of selections.
StatusLineHandler Utilities for clearing and setting status line.
StringMatcher  
StringMatcher.Position  
Strings Helper class to provide String manipulation functions not available in standard JDK.
SWTUtil Utility class to simplify access to some SWT resources.
TableLayoutComposite A special composite to layout columns inside a table.
TwoArrayQuickSort Quick sort to sort two arrays in parallel.
Util  
ViewerPane A ViewerPane is a convenience class which installs a CLabel and a Toolbar in a ViewForm.