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 SizeComponent. getPreferredSize()SizeRenderer. getPreferredSize(Component component)SizeComponent. getSize()Methods in org.jline.curses with parameters of type Size Modifier and Type Method Description voidComponent. 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 SizeAbstractComponent. computePreferredSize()protected abstract SizeAbstractComponent. doGetPreferredSize()protected SizeAbstractWindow. doGetPreferredSize()protected SizeBorderPanel. doGetPreferredSize()protected SizeBox. doGetPreferredSize()protected SizeButton. doGetPreferredSize()protected SizeGridPanel. doGetPreferredSize()protected SizeMenu. doGetPreferredSize()protected SizeTextArea. doGetPreferredSize()SizeAbstractWindow.WindowRenderer. getComponentSize(Size box)SizeBox.BoxRenderer. getComponentSize(Size box)SizeAbstractComponent. getPreferredSize()SizeAbstractWindow. getPreferredSize()SizeAbstractComponent. getSize()Methods in org.jline.curses.impl with parameters of type Size Modifier and Type Method Description SizeAbstractWindow.WindowRenderer. getComponentSize(Size box)SizeBox.BoxRenderer. getComponentSize(Size box)voidAbstractComponent. setPreferredSize(Size preferredSize)voidAbstractComponent. setSize(Size size)voidAbstractPanel. setSize(Size size)voidAbstractWindow. setSize(Size size)voidBox. setSize(Size size)
-