Interface ToolbarContext

All Superinterfaces:
BaseContext, SpecialistsBroker

public interface ToolbarContext extends BaseContext
A context used for client plugin toolbar items.
Since:
5.0.204
  • Method Details

    • getStoreType

      @Nullable Store.Type getStoreType()
      Provides the store type the toolbar context relates to.
      Returns:
      The store type.
      Since:
      5.0.204
    • getElement

      @Nullable @Nullable IDProvider getElement()
      Provides the element the toolbar context relates to.
      Returns:
      The element or null, if no element is available.
      Since:
      5.0.204
    • getSymbolicProjectName

      @Nullable @Nullable String getSymbolicProjectName()
      Provides the symbolic name of a remote project, if the element is not a local one.
      Returns:
      The symbolic project name or null, if the element is local.
      Since:
      5.0.204