Uses of Enum Class
org.jline.curses.Curses.Border
Packages that use Curses.Border
-
Uses of Curses.Border in org.jline.curses
Subclasses with type arguments of type Curses.Border in org.jline.cursesMethods in org.jline.curses that return Curses.BorderModifier and TypeMethodDescriptionstatic Curses.BorderReturns the enum constant of this class with the specified name.static Curses.Border[]Curses.Border.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.curses with parameters of type Curses.BorderModifier and TypeMethodDescriptionstatic BoxCurses.box(String title, Curses.Border border, Component component) static BoxCurses.box(String title, Curses.Border border, Curses.ComponentBuilder<?> component) voidTheme.box(Screen screen, int x, int y, int w, int h, Curses.Border border, 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.BorderMethods in org.jline.curses.impl with parameters of type Curses.BorderModifier and TypeMethodDescriptionvoidDefaultTheme.box(Screen screen, int x, int y, int w, int h, Curses.Border border, 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