Uses of Class
com.iizigo.term.prop.EditorScreenProp
Packages that use EditorScreenProp Package Description com.iizigo.term.project com.iizigo.term.prop Uses of EditorScreenProp in com.iizigo.term.project
Methods in com.iizigo.term.project that return EditorScreenProp Modifier and Type Method Description EditorScreenProp[]
TerminalManager. getScreens()
Gets all current screens already added for screen matching.EditorScreenProp[]
TerminalModule. getScreens(boolean includeErrors)
Gets all screens in all folders.Methods in com.iizigo.term.project with parameters of type EditorScreenProp Modifier and Type Method Description EditorTerminalProps
TerminalModel. getFirstMatchingCapture(EditorScreenProp screen)
Gets the first terminal capture matching the screen.EESession[]
TerminalModel. getMatchingCaptures(EditorScreenProp screen)
Gets the terminal sessions that matches a screen (only captures, no recordings).Uses of EditorScreenProp in com.iizigo.term.prop
Fields in com.iizigo.term.prop declared as EditorScreenProp Modifier and Type Field Description static EditorScreenProp[]
EditorScreenProp. EMPTY_ARRAY
An empty array of ScreenProp's.Methods in com.iizigo.term.prop that return EditorScreenProp Modifier and Type Method Description EditorScreenProp
EditorScreenProp. clone()
Clone must be overridden.EditorScreenProp[]
TerminalDesignerProp. getMatchingScreens()
Gets the matching screens.EditorScreenProp
EditorScreenActionProp. getScreen()
Gets the screen property.EditorScreenProp
EditorScreenActionsProp. getScreen()
Gets the screen property.EditorScreenProp
EditorScreenFieldProp. getScreen()
Gets the screen property.EditorScreenProp
EditorScreenFieldsProp. getScreen()
Gets the screen property.Methods in com.iizigo.term.prop with parameters of type EditorScreenProp Modifier and Type Method Description void
TerminalDesignerProp. onScreenChanged(EditorScreenProp screen, boolean isRemoved)
Method to refresh the matching screens when one has been changed.