Uses of Interface
com.iizigo.prop.tooltip.ITooltipStringFormatter
Packages that use ITooltipStringFormatter Package Description com.iizigo.prop.tooltip com.iizigo.server.monitor Uses of ITooltipStringFormatter in com.iizigo.prop.tooltip
Methods in com.iizigo.prop.tooltip with parameters of type ITooltipStringFormatter Modifier and Type Method Description static TooltipItemTooltipItem. newNormal(java.lang.String prompt, ITooltipStringFormatter formatter)Constructs a line with normal fonts of a text prompt and a formatter.static TooltipItemTooltipItem. newNormal(java.lang.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(java.lang.String prompt, java.lang.String atomName, ITooltipStringFormatter formatter)Constructs a line with normal fonts of a text prompt and a property atom with a formatter.static TooltipItemTooltipItem. newNormalItalicEmpty(java.lang.String prompt, java.lang.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 ITooltipStringFormatter Modifier and Type Field Description protected java.util.HashMap<java.lang.String,ITooltipStringFormatter>EditorInfoPropCnr. formatMapMap of property names (as key) to formatter (as value), null for none.