All Downloads are FREE. Search and download functionalities are using the official Maven repository.

editor.ITabHistoryContext Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package editor;

import editor.util.ILabel;

/**
 */
public interface ITabHistoryContext extends ILabel
{
  /**
   * @return true if this history context represents the given view, false otherwise
   */
  public boolean represents( EditorHost editor );

  public Object getContentId();

  public boolean equals( ITabHistoryContext other );

  public int hashCode();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy