Uses of Interface
com.iizigo.prop.tooltip.ITooltipStringFormatter
Packages that use ITooltipStringFormatter
Uses of ITooltipStringFormatter in com.iizigo.prop.tooltip
Methods in com.iizigo.prop.tooltip with parameters of type ITooltipStringFormatterModifier and TypeMethodDescriptionstatic TooltipItem
TooltipItem.newNormal
(String prompt, ITooltipStringFormatter formatter) Constructs a line with normal fonts of a text prompt and a formatter.static TooltipItem
TooltipItem.newNormal
(String prompt, Atom atom, ITooltipStringFormatter formatter) Constructs a line with normal fonts of a text prompt and a property atom with a formatter.static TooltipItem
TooltipItem.newNormal
(String prompt, String atomName, ITooltipStringFormatter formatter) Constructs a line with normal fonts of a text prompt and a property atom with a formatter.static TooltipItem
TooltipItem.newNormalItalicEmpty
(String prompt, String atomName, ITooltipStringFormatter formatter) Constructs a line with normal fonts of a text prompt and a property atom with a formatter.Uses of ITooltipStringFormatter in com.iizigo.server.monitor
Fields in com.iizigo.server.monitor with type parameters of type ITooltipStringFormatterModifier and TypeFieldDescriptionprotected HashMap<String,
ITooltipStringFormatter> EditorInfoPropCnr.formatMap
Map of property names (as key) to formatter (as value), null for none.