Uses of Class
com.iizix.term.prop.ScreenProp
Packages that use ScreenProp
Uses of ScreenProp in com.iizigo.term.prop
Subclasses of ScreenProp in com.iizigo.term.propModifier and TypeClassDescriptionclassThis Screen property container holds the screen identifications and fields for a terminal host screen.Uses of ScreenProp in com.iizix.term.prop
Fields in com.iizix.term.prop declared as ScreenPropModifier and TypeFieldDescriptionstatic final ScreenProp[]ScreenProp.EMPTY_ARRAYAn empty array of ScreenProp's.Methods in com.iizix.term.prop that return ScreenPropModifier and TypeMethodDescriptionScreenMatcher.getMatchingScreen(HostScreen screen, ArrayList<ScreenProp> match) Checks which screens match.ScreenActionProp.getScreen()Gets the screen property.ScreenActionsProp.getScreen()Gets the screen property.ScreenFieldProp.getScreen()Gets the screen property.ScreenFieldsProp.getScreen()Gets the screen property.Methods in com.iizix.term.prop with parameters of type ScreenPropModifier and TypeMethodDescriptionintScreenProp.compareTo(ScreenProp hs) Comparator method to sort screens into screen groups.booleanScreenProp.equalsIdentification(ScreenProp s) Checks if another screen equals in the screen identification.Method parameters in com.iizix.term.prop with type arguments of type ScreenPropModifier and TypeMethodDescriptionScreenMatcher.getMatchingScreen(HostScreen screen, ArrayList<ScreenProp> match) Checks which screens match.Constructors in com.iizix.term.prop with parameters of type ScreenPropModifierConstructorDescriptionScreenMatcher(ScreenProp[] screens, TerminalModelSettings settings) Constructs the instance.Uses of ScreenProp in com.iizix.term.server
Methods in com.iizix.term.server that return ScreenPropMethods in com.iizix.term.server that return types with arguments of type ScreenPropModifier and TypeMethodDescriptionDescriptor.getPropertyClass()Gets the property class for files.Class<ScreenProp>[]Descriptor.getPropertyClasses()Gets the property class for files.Methods in com.iizix.term.server with parameters of type ScreenPropModifier and TypeMethodDescriptionvoidTerminalHost.onScreenChanged(ScreenProp screen, boolean isRemoved) Method to refresh the matching screens when one has been changed.