Package | Description |
---|---|
com.googlecode.lanterna.terminal |
Modifier and Type | Method and Description |
---|---|
DefaultTerminalFactory |
DefaultTerminalFactory.setForceAWTOverSwing(boolean forceAWTOverSwing)
Normally when a graphical terminal emulator is created by the factory, it will create a
SwingTerminalFrame unless Swing is not present in the system. |
DefaultTerminalFactory |
DefaultTerminalFactory.setForceTextTerminal(boolean forceTextTerminal)
Controls whether a SwingTerminalFrame shall always be created if the system is one with a graphical environment
|
DefaultTerminalFactory |
DefaultTerminalFactory.setInitialTerminalSize(TerminalSize initialTerminalSize)
Sets a hint to the TerminalFactory of what size to use when creating the terminal.
|
DefaultTerminalFactory |
DefaultTerminalFactory.setMouseCaptureMode(MouseCaptureMode mouseCaptureMode)
Sets the mouse capture mode the terminal should use.
|
DefaultTerminalFactory |
DefaultTerminalFactory.setTerminalEmulatorColorConfiguration(TerminalEmulatorColorConfiguration colorConfiguration)
Sets the color configuration to use on created SwingTerminalFrames created by this factory
|
DefaultTerminalFactory |
DefaultTerminalFactory.setTerminalEmulatorDeviceConfiguration(TerminalEmulatorDeviceConfiguration deviceConfiguration)
Sets the device configuration to use on created SwingTerminalFrames created by this factory
|
DefaultTerminalFactory |
DefaultTerminalFactory.setTerminalEmulatorFontConfiguration(AWTTerminalFontConfiguration fontConfiguration)
Sets the font configuration to use on created SwingTerminalFrames created by this factory
|
DefaultTerminalFactory |
DefaultTerminalFactory.setTerminalEmulatorFrameAutoCloseTrigger(TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Sets the auto-close trigger to use on created SwingTerminalFrames created by this factory
|
DefaultTerminalFactory |
DefaultTerminalFactory.setTerminalEmulatorTitle(String title)
Sets the title to use on created SwingTerminalFrames created by this factory
|
Copyright © 2016. All rights reserved.