Uses of Class
com.googlecode.lanterna.terminal.DefaultTerminalFactory
Packages that use DefaultTerminalFactory
-
Uses of DefaultTerminalFactory in com.googlecode.lanterna.terminal
Methods in com.googlecode.lanterna.terminal that return DefaultTerminalFactoryModifier and TypeMethodDescriptionDefaultTerminalFactory.addTerminalEmulatorFrameAutoCloseTrigger
(TerminalEmulatorAutoCloseTrigger autoCloseTrigger) Adds an auto-close trigger to use on created SwingTerminalFrames created by this factoryDefaultTerminalFactory.setAutoOpenTerminalEmulatorWindow
(boolean autoOpenTerminalFrame) Controls whether a SwingTerminalFrame shall be automatically shown (.setVisible(true)) immediately after creation.DefaultTerminalFactory.setForceAWTOverSwing
(boolean forceAWTOverSwing) Normally when a graphical terminal emulator is created by the factory, it will create aSwingTerminalFrame
unless Swing is not present in the system.DefaultTerminalFactory.setForceTextTerminal
(boolean forceTextTerminal) Controls whether a text-based Terminal shall be created even if the system supports a graphical environmentDefaultTerminalFactory.setInitialTerminalSize
(TerminalSize initialTerminalSize) Sets a hint to the TerminalFactory of what size to use when creating the terminal.DefaultTerminalFactory.setInputTimeout
(int inputTimeout) Only for StreamBasedTerminals: After seeing e.g.DefaultTerminalFactory.setMouseCaptureMode
(MouseCaptureMode mouseCaptureMode) Sets the mouse capture mode the terminal should use.DefaultTerminalFactory.setPreferTerminalEmulator
(boolean preferTerminalEmulator) Controls whether a Swing or AWT TerminalFrame shall be preferred if the system has both a Console and a graphical environmentDefaultTerminalFactory.setTelnetPort
(int telnetPort) Primarily for debugging applications with mouse interactions: If no Console is available (e.g.DefaultTerminalFactory.setTerminalEmulatorColorConfiguration
(TerminalEmulatorColorConfiguration colorConfiguration) Sets the color configuration to use on created SwingTerminalFrames created by this factoryDefaultTerminalFactory.setTerminalEmulatorDeviceConfiguration
(TerminalEmulatorDeviceConfiguration deviceConfiguration) Sets the device configuration to use on created SwingTerminalFrames created by this factoryDefaultTerminalFactory.setTerminalEmulatorFontConfiguration
(AWTTerminalFontConfiguration fontConfiguration) Sets the font configuration to use on created SwingTerminalFrames created by this factoryDefaultTerminalFactory.setTerminalEmulatorFrameAutoCloseTrigger
(TerminalEmulatorAutoCloseTrigger autoCloseTrigger) Sets the auto-close trigger to use on created SwingTerminalFrames created by this factory.DefaultTerminalFactory.setTerminalEmulatorTitle
(String title) Sets the title to use on created SwingTerminalFrames created by this factoryDefaultTerminalFactory.setUnixTerminalCtrlCBehaviour
(UnixLikeTerminal.CtrlCBehaviour unixTerminalCtrlCBehaviour) Sets the default CTRL-C behavior to use for allUnixTerminal
objects created by this factory.