Uses of Class
com.googlecode.lanterna.terminal.swing.TerminalEmulatorPalette
Packages that use TerminalEmulatorPalette
-
Uses of TerminalEmulatorPalette in com.googlecode.lanterna.terminal.swing
Fields in com.googlecode.lanterna.terminal.swing declared as TerminalEmulatorPaletteModifier and TypeFieldDescriptionprivate final TerminalEmulatorPaletteTerminalEmulatorColorConfiguration.colorPalettestatic final TerminalEmulatorPaletteTerminalEmulatorPalette.DEFAULTDefault colors the SwingTerminal is using if you don't specify anythingstatic final TerminalEmulatorPaletteTerminalEmulatorPalette.GNOME_TERMINALValues taken from gnome-terminal on Ubuntustatic final TerminalEmulatorPaletteTerminalEmulatorPalette.MAC_OS_X_TERMINAL_APPValues taken from wikipedia, these are supposed to be what terminal.app on MacOSX is using.static final TerminalEmulatorPaletteTerminalEmulatorPalette.PUTTYValues taken from wikipedia, these are supposed to be what putty is using.static final TerminalEmulatorPaletteTerminalEmulatorPalette.STANDARD_VGAValues taken from wikipedia, these are supposed to be the standard VGA palette.static final TerminalEmulatorPaletteTerminalEmulatorPalette.WINDOWS_XP_COMMAND_PROMPTValues taken from wikipedia, these are supposed to be what Windows XP cmd is using.static final TerminalEmulatorPaletteTerminalEmulatorPalette.XTERMValues taken from wikipedia, these are supposed to be what xterm is using.Methods in com.googlecode.lanterna.terminal.swing with parameters of type TerminalEmulatorPaletteModifier and TypeMethodDescriptionTerminalEmulatorColorConfiguration.newInstance(TerminalEmulatorPalette colorPalette) Creates a new color configuration based on a particular palette and with using brighter colors on bold text.Constructors in com.googlecode.lanterna.terminal.swing with parameters of type TerminalEmulatorPaletteModifierConstructorDescriptionprivateTerminalEmulatorColorConfiguration(TerminalEmulatorPalette colorPalette, boolean useBrightColorsOnBold)