Uses of Class
com.iizix.term.prop.ScreenActionProp
Packages that use ScreenActionProp Package Description com.iizigo.term.prop com.iizix.term.prop Uses of ScreenActionProp in com.iizigo.term.prop
Subclasses of ScreenActionProp in com.iizigo.term.prop Modifier and Type Class Description class
EditorScreenActionProp
This Screen Action property container for a terminal host screen property.Uses of ScreenActionProp in com.iizix.term.prop
Methods in com.iizix.term.prop that return ScreenActionProp Modifier and Type Method Description ScreenActionProp
ScreenActionProp. clone()
Overrides clone to clear VSAction reference.ScreenActionProp[]
ScreenActionsProp. getActions()
Gets the screen field properties array.ScreenActionProp
TerminalActionActor.Settings. getScreenActionProp()
Gets the screen action property that is referenced.Methods in com.iizix.term.prop that return types with arguments of type ScreenActionProp Modifier and Type Method Description java.lang.Class<ScreenActionProp>
ScreenActionReference. getPropertyClass()
Gets the class wanted.Methods in com.iizix.term.prop with parameters of type ScreenActionProp Modifier and Type Method Description void
TerminalActionActor.Settings. addScreenActionReference(ScreenActionProp action)
Adds the screen action reference.