Class DualListingActionContext

All Implemented Interfaces:
ActionContext, NavigationActionContext, CodeComparisonPanelActionContext

public class DualListingActionContext extends NavigatableActionContext implements CodeComparisonPanelActionContext
Action context for a ListingCodeComparisonPanel.
  • Constructor Details

    • DualListingActionContext

      public DualListingActionContext(ComponentProvider provider, Navigatable navigatable, Program program, ProgramLocation location, ProgramSelection selection, ProgramSelection highlight)
      Constructor for a dual listing's action context.
      Parameters:
      provider - the provider that uses this action context.
      navigatable - the navigatable for this action context.
      program - the program in the listing providing this context.
      location - the location indicated by this context.
      selection - the listing selection for this context.
      highlight - the listing highlight for this context.
    • DualListingActionContext

      public DualListingActionContext(ComponentProvider provider, Navigatable navigatable, ProgramLocation location)
      Constructor for a dual listing's action context.
      Parameters:
      provider - the provider that uses this action context.
      navigatable - the navigatable for this action context.
      location - the location indicated by this context.
    • DualListingActionContext

      public DualListingActionContext(ComponentProvider provider, Navigatable navigatable)
      Constructor for a dual listing's action context.
      Parameters:
      provider - the provider that uses this action context.
      navigatable - the navigatable for this action context.
  • Method Details