Interface ProgramLocationSupplierContext

All Superinterfaces:
ActionContext
All Known Implementing Classes:
ListingActionContext, NavigatableActionContext, ProgramLocationActionContext, ProgramSymbolActionContext

public interface ProgramLocationSupplierContext NEW extends ActionContext
A "mix-in" interface that specific implementers of ActionContext may also implement if they can supply a program location in their action context. Actions that want to work on locations can look for this interface, which can be used in a variety of contexts.
  • Method Details

    • getLocation

      ProgramLocation getLocation()
      Returns the program location.
      Returns:
      the program location