Package com.iizigo.prop.group
Interface IGroupTextFormatter
- All Known Implementing Classes:
- LayoutDataFormatter
 - public interface IGroupTextFormatterFormatter for the label after the group text prompt for edited values in the property.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - java.lang.String- getGroupText(PropCnr[] containers, java.util.ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the group.
 
- Method Detail- getGroupText- java.lang.String getGroupText(PropCnr[] containers, java.util.ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, java.lang.StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the group. This method is called when a property has been changed for the group.- Parameters:
- containers- The property container being edited.
- infos- The property editor info array.
- group- The group item.
- tooltip- String buffer to fill with tool tip text.
- isHTML- Set [0] to true for HTML before returning if tooltip text is in HTML format.
- Returns:
- A string for the text label, the string buffer filled with the tooltip text.