Uses of Class
com.googlecode.lanterna.screen.TabBehaviour
-
Packages that use TabBehaviour Package Description com.googlecode.lanterna com.googlecode.lanterna.graphics com.googlecode.lanterna.gui2 com.googlecode.lanterna.screen -
-
Uses of TabBehaviour in com.googlecode.lanterna
Methods in com.googlecode.lanterna with parameters of type TabBehaviour Modifier and Type Method Description static intTerminalTextUtils. getColumnIndex(java.lang.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 TabBehaviour Modifier and Type Field Description protected TabBehaviourAbstractTextGraphics. tabBehaviourprivate TabBehaviourNullTextGraphics. tabBehaviourMethods in com.googlecode.lanterna.graphics that return TabBehaviour Modifier and Type Method Description TabBehaviourAbstractTextGraphics. getTabBehaviour()TabBehaviourNullTextGraphics. getTabBehaviour()TabBehaviourTextGraphics. 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 TabBehaviour Modifier and Type Method Description TextGraphicsAbstractTextGraphics. setTabBehaviour(TabBehaviour tabBehaviour)TextGraphicsNullTextGraphics. setTabBehaviour(TabBehaviour tabBehaviour)TextGraphicsTextGraphics. 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 TabBehaviour Modifier and Type Method Description TabBehaviourDefaultTextGUIGraphics. getTabBehaviour()Methods in com.googlecode.lanterna.gui2 with parameters of type TabBehaviour Modifier and Type Method Description DefaultTextGUIGraphicsDefaultTextGUIGraphics. setTabBehaviour(TabBehaviour tabBehaviour)TextGUIGraphicsTextGUIGraphics. setTabBehaviour(TabBehaviour tabBehaviour) -
Uses of TabBehaviour in com.googlecode.lanterna.screen
Fields in com.googlecode.lanterna.screen declared as TabBehaviour Modifier and Type Field Description private TabBehaviourAbstractScreen. tabBehaviourMethods in com.googlecode.lanterna.screen that return TabBehaviour Modifier and Type Method Description TabBehaviourAbstractScreen. getTabBehaviour()TabBehaviourScreen. getTabBehaviour()Gets the behaviour for what to do about tab characters.static TabBehaviourTabBehaviour. valueOf(java.lang.String name)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 TabBehaviour Modifier and Type Method Description voidAbstractScreen. setTabBehaviour(TabBehaviour tabBehaviour)voidScreen. setTabBehaviour(TabBehaviour tabBehaviour)Sets the behaviour for what to do about tab characters.
-