Uses of Class
com.iizigo.term.prop.EditorScreenProp
Uses of EditorScreenProp in com.iizigo.term.project
Modifier and TypeMethodDescriptionTerminalManager.getScreens()
Gets all current screens already added for screen matching.TerminalModule.getScreens
(boolean includeErrors) Gets all screens in all folders.Modifier and TypeMethodDescriptionTerminalModel.getFirstMatchingCapture
(EditorScreenProp screen) Gets the first terminal capture matching the screen.TerminalModel.getMatchingCaptures
(EditorScreenProp screen) Gets the terminal sessions that matches a screen (only captures, no recordings).Uses of EditorScreenProp in com.iizigo.term.prop
Modifier and TypeFieldDescriptionstatic final EditorScreenProp[]
EditorScreenProp.EMPTY_ARRAY
An empty array of ScreenProp's.Modifier and TypeMethodDescriptionEditorScreenProp.clone()
Clone must be overridden.TerminalDesignerProp.getMatchingScreens()
Gets the matching screens.EditorScreenActionProp.getScreen()
Gets the screen property.EditorScreenActionsProp.getScreen()
Gets the screen property.EditorScreenFieldProp.getScreen()
Gets the screen property.EditorScreenFieldsProp.getScreen()
Gets the screen property.Modifier and TypeMethodDescriptionvoid
TerminalDesignerProp.onScreenChanged
(EditorScreenProp screen, boolean isRemoved) Method to refresh the matching screens when one has been changed.