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 TooltipItemTooltipItem.newNormal(String prompt, ITooltipStringFormatter formatter) Constructs a line with normal fonts of a text prompt and a formatter.static TooltipItemTooltipItem.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 TooltipItemTooltipItem.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 TooltipItemTooltipItem.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.formatMapMap of property names (as key) to formatter (as value), null for none.