Interface IIntelliTextModel
- All Known Implementing Classes:
PopupListModel
public interface IIntelliTextModel
-
Method Summary
Modifier and TypeMethodDescriptiongetDisplayText(Object element) Returns the display name for the element.getFilteredModel(String strPrefix) getInsertionTextFrom(Object element) Returns a string to insert into a text editor that is representative of the given element in the model.Returns a displayable string for the type of elements in the model.parseElement(String strValue) Returns the element in the model corresponding with the string value.