Uses of Enum
com.googlecode.lanterna.screen.TabBehaviour
Packages that use TabBehaviour
Package
Description
-
Uses of TabBehaviour in com.googlecode.lanterna
Methods in com.googlecode.lanterna with parameters of type TabBehaviourModifier and TypeMethodDescriptionstatic int
TerminalTextUtils.getColumnIndex
(String s, int stringCharacterIndex, TabBehaviour tabBehaviour, int firstCharacterColumnPosition) Given a string and a character index inside that string, find out what the column index of that character would be if printed in a terminal. -
Uses of TabBehaviour in com.googlecode.lanterna.graphics
Fields in com.googlecode.lanterna.graphics declared as TabBehaviourModifier and TypeFieldDescriptionprotected TabBehaviour
AbstractTextGraphics.tabBehaviour
private TabBehaviour
NullTextGraphics.tabBehaviour
Methods in com.googlecode.lanterna.graphics that return TabBehaviourModifier and TypeMethodDescriptionAbstractTextGraphics.getTabBehaviour()
NullTextGraphics.getTabBehaviour()
TextGraphics.getTabBehaviour()
Retrieves the current tab behaviour, which is what the TextGraphics will use when expanding \t characters to spaces.Methods in com.googlecode.lanterna.graphics with parameters of type TabBehaviourModifier and TypeMethodDescriptionAbstractTextGraphics.setTabBehaviour
(TabBehaviour tabBehaviour) NullTextGraphics.setTabBehaviour
(TabBehaviour tabBehaviour) TextGraphics.setTabBehaviour
(TabBehaviour tabBehaviour) Sets the behaviour to use when expanding tab characters (\t) to spaces -
Uses of TabBehaviour in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return TabBehaviourMethods in com.googlecode.lanterna.gui2 with parameters of type TabBehaviourModifier and TypeMethodDescriptionDefaultTextGUIGraphics.setTabBehaviour
(TabBehaviour tabBehaviour) TextGUIGraphics.setTabBehaviour
(TabBehaviour tabBehaviour) -
Uses of TabBehaviour in com.googlecode.lanterna.screen
Fields in com.googlecode.lanterna.screen declared as TabBehaviourMethods in com.googlecode.lanterna.screen that return TabBehaviourModifier and TypeMethodDescriptionAbstractScreen.getTabBehaviour()
Screen.getTabBehaviour()
Gets the behaviour for what to do about tab characters.static TabBehaviour
Returns the enum constant of this type with the specified name.static TabBehaviour[]
TabBehaviour.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.lanterna.screen with parameters of type TabBehaviourModifier and TypeMethodDescriptionvoid
AbstractScreen.setTabBehaviour
(TabBehaviour tabBehaviour) void
Screen.setTabBehaviour
(TabBehaviour tabBehaviour) Sets the behaviour for what to do about tab characters.