Interface ISynchronizeView

    • Field Detail

      • COMPARE_VIEW_ID

        @Deprecated
        static final java.lang.String COMPARE_VIEW_ID
        Deprecated.
        not used, please use VIEW_ID instead.
        This id is no longer used.
        See Also:
        Constant Field Values
    • Method Detail

      • display

        void display​(ISynchronizeParticipant participant)
        Displays the given synchronize participant in the Synchronize View. This has no effect if this participant is already being displayed.
        Parameters:
        participant - participant to be displayed, cannot be null
      • getParticipant

        ISynchronizeParticipant getParticipant()
        Returns the participant currently being displayed in the Synchronize View or null if none.
        Returns:
        the participant currently being displayed in the Synchronize View or null if none