Uses of Class
org.eclipse.team.ui.synchronize.SynchronizePageActionGroup
-
Packages that use SynchronizePageActionGroup Package Description org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. -
-
Uses of SynchronizePageActionGroup in org.eclipse.team.ui.synchronize
Subclasses of SynchronizePageActionGroup in org.eclipse.team.ui.synchronize Modifier and Type Class Description class
ModelSynchronizeParticipantActionGroup
Action group that contributes the merge actions to the model synchronize participant.Methods in org.eclipse.team.ui.synchronize with parameters of type SynchronizePageActionGroup Modifier and Type Method Description void
ISynchronizePageConfiguration. addActionContribution(SynchronizePageActionGroup group)
Register the action group with the configuration.void
ISynchronizePageConfiguration. removeActionContribution(SynchronizePageActionGroup group)
Remove a previously registered action group.
-