Class TerminalTypeAheadSettings

java.lang.Object
org.springframework.shell.test.jediterm.terminal.model.TerminalTypeAheadSettings

public final class TerminalTypeAheadSettings extends Object
  • Field Details

  • Constructor Details

    • TerminalTypeAheadSettings

      public TerminalTypeAheadSettings(boolean enabled, long latencyThreshold, TextStyle typeAheadColor)
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • getLatencyThreshold

      public long getLatencyThreshold()
    • getTypeAheadStyle

      public TextStyle getTypeAheadStyle()