Uses of Class
org.jline.curses.Curses.Border
-
Packages that use Curses.Border Package Description org.jline.curses org.jline.curses.impl -
-
Uses of Curses.Border in org.jline.curses
Methods in org.jline.curses that return Curses.Border Modifier and Type Method Description static Curses.BorderCurses.Border. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Curses.Border[]Curses.Border. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.curses with parameters of type Curses.Border Modifier and Type Method Description static BoxCurses. box(java.lang.String title, Curses.Border border, Component component)static BoxCurses. box(java.lang.String title, Curses.Border border, Curses.ComponentBuilder<?> component)voidTheme. box(Screen screen, int x, int y, int w, int h, Curses.Border border, java.lang.String style)voidTheme. separatorH(Screen screen, int x, int y, int w, Curses.Border sepBorder, Curses.Border boxBorder, org.jline.utils.AttributedStyle style) -
Uses of Curses.Border in org.jline.curses.impl
Methods in org.jline.curses.impl that return Curses.Border Modifier and Type Method Description Curses.BorderBox. getBorder()Methods in org.jline.curses.impl with parameters of type Curses.Border Modifier and Type Method Description voidDefaultTheme. box(Screen screen, int x, int y, int w, int h, Curses.Border border, java.lang.String style)voidDefaultTheme. separatorH(Screen screen, int x, int y, int w, Curses.Border sepBorder, Curses.Border boxBorder, org.jline.utils.AttributedStyle style)Constructors in org.jline.curses.impl with parameters of type Curses.Border Constructor Description Box(java.lang.String title, Curses.Border border, Component component)
-