Uses of Class
com.iizigo.term.project.EESession
Packages that use EESession Package Description com.iizigo.term.project com.iizigo.term.prop Uses of EESession in com.iizigo.term.project
Methods in com.iizigo.term.project that return EESession Modifier and Type Method Description static EESession
EESession. getEESession(org.eclipse.core.resources.IFile file)
Gets the EESession of the file.EESession[]
TerminalModel. getMatchingCaptures(EditorScreenProp screen)
Gets the terminal sessions that matches a screen (only captures, no recordings).EESession[]
TerminalModel. getSessions()
Gets all EE screens.Uses of EESession in com.iizigo.term.prop
Methods in com.iizigo.term.prop that return EESession Modifier and Type Method Description EESession
EditorTerminalProps. getEESession()
Gets the EESession for saving captures/recording.Methods in com.iizigo.term.prop with parameters of type EESession Modifier and Type Method Description void
EditorTerminalProps. setEESession(EESession s)
Assigns the EESession to the properties.