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

editor.ITabHistoryHandler Maven / Gradle / Ivy

package editor;

/**
 */
public interface ITabHistoryHandler
{
  public ITabHistoryContext makeTabContext( GosuEditor tab );

  public void selectTab( ITabHistoryContext tabContext );

  public void closeTab( ITabHistoryContext tabContext );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy