Uses of Class
org.eclipse.team.core.synchronize.FastSyncInfoFilter
Packages that use FastSyncInfoFilter
Package
Description
Application programming interfaces for managing synchronization state.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of FastSyncInfoFilter in org.eclipse.team.core.synchronize
Subclasses of FastSyncInfoFilter in org.eclipse.team.core.synchronizeModifier and TypeClassDescriptionstatic classSelectsSyncInfowhich match all child filters.static classSelectsSyncInfoinstances that are auto-mergable.static classAn abstract class which contains a set ofFastSyncInfoFilterinstances.static classSelectsSyncInfothat match any of the child filters.static classSelectsSyncInfoinstances that are pseudo-conflicts.static classSelectsSyncInfowhose change type match those of the filter.static classSelectsSyncInfowhose change direction match those of the filter.Fields in org.eclipse.team.core.synchronize declared as FastSyncInfoFilterModifier and TypeFieldDescriptionprotected FastSyncInfoFilter[]FastSyncInfoFilter.CompoundSyncInfoFilter.filtersInstance variable which contains all the child filters for this compound filter.Methods in org.eclipse.team.core.synchronize that return FastSyncInfoFilterModifier and TypeMethodDescriptionstatic FastSyncInfoFilterFastSyncInfoFilter.getDirectionAndChangeFilter(int direction, int change) SelectsSyncInfothat match the given change type and direction.Methods in org.eclipse.team.core.synchronize with parameters of type FastSyncInfoFilterModifier and TypeMethodDescriptionSyncInfo[]SyncInfoSet.getNodes(FastSyncInfoFilter filter) Return all nodes in this set that match the given filter.booleanSyncInfoSet.hasNodes(FastSyncInfoFilter filter) Indicate whether the set has nodes matching the given filter.voidSyncInfoSet.rejectNodes(FastSyncInfoFilter filter) Removes all nodes from this set that match the given filter leaving those that do not match the filter.voidSyncInfoSet.selectNodes(FastSyncInfoFilter filter) Removes all nodes from this set that do not match the given filter leaving only those that do match the filter.Constructors in org.eclipse.team.core.synchronize with parameters of type FastSyncInfoFilterModifierConstructorDescriptionAndSyncInfoFilter(FastSyncInfoFilter[] filters) Create an AND filter from the given filtersprotectedCompoundSyncInfoFilter(FastSyncInfoFilter[] filters) Create a compound filter that contains the provided filters.OrSyncInfoFilter(FastSyncInfoFilter[] filters) Create an OR filter from the given filters -
Uses of FastSyncInfoFilter in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return FastSyncInfoFilterModifier and TypeMethodDescriptionprotected FastSyncInfoFilterSynchronizeModelAction.getSyncInfoFilter()Filter uses to filter the user selection to contain only those elements for which this action is enabled.