Uses of Interface
com.iizigo.prop.tooltip.ITooltipStringFormatter
Uses of ITooltipStringFormatter in com.iizigo.prop.tooltip
Modifier 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
Modifier and TypeFieldDescriptionprotected HashMap<String,
ITooltipStringFormatter> EditorInfoPropCnr.formatMap
Map of property names (as key) to formatter (as value), null for none.