Uses of Enum Class
org.jline.curses.Curses.Location
Packages that use Curses.Location
-
Uses of Curses.Location in org.jline.curses
Methods in org.jline.curses that return Curses.LocationModifier and TypeMethodDescriptionstatic Curses.Location
Returns the enum constant of this class with the specified name.static Curses.Location[]
Curses.Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.curses that return types with arguments of type Curses.Location -
Uses of Curses.Location in org.jline.curses.impl
Methods in org.jline.curses.impl with parameters of type Curses.LocationModifier and TypeMethodDescriptionprivate void
BorderPanel.fit
(Map<Curses.Location, Integer> h, int max, Curses.Location... locs) private void
BorderPanel.pos
(Map<Curses.Location, Integer> p, Map<Curses.Location, Integer> s, Curses.Location... locs) Method parameters in org.jline.curses.impl with type arguments of type Curses.LocationModifier and TypeMethodDescriptionprivate void
BorderPanel.fit
(Map<Curses.Location, Integer> h, int max, Curses.Location... locs) private void
BorderPanel.pos
(Map<Curses.Location, Integer> p, Map<Curses.Location, Integer> s, Curses.Location... locs) private void
BorderPanel.preferred
(Map<Curses.Location, Integer> w, Map<Curses.Location, Integer> h)