Package editor

Interface ITabHistoryContext

All Superinterfaces:
ILabel
All Known Implementing Classes:
EditorTabHistoryHandler.EditorTabContext

public interface ITabHistoryContext extends ILabel
  • Method Details

    • represents

      boolean represents(EditorHost editor)
      Returns:
      true if this history context represents the given view, false otherwise
    • getContentId

      Object getContentId()
    • equals

      boolean equals(ITabHistoryContext other)
    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object