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 TypeClassDescriptionclass
This 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_ARRAY
An 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 TypeMethodDescriptionint
ScreenProp.compareTo
(ScreenProp hs) Comparator method to sort screens into screen groups.boolean
ScreenProp.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 TypeMethodDescriptionvoid
TerminalHost.onScreenChanged
(ScreenProp screen, boolean isRemoved) Method to refresh the matching screens when one has been changed.