| java.lang.Object org.eclipse.ui.views.bookmarkexplorer.BookmarkContentProvider
BookmarkContentProvider | class BookmarkContentProvider implements IStructuredContentProvider,IResourceChangeListener,IBasicPropertyConstants(Code) | | Provides content for the bookmark navigator
|
dispose | public void dispose()(Code) | | The visual part that is using this content provider is about
to be disposed. Deallocate all allocated SWT resources.
|
getBookmarks | Object[] getBookmarks(IResource resource)(Code) | | Returns all the bookmarks that should be shown for
the current settings.
|
getMarkerDeltas | void getMarkerDeltas(IResourceDelta delta, List additions, List removals, List changes)(Code) | | Recursively walks over the resource delta and gathers all marker deltas. Marker
deltas are placed into one of the three given vectors depending on
the type of delta (add, remove, or change).
|
hasChildren | public boolean hasChildren(Object element)(Code) | | hasChildren method comment.
|
inputChanged | public void inputChanged(Viewer newViewer, Object oldInput, Object newInput)(Code) | | |
resourceChanged | public void resourceChanged(IResourceChangeEvent event)(Code) | | The workbench has changed. Process the delta and provide updates to the viewer,
inside the UI thread.
See Also: IResourceChangeListener.resourceChanged |
|
|