Uses of Enum Class
org.jline.curses.Curses.Border
Packages that use Curses.Border
-
Uses of Curses.Border in org.jline.curses
Methods in org.jline.curses that return Curses.BorderModifier and TypeMethodDescriptionstatic Curses.Border
Returns 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 Box
Curses.box
(String title, Curses.Border border, Component component) static Box
Curses.box
(String title, Curses.Border border, Curses.ComponentBuilder<?> component) void
Theme.box
(Screen screen, int x, int y, int w, int h, Curses.Border border, 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.BorderMethods in org.jline.curses.impl with parameters of type Curses.BorderModifier and TypeMethodDescriptionvoid
DefaultTheme.box
(Screen screen, int x, int y, int w, int h, Curses.Border border, 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