Uses of Class
editor.PopupListModel
-
Packages that use PopupListModel Package Description editor -
-
Uses of PopupListModel in editor
Fields in editor declared as PopupListModel Modifier and Type Field Description protected PopupListModel
ListPopup. _model
Methods in editor that return PopupListModel Modifier and Type Method Description abstract PopupListModel
PopupListModel. createSubset(List subset)
Given the a subset of components in this model, creates a new model containing just this subset.PopupListModel
ListPopup. getModel()
Methods in editor with parameters of type PopupListModel Modifier and Type Method Description JComponent
ListPopup. getCaptionComponent(PopupListModel listModel)
Constructors in editor with parameters of type PopupListModel Constructor Description ListPopup(JTextComponent editor, PopupListModel model)
-