Uses of Interface
com.googlecode.lanterna.gui2.InputFilter
Packages that use InputFilter
-
Uses of InputFilter in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as InputFilterMethods in com.googlecode.lanterna.gui2 that return InputFilterModifier and TypeMethodDescriptionAbstractInteractableComponent.getInputFilter()
Interactable.getInputFilter()
Returns the input filter currently assigned to the interactable component.Methods in com.googlecode.lanterna.gui2 with parameters of type InputFilterModifier and TypeMethodDescriptionAbstractInteractableComponent.setInputFilter
(InputFilter inputFilter) Interactable.setInputFilter
(InputFilter inputFilter) Assigns an input filter to the interactable component.