Interface ITextInput

All Known Implementing Classes:
WidgetButton, WidgetPasswordBox, WidgetTextBox, WidgetToggle

public interface ITextInput
Interface for text input widgets.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    keyStroke(com.googlecode.lanterna.input.KeyStroke keyStroke)
    Handles a key stroke.
  • Method Details

    • keyStroke

      void keyStroke(com.googlecode.lanterna.input.KeyStroke keyStroke)
      Handles a key stroke.
      Parameters:
      keyStroke - The key stroke to handle.