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 classHyperlinkHandles hot spots of type "http://nnn" and "ftp://nnn".classKeyHotSpotHandles 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.voidHotSpot. onCreate(HotSpot parent)Called when a new hot spot has been instantiated.voidKeyHotSpot. 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 intHotSpot. check(char[] line, java.util.List<HotSpot> hotSpots, int begin, int end)Checks if a hot spot is found.intHyperlink. check(char[] line, java.util.List<HotSpot> hotSpots, int begin, int end)Checks if a hot spot is found.intKeyHotSpot. 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.