Package org.apache.guacamole.form
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).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.guacamole.form.Field
Field.Type
-
-
Constructor Summary
Constructors Constructor Description TerminalColorSchemeField(String name)
Creates a new TerminalColorSchemeField with the given name.
-
-
-
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.
-
-