Package org.apache.guacamole.form
Class TerminalColorSchemeField
java.lang.Object
org.apache.guacamole.form.Field
org.apache.guacamole.form.TerminalColorSchemeField
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
ConstructorsConstructorDescriptionCreates a new TerminalColorSchemeField with the given name. -
Method Summary
Methods inherited from class org.apache.guacamole.form.Field
getName, getOptions, getType, setName, setOptions, setType
-
Constructor Details
-
TerminalColorSchemeField
Creates a new TerminalColorSchemeField with the given name.- Parameters:
name
- The unique name to associate with this field.
-