Uses of Class
com.iizigo.term.prop.EditorScreenProp
Packages that use EditorScreenProp
Uses of EditorScreenProp in com.iizigo.term.project
Methods in com.iizigo.term.project that return EditorScreenPropModifier and TypeMethodDescriptionTerminalManager.getScreens()Gets all current screens already added for screen matching.TerminalModule.getScreens(boolean includeErrors) Gets all screens in all folders.Methods in com.iizigo.term.project with parameters of type EditorScreenPropModifier 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
Fields in com.iizigo.term.prop declared as EditorScreenPropModifier and TypeFieldDescriptionstatic final EditorScreenProp[]EditorScreenProp.EMPTY_ARRAYAn empty array of ScreenProp's.Methods in com.iizigo.term.prop that return EditorScreenPropModifier 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.Methods in com.iizigo.term.prop with parameters of type EditorScreenPropModifier and TypeMethodDescriptionvoidTerminalDesignerProp.onScreenChanged(EditorScreenProp screen, boolean isRemoved) Method to refresh the matching screens when one has been changed.