Uses of Class
com.iizix.term.prop.ScreenProp
Uses of ScreenProp in com.iizigo.term.prop
Modifier 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
Modifier and TypeFieldDescriptionstatic final ScreenProp[]
ScreenProp.EMPTY_ARRAY
An empty array of ScreenProp's.Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionScreenMatcher.getMatchingScreen
(HostScreen screen, ArrayList<ScreenProp> match) Checks which screens match.ModifierConstructorDescriptionScreenMatcher
(ScreenProp[] screens, TerminalModelSettings settings) Constructs the instance.Uses of ScreenProp in com.iizix.term.server
Modifier and TypeMethodDescriptionDescriptor.getPropertyClass()
Gets the property class for files.Class<ScreenProp>[]
Descriptor.getPropertyClasses()
Gets the property class for files.Modifier and TypeMethodDescriptionvoid
TerminalHost.onScreenChanged
(ScreenProp screen, boolean isRemoved) Method to refresh the matching screens when one has been changed.