Package editor
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.
-
Method Details
-
getInsertionTextFrom
Returns a string to insert into a text editor that is representative of the given element in the model. -
getDisplayText
Returns the display name for the element. -
getTypeName
String getTypeName()Returns a displayable string for the type of elements in the model. e.g., "ActivityPattern", "LossCause", "DateTime", anything. -
parseElement
Returns the element in the model corresponding with the string value. Returns null if there is no corresponding element. -
getFilterPrefix
String getFilterPrefix() -
getFilteredModel
-