Uses of Class
org.jline.curses.Size
-
Packages that use Size Package Description org.jline.curses org.jline.curses.impl -
-
Uses of Size in org.jline.curses
Methods in org.jline.curses that return Size Modifier and Type Method Description Size
Component. getPreferredSize()
Size
Renderer. getPreferredSize(Component component)
Size
Component. getSize()
Methods in org.jline.curses with parameters of type Size Modifier and Type Method Description void
Component. setSize(Size size)
-
Uses of Size in org.jline.curses.impl
Methods in org.jline.curses.impl that return Size Modifier and Type Method Description protected Size
AbstractComponent. computePreferredSize()
protected abstract Size
AbstractComponent. doGetPreferredSize()
protected Size
AbstractWindow. doGetPreferredSize()
protected Size
BorderPanel. doGetPreferredSize()
protected Size
Box. doGetPreferredSize()
protected Size
Button. doGetPreferredSize()
protected Size
GridPanel. doGetPreferredSize()
protected Size
Menu. doGetPreferredSize()
protected Size
TextArea. doGetPreferredSize()
Size
AbstractWindow.WindowRenderer. getComponentSize(Size box)
Size
Box.BoxRenderer. getComponentSize(Size box)
Size
AbstractComponent. getPreferredSize()
Size
AbstractWindow. getPreferredSize()
Size
AbstractComponent. getSize()
Methods in org.jline.curses.impl with parameters of type Size Modifier and Type Method Description Size
AbstractWindow.WindowRenderer. getComponentSize(Size box)
Size
Box.BoxRenderer. getComponentSize(Size box)
void
AbstractComponent. setPreferredSize(Size preferredSize)
void
AbstractComponent. setSize(Size size)
void
AbstractPanel. setSize(Size size)
void
AbstractWindow. setSize(Size size)
void
Box. setSize(Size size)
-