Uses of Interface
com.googlecode.lanterna.gui2.InputFilter
-
Packages that use InputFilter Package Description com.googlecode.lanterna.gui2 -
-
Uses of InputFilter in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as InputFilter Modifier and Type Field Description private InputFilter
AbstractInteractableComponent. inputFilter
Methods in com.googlecode.lanterna.gui2 that return InputFilter Modifier and Type Method Description InputFilter
AbstractInteractableComponent. getInputFilter()
InputFilter
Interactable. getInputFilter()
Returns the input filter currently assigned to the interactable component.Methods in com.googlecode.lanterna.gui2 with parameters of type InputFilter Modifier and Type Method Description T
AbstractInteractableComponent. setInputFilter(InputFilter inputFilter)
Interactable
Interactable. setInputFilter(InputFilter inputFilter)
Assigns an input filter to the interactable component.
-