Uses of Class
com.iizigo.term.internal.HotSpot
Packages that use HotSpot Package Description com.iizigo.term.internal Uses of HotSpot in com.iizigo.term.internal
Subclasses of HotSpot in com.iizigo.term.internal Modifier and Type Class Description class
Hyperlink
Handles hot spots of type "http://nnn" and "ftp://nnn".class
KeyHotSpot
Handles hot spots for function keys and other special keys.Methods in com.iizigo.term.internal that return types with arguments of type HotSpot Modifier and Type Method Description java.util.List<HotSpot>
HotSpot. parse(char[] line, java.util.List<HotSpot> hotSpots)
Performs parsing of the line just updated on the host screen.Methods in com.iizigo.term.internal with parameters of type HotSpot Modifier and Type Method Description protected char[]
HotSpot. addHotSpot(HotSpot hs, char[] line, java.util.List<HotSpot> hotSpots, int x, int width)
Adds a new hot spot of this same class (but a new instance) to the list.void
HotSpot. onCreate(HotSpot parent)
Called when a new hot spot has been instantiated.void
KeyHotSpot. onCreate(HotSpot parent)
Called when a new hot spot has been instantiated.Method parameters in com.iizigo.term.internal with type arguments of type HotSpot Modifier and Type Method Description protected char[]
HotSpot. addHotSpot(HotSpot hs, char[] line, java.util.List<HotSpot> hotSpots, int x, int width)
Adds a new hot spot of this same class (but a new instance) to the list.abstract int
HotSpot. check(char[] line, java.util.List<HotSpot> hotSpots, int begin, int end)
Checks if a hot spot is found.int
Hyperlink. check(char[] line, java.util.List<HotSpot> hotSpots, int begin, int end)
Checks if a hot spot is found.int
KeyHotSpot. check(char[] line, java.util.List<HotSpot> hotSpots, int begin, int end)
Checks if a hot spot is found.java.util.List<HotSpot>
HotSpot. parse(char[] line, java.util.List<HotSpot> hotSpots)
Performs parsing of the line just updated on the host screen.