Uses of Class
org.fife.ui.autocomplete.AutoCompleteDescWindow.HistoryEntry
-
-
Uses of AutoCompleteDescWindow.HistoryEntry in org.fife.ui.autocomplete
Fields in org.fife.ui.autocomplete with type parameters of type AutoCompleteDescWindow.HistoryEntry Modifier and Type Field Description private java.util.List<AutoCompleteDescWindow.HistoryEntry>
AutoCompleteDescWindow. history
History of descriptions displayed.Methods in org.fife.ui.autocomplete with parameters of type AutoCompleteDescWindow.HistoryEntry Modifier and Type Method Description private void
AutoCompleteDescWindow. addToHistory(AutoCompleteDescWindow.HistoryEntry historyItem)
Sets the currently displayed description and updates the history.
-