Uses of Enum
org.prelle.telnet.option.LineMode.ModeBit
Packages that use LineMode.ModeBit
-
Uses of LineMode.ModeBit in org.prelle.telnet.option
Subclasses with type arguments of type LineMode.ModeBit in org.prelle.telnet.optionMethods in org.prelle.telnet.option that return LineMode.ModeBitModifier and TypeMethodDescriptionstatic LineMode.ModeBitLineMode.ModeBit.valueOf(int val) Returns the enum constant of this type with the specified name.static LineMode.ModeBitReturns the enum constant of this type with the specified name.static LineMode.ModeBit[]LineMode.ModeBit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.prelle.telnet.option that return types with arguments of type LineMode.ModeBitModifier and TypeMethodDescriptionLineMode.LineModesChanged.getModes()LineMode.LineModeListener.linemodeFlagsSuggested(List<LineMode.ModeBit> suggested) static List<LineMode.ModeBit> LineMode.ModeBit.toModeList(int val) Method parameters in org.prelle.telnet.option with type arguments of type LineMode.ModeBitModifier and TypeMethodDescriptionvoidLineMode.LineModeListener.linemodeFlagsAcknowledged(List<LineMode.ModeBit> acknowledged) LineMode.LineModeListener.linemodeFlagsSuggested(List<LineMode.ModeBit> suggested) static voidLineMode.setFlags(TelnetOutputStream out, List<LineMode.ModeBit> flags) voidLineMode.LineModesChanged.setModes(List<LineMode.ModeBit> modes) Constructor parameters in org.prelle.telnet.option with type arguments of type LineMode.ModeBitModifierConstructorDescriptionLineModeConfig(List<LineMode.ModeBit> flags, List<Integer> flushCodes) LineModesChanged(List<LineMode.ModeBit> modes)