Uses of Class
com.iizix.term.prop.ScreenProp
Packages that use ScreenProp Package Description com.iizigo.term.prop com.iizix.term.prop com.iizix.term.server Uses of ScreenProp in com.iizigo.term.prop
Subclasses of ScreenProp in com.iizigo.term.prop Modifier and Type Class Description class
EditorScreenProp
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 ScreenProp Modifier and Type Field Description static ScreenProp[]
ScreenProp. EMPTY_ARRAY
An empty array of ScreenProp's.Methods in com.iizix.term.prop that return ScreenProp Modifier and Type Method Description ScreenProp
ScreenMatcher. getMatchingScreen(HostScreen screen, java.util.ArrayList<ScreenProp> match)
Checks which screens match.ScreenProp
ScreenActionProp. getScreen()
Gets the screen property.ScreenProp
ScreenActionsProp. getScreen()
Gets the screen property.ScreenProp
ScreenFieldProp. getScreen()
Gets the screen property.ScreenProp
ScreenFieldsProp. getScreen()
Gets the screen property.Methods in com.iizix.term.prop with parameters of type ScreenProp Modifier and Type Method Description int
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 ScreenProp Modifier and Type Method Description ScreenProp
ScreenMatcher. getMatchingScreen(HostScreen screen, java.util.ArrayList<ScreenProp> match)
Checks which screens match.Constructors in com.iizix.term.prop with parameters of type ScreenProp Constructor Description ScreenMatcher(ScreenProp[] screens, TerminalModelSettings settings)
Constructs the instance.Uses of ScreenProp in com.iizix.term.server
Methods in com.iizix.term.server that return ScreenProp Modifier and Type Method Description ScreenProp[]
TerminalHost. getMatchingScreens()
Gets the matching screens.Methods in com.iizix.term.server that return types with arguments of type ScreenProp Modifier and Type Method Description java.lang.Class<ScreenProp>
Descriptor. getPropertyClass()
Gets the property class for files.java.lang.Class<ScreenProp>[]
Descriptor. getPropertyClasses()
Gets the property class for files.Methods in com.iizix.term.server with parameters of type ScreenProp Modifier and Type Method Description void
TerminalHost. onScreenChanged(ScreenProp screen, boolean isRemoved)
Method to refresh the matching screens when one has been changed.