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 EditorTerminalPropsTerminalModel. 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_ARRAYAn empty array of ScreenProp's.Methods in com.iizigo.term.prop that return EditorScreenProp Modifier and Type Method Description EditorScreenPropEditorScreenProp. clone()Clone must be overridden.EditorScreenProp[]TerminalDesignerProp. getMatchingScreens()Gets the matching screens.EditorScreenPropEditorScreenActionProp. getScreen()Gets the screen property.EditorScreenPropEditorScreenActionsProp. getScreen()Gets the screen property.EditorScreenPropEditorScreenFieldProp. getScreen()Gets the screen property.EditorScreenPropEditorScreenFieldsProp. getScreen()Gets the screen property.Methods in com.iizigo.term.prop with parameters of type EditorScreenProp Modifier and Type Method Description voidTerminalDesignerProp. onScreenChanged(EditorScreenProp screen, boolean isRemoved)Method to refresh the matching screens when one has been changed.