Uses of Enum
jline.console.ConsoleReader.State
Packages that use ConsoleReader.State
-
Uses of ConsoleReader.State in jline.console
Subclasses with type arguments of type ConsoleReader.State in jline.consoleModifier and TypeClassDescriptionprivate static enumPossible states in which the current readline operation may be in.Fields in jline.console declared as ConsoleReader.StateMethods in jline.console that return ConsoleReader.StateModifier and TypeMethodDescriptionstatic ConsoleReader.StateReturns the enum constant of this type with the specified name.static ConsoleReader.State[]ConsoleReader.State.values()Returns an array containing the constants of this enum type, in the order they are declared.