public interface IIntelliTextModel
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText(Object element)
Returns the display name for the element.
|
IIntelliTextModel |
getFilteredModel(String strPrefix) |
String |
getFilterPrefix() |
String |
getInsertionTextFrom(Object element)
Returns a string to insert into a text editor that is representative of the
given element in the model.
|
String |
getTypeName()
Returns a displayable string for the type of elements in the model.
|
Object |
parseElement(String strValue)
Returns the element in the model corresponding with the string value.
|
String getInsertionTextFrom(Object element)
String getTypeName()
Object parseElement(String strValue)
String getFilterPrefix()
IIntelliTextModel getFilteredModel(String strPrefix)
Copyright © 2022. All rights reserved.