Class GhidraComboBox.InterceptedInputDocument

java.lang.Object
javax.swing.text.AbstractDocument
javax.swing.text.DefaultStyledDocument
docking.widgets.combobox.GhidraComboBox.InterceptedInputDocument
All Implemented Interfaces:
Serializable, Document, StyledDocument
Enclosing class:
GhidraComboBox<E>

public class GhidraComboBox.InterceptedInputDocument extends DefaultStyledDocument
Custom Document to perform matching of items as the user types
See Also: