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