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, AttributedStyle style) -
Uses of Curses.Border in org.jline.curses.impl
Fields in org.jline.curses.impl declared as Curses.BorderFields in org.jline.curses.impl with type parameters of type Curses.BorderMethods 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, AttributedStyle style) (package private) String
DefaultTheme.sord
(Curses.Border border) Constructors in org.jline.curses.impl with parameters of type Curses.Border