Uses of Class
org.eclipse.team.core.synchronize.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
Modifier and TypeClassDescriptionstatic class
SelectsSyncInfo
which match all child filters.static class
SelectsSyncInfo
instances that are auto-mergable.static class
An abstract class which contains a set ofFastSyncInfoFilter
instances.static class
SelectsSyncInfo
that match any of the child filters.static class
SelectsSyncInfo
instances that are pseudo-conflicts.static class
SelectsSyncInfo
whose change type match those of the filter.static class
SelectsSyncInfo
whose change direction match those of the filter.Modifier and TypeFieldDescriptionprotected FastSyncInfoFilter[]
FastSyncInfoFilter.CompoundSyncInfoFilter.filters
Instance variable which contains all the child filters for this compound filter.Modifier and TypeMethodDescriptionstatic FastSyncInfoFilter
FastSyncInfoFilter.getDirectionAndChangeFilter
(int direction, int change) SelectsSyncInfo
that match the given change type and direction.Modifier and TypeMethodDescriptionSyncInfo[]
SyncInfoSet.getNodes
(FastSyncInfoFilter filter) Return all nodes in this set that match the given filter.boolean
SyncInfoSet.hasNodes
(FastSyncInfoFilter filter) Indicate whether the set has nodes matching the given filter.void
SyncInfoSet.rejectNodes
(FastSyncInfoFilter filter) Removes all nodes from this set that match the given filter leaving those that do not match the filter.void
SyncInfoSet.selectNodes
(FastSyncInfoFilter filter) Removes all nodes from this set that do not match the given filter leaving only those that do match the filter.ModifierConstructorDescriptionAndSyncInfoFilter
(FastSyncInfoFilter[] filters) Create an AND filter from the given filtersprotected
CompoundSyncInfoFilter
(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
Modifier and TypeMethodDescriptionprotected FastSyncInfoFilter
SynchronizeModelAction.getSyncInfoFilter()
Filter uses to filter the user selection to contain only those elements for which this action is enabled.