Uses of Class
com.iizigo.term.internal.HotSpot
Packages that use HotSpot
Uses of HotSpot in com.iizigo.term.internal
Subclasses of HotSpot in com.iizigo.term.internalModifier and TypeClassDescriptionclass
Handles hot spots of type "http://nnn" and "ftp://nnn".class
Handles hot spots for function keys and other special keys.Methods in com.iizigo.term.internal that return types with arguments of type HotSpotModifier and TypeMethodDescriptionPerforms parsing of the line just updated on the host screen.Methods in com.iizigo.term.internal with parameters of type HotSpotModifier and TypeMethodDescriptionprotected char[]
HotSpot.addHotSpot
(HotSpot hs, char[] line, List<HotSpot> hotSpots, int x, int width) Adds a new hot spot of this same class (but a new instance) to the list.void
Called when a new hot spot has been instantiated.void
Called when a new hot spot has been instantiated.Method parameters in com.iizigo.term.internal with type arguments of type HotSpotModifier and TypeMethodDescriptionprotected char[]
HotSpot.addHotSpot
(HotSpot hs, char[] line, 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
Checks if a hot spot is found.int
Checks if a hot spot is found.int
Checks if a hot spot is found.Performs parsing of the line just updated on the host screen.