Package org.eclipse.team.ui.synchronize
Interface ISynchronizePageConfiguration
public interface ISynchronizePageConfiguration
Configures the model, actions and label decorations of an
 
ISynchronizePage. Clients can:
 - set properties to affect the page contents and react to property changes
- add and configure the actions available to the user (context menu, toolbar and view menu)
- Since:
- 3.0
- Restriction:
- This interface is not intended to be implemented by clients.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final String[]These are the default groups used for the context menu of a page.static final String[]These are the default groups used for the toolbar of a page.static final String[]These are the default groups used for the drop-down view menu of a page.static final StringThe id of the edit group that determines where the edit actions appear (e.g. move and delete).static final StringThe id of the file group that determines where the file actions appear.static final intModes are direction filters for the viewstatic final StringThe id of the layout group that determines whether the layout selection actions appear in the view drop-down or toolbar.static final StringThe id of the mode group that determines where the mode selection actions appearstatic final StringThe id of the navigate group that determines where the navigation actions appearstatic final StringThe id of the group that determines where workbench object contributions should appear.static final intstatic final StringProperty constant for the type of comparison used to create theSyncInfoin the P_SYNC_INFO_SET property.static final StringThe configuration property that defines the groups in the context menu of the page.static final StringProperty constant for the list of label decorators (instance ofILabelDecorator[]) that will be applied to the text and image from the label provider.static final StringProperty constant for the mode used to filter the visible elements of the model.static final StringThe configuration property that defines the filter id that determines which object contribution actions appear in the context menu for the page.static final StringProperty constant for the description (String) of the page that appears as the description of the view when the page is active.static final StringProperty constant which indicates which modes are to be available to the user.static final StringProperty constant for theSyncInfoSetthat is being displayed by the page.static final StringProperty constant that defines the groups in the toolbar menu of the page.static final StringProperty constant that defines the groups in the drop-down view menu of the page.static final StringProperty constant for the id of the viewer to be used for this page.static final StringThe id of the preferences group that determines whether the preferences actions appear in the view drop-down.static final StringThe id of the sort group that determines where sort actions or submenus appear.static final StringThe id of the synchronize group the determines where the synchronize actions appear.static final Stringstatic final StringComparison type constants
- 
Method SummaryModifier and TypeMethodDescriptionvoidRegister the action group with the configuration.voidaddLabelDecorator(ILabelDecorator decorator) Add a label decorator to the page configuration.voidaddMenuGroup(String menuPropertyId, String groupId) Adds a menu group of the given id to the end of the menu groups list for the given menu property id.voidAdd a property change listener to the configuration.Return the comparison type used by the page'sSyncInfomodes.intgetMode()Return the value of the P_MODE property of this configuration.getPage()Return the page created from and associated with this configuration.Return the participant associated with this configuration.getProperty(String key) Returns the property with the given name, ornullif no such property exists.Return the runnable context.getSite()Return the site which provides access to certain workbench services.intReturn the value of the P_SUPPORTED_MODES property of this configuration.Return the set associated with the P_SYNC_INFO_SET property ornullif the property is not set.Return the id of the viewer to which this configuration is associated.booleanhasMenuGroup(String menuPropertyId, String groupId) Returns whether the given group appears in the given menuvoidRemove a previously registered action group.voidRemove the registered change listener.voidsetComparisonType(String type) Set the comparison type used by the page'sSyncInfomodes.voidsetMenuGroups(String menuPropertyId, String[] groups) Set the groups that are to be added to the menu identified by the menu property id.voidsetMode(int mode) Set the P_MODE property of this configuration to the given mode flag (one ofINCOMING_MODE,OUTGOING_MODE,BOTH_MODEorCONFLICTING_MODE).voidsetPage(ISynchronizePage page) Set the page for this configuration.voidsetProperty(String key, Object newValue) Sets the property with the given name.voidsetRunnableContext(IRunnableContext context) Sets the runnable context that can be used by the page's actions to display progress.voidsetSupportedModes(int modes) Set the P_SUPPORTED_MODES property of this configuration to the given combination of one or more mode flags (INCOMING_MODE,OUTGOING_MODE,BOTH_MODEandCONFLICTING_MODE).
- 
Field Details- 
P_SYNC_INFO_SETProperty constant for theSyncInfoSetthat is being displayed by the page. Some pages may not be displaying the contents of aSyncInfoSetin which case the value associated with this property will benull.- See Also:
 
- 
P_LABEL_DECORATORSProperty constant for the list of label decorators (instance ofILabelDecorator[]) that will be applied to the text and image from the label provider.- See Also:
 
- 
P_TOOLBAR_MENUProperty constant that defines the groups in the toolbar menu of the page. The value for this property should be a string array. If this property is set tonull, theDEFAULT_TOOLBAR_MENUis used. Also, the groups mentioned in theDEFAULT_TOOLBAR_MENUcan be removed but will always appear in the same order if included.- See Also:
 
- 
P_CONTEXT_MENUThe configuration property that defines the groups in the context menu of the page. The value for this property should be a string array.- See Also:
 
- 
P_VIEW_MENUProperty constant that defines the groups in the drop-down view menu of the page. The value for this property should be a string array. If this property is set tonull, theDEFAULT_VIEW_MENUis used. Also, the groups mentioned in theDEFAULT_VIEW_MENUcan be removed but will always appear in the same order if included.- See Also:
 
- 
P_OBJECT_CONTRIBUTION_IDThe configuration property that defines the filter id that determines which object contribution actions appear in the context menu for the page. This defaults to the id of the participant but can be set to another id ornull- Since:
- 3.1
- See Also:
 
- 
P_COMPARISON_TYPEProperty constant for the type of comparison used to create theSyncInfoin the P_SYNC_INFO_SET property. If the comparison type isTHREE_WAYthen modes selection applies.- See Also:
 
- 
P_MODEProperty constant for the mode used to filter the visible elements of the model. The value can be one of the mode integer constants.- See Also:
 
- 
P_SUPPORTED_MODESProperty constant which indicates which modes are to be available to the user. The value is to be an integer that combines one or more of the mode bit values. Eithernullor0can be used to indicate that mode filtering is not supported.- See Also:
 
- 
P_VIEWER_IDProperty constant for the id of the viewer to be used for this page. The viewer id corresponds to the viewer definition in the Common Navigator framework.- Since:
- 3.2
- See Also:
 
- 
P_PAGE_DESCRIPTIONProperty constant for the description (String) of the page that appears as the description of the view when the page is active.- Since:
- 3.2
- See Also:
 
- 
SYNCHRONIZE_GROUPThe id of the synchronize group the determines where the synchronize actions appear.- See Also:
 
- 
NAVIGATE_GROUPThe id of the navigate group that determines where the navigation actions appear- See Also:
 
- 
SORT_GROUPThe id of the sort group that determines where sort actions or submenus appear.- Since:
- 3.1
- See Also:
 
- 
MODE_GROUPThe id of the mode group that determines where the mode selection actions appear- See Also:
 
- 
FILE_GROUPThe id of the file group that determines where the file actions appear. File actions include the open actions.- See Also:
 
- 
EDIT_GROUPThe id of the edit group that determines where the edit actions appear (e.g. move and delete).- See Also:
 
- 
PREFERENCES_GROUPThe id of the preferences group that determines whether the preferences actions appear in the view drop-down.- See Also:
 
- 
OBJECT_CONTRIBUTIONS_GROUPThe id of the group that determines where workbench object contributions should appear. This group will only be used if there is an OBJECT_CONTRIBUTION_ID set in the configuration- Since:
- 3.1
- See Also:
 
- 
LAYOUT_GROUPThe id of the layout group that determines whether the layout selection actions appear in the view drop-down or toolbar.- See Also:
 
- 
DEFAULT_CONTEXT_MENUThese are the default groups used for the context menu of a page. Clients can remove, add and change the ordering for groups in the context menu.
- 
DEFAULT_TOOLBAR_MENUThese are the default groups used for the toolbar of a page. These groups will always appear in this order in the toolbar. Clients can disable one or more of these groups by setting theP_TOOLBAR_MENUproperty to an array that contains a subset of these. Clients can also add groups by adding new unique group ids to the array. Added groups will appear in the order specified but after the default groups.
- 
DEFAULT_VIEW_MENUThese are the default groups used for the drop-down view menu of a page. These groups will always appear in this order in the view menu. Clients can disable one or more of these groups by setting theP_VIEW_MENUproperty to an array that contains a subset of these. Clients can also add groups by adding new unique group ids to the array. Added groups will appear in the order specified but after the default groups.
- 
TWO_WAYComparison type constants- See Also:
 
- 
THREE_WAY- See Also:
 
- 
INCOMING_MODEstatic final int INCOMING_MODEModes are direction filters for the view- See Also:
 
- 
OUTGOING_MODEstatic final int OUTGOING_MODE- See Also:
 
- 
BOTH_MODEstatic final int BOTH_MODE- See Also:
 
- 
CONFLICTING_MODEstatic final int CONFLICTING_MODE- See Also:
 
- 
ALL_MODESstatic final int ALL_MODES- See Also:
 
 
- 
- 
Method Details- 
getParticipantISynchronizeParticipant getParticipant()Return the participant associated with this configuration.- Returns:
- the participant
 
- 
getSiteISynchronizePageSite getSite()Return the site which provides access to certain workbench services.- Returns:
- the page site
 
- 
getPageISynchronizePage getPage()Return the page created from and associated with this configuration.- Returns:
- Returns the page for this configuration
 
- 
setPageSet the page for this configuration. This method should only be called once by theISynchronizeParticipantthat created the page.- Parameters:
- page- the configuration's page
 
- 
addPropertyChangeListenerAdd a property change listener to the configuration. Registered listeners will receive notification when any property changes.- Parameters:
- listener- a property change listener
 
- 
removePropertyChangeListenerRemove the registered change listener. Removing an unregistered listener has no effects.- Parameters:
- listener- a property change listener
 
- 
setPropertySets the property with the given name. If the new value differs from the old aPropertyChangeEventis sent to registered listeners.- Parameters:
- key- the name of the property to set
- newValue- the new value of the property
 
- 
getPropertyReturns the property with the given name, ornullif no such property exists.- Parameters:
- key- the name of the property to retrieve
- Returns:
- the property with the given name, or nullif not found
 
- 
addActionContributionRegister the action group with the configuration. The registered action groups will have the opportunity to add actions to the action bars and context menu of the synchronize page created using the configuration.- Parameters:
- group- a synchronize page action group
 
- 
removeActionContributionRemove a previously registered action group. Removing a group that is not registered has no effect.- Parameters:
- group- a synchronize page action group
 
- 
addLabelDecoratorAdd a label decorator to the page configuration.- Parameters:
- decorator- a label decorator
 
- 
setMenuGroupsSet the groups that are to be added to the menu identified by the menu property id.- Parameters:
- menuPropertyId- the menu property id (one of- P_CONTEXT_MENU,- P_VIEW_MENUor- P_TOOLBAR_MENU)
- groups- a array of groups Ids
 
- 
addMenuGroupAdds a menu group of the given id to the end of the menu groups list for the given menu property id.- Parameters:
- menuPropertyId- the menu property id (one of- P_CONTEXT_MENU,- P_VIEW_MENUor- P_TOOLBAR_MENU)
- groupId- the id of the group to be added to the end of the menu group list
 
- 
hasMenuGroupReturns whether the given group appears in the given menu- Parameters:
- menuPropertyId- the property id that identifies the menu
- groupId- the id of the group
- Returns:
- trueif the group identified by the groupId appears in the menu identified by the menuPropertyId and- falseotherwise
 
- 
getModeint getMode()Return the value of the P_MODE property of this configuration.- Returns:
- the mode property value
 
- 
setModevoid setMode(int mode) Set the P_MODE property of this configuration to the given mode flag (one ofINCOMING_MODE,OUTGOING_MODE,BOTH_MODEorCONFLICTING_MODE).- Parameters:
- mode- the mode value
 
- 
getSupportedModesint getSupportedModes()Return the value of the P_SUPPORTED_MODES property of this configuration.- Returns:
- the supported modes property value
 
- 
setSupportedModesvoid setSupportedModes(int modes) Set the P_SUPPORTED_MODES property of this configuration to the given combination of one or more mode flags (INCOMING_MODE,OUTGOING_MODE,BOTH_MODEandCONFLICTING_MODE).- Parameters:
- modes- the supported modes
 
- 
getSyncInfoSetSyncInfoSet getSyncInfoSet()Return the set associated with the P_SYNC_INFO_SET property ornullif the property is not set.- Returns:
- the set associated with the P_SYNC_INFO_SET property
 or nullif the property is not set
 
- 
getComparisonTypeString getComparisonType()Return the comparison type used by the page'sSyncInfomodes.- Returns:
- comparison type (could be TWO_WAY,THREE_WAYor a custom type).
 
- 
setComparisonTypeSet the comparison type used by the page'sSyncInfomodes. The default type isTHREE_WAY.- Parameters:
- type- the comparison type (could be- TWO_WAY,- THREE_WAYor a custom type).
 
- 
setRunnableContextSets the runnable context that can be used by the page's actions to display progress.- Parameters:
- context- a runnable context (or null)
 
- 
getRunnableContextIRunnableContext getRunnableContext()Return the runnable context. Ifnullis returned, actions can use their own method of progress feedback either using a background job or the progress service- Returns:
- a runnable context (or null)
 
- 
getViewerIdString getViewerId()Return the id of the viewer to which this configuration is associated.- Returns:
- the id of the viewer to which this configuration is associated
- Since:
- 3.2
 
 
-