Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.compare.patch.IHunkFilter

Packages that use IHunkFilter
org.eclipse.compare.patch Provides support for applying and working with patches. 
 

Uses of IHunkFilter in org.eclipse.compare.patch
 

Methods in org.eclipse.compare.patch that return IHunkFilter
 IHunkFilter[] PatchConfiguration.getHunkFilters()
          Return an array of hunk filters that have been added to this configuration.
 

Methods in org.eclipse.compare.patch with parameters of type IHunkFilter
 void PatchConfiguration.addHunkFilter(IHunkFilter filter)
          Adds a hunk filter.
 void PatchConfiguration.removeHunkFilter(IHunkFilter filter)
          Removes a hunk filter.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.