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.Border
Curses.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 Box
Curses. box(java.lang.String title, Curses.Border border, Component component)
static Box
Curses. box(java.lang.String title, Curses.Border border, Curses.ComponentBuilder<?> component)
void
Theme. box(Screen screen, int x, int y, int w, int h, Curses.Border border, java.lang.String style)
void
Theme. 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.Border
Box. getBorder()
Methods in org.jline.curses.impl with parameters of type Curses.Border Modifier and Type Method Description void
DefaultTheme. box(Screen screen, int x, int y, int w, int h, Curses.Border border, java.lang.String style)
void
DefaultTheme. 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)
-