Class 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 Detail

      • TerminalColorSchemeField

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