Uses of Interface
com.iizigo.prop.tooltip.ITooltipStringFormatter
Packages that use ITooltipStringFormatter
- Uses of ITooltipStringFormatter in com.iizigo.prop.tooltipMethods in com.iizigo.prop.tooltip with parameters of type ITooltipStringFormatterModifier and TypeMethodDescription- static 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.monitorFields in com.iizigo.server.monitor with type parameters of type ITooltipStringFormatterModifier and TypeFieldDescription- protected HashMap<String,- ITooltipStringFormatter> EditorInfoPropCnr.- formatMapMap of property names (as key) to formatter (as value), null for none.