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

info.kwarc.sally4.mhw.base.IMathHubDocument Maven / Gradle / Ivy

The newest version!
package info.kwarc.sally4.mhw.base;

import info.kwarc.sally.comm.mathhubdocument.GetCurrentSelectionResponse;
import info.kwarc.sally4.framing.SallyFrameMenu;
import info.kwarc.sally4.registration.SallyClient;
import info.kwarc.sally4.theo.Theo;

public interface IMathHubDocument {

	IMathHubUser getUser();
	IMathHubRepository getRepository();
	IMathHubWorker getWorker();
	
	
	String getText();
	GetCurrentSelectionResponse getSelection();
	void selectText(int startRow, int startCol, int endRow, int endCol);

	String getWorkerRelativePath();
	String getAbsolutePath();
		
	SallyClient getSallyClient();
	SallyFrameMenu getSallyFrames();
	Theo getTheo();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy