Class TerminalColorSchemeField

java.lang.Object
org.apache.guacamole.form.Field
org.apache.guacamole.form.TerminalColorSchemeField

public class TerminalColorSchemeField extends Field
Represents a terminal color scheme field. The field may contain only valid terminal color schemes as used by the Guacamole server terminal emulator and protocols which leverage it (SSH, telnet, Kubernetes).
  • Constructor Details

    • TerminalColorSchemeField

      public TerminalColorSchemeField(String name)
      Creates a new TerminalColorSchemeField with the given name.
      Parameters:
      name - The unique name to associate with this field.