Uses of Class
org.jline.curses.Size
Packages that use Size
-
Uses of Size in org.jline.curses
Methods in org.jline.curses that return SizeModifier and TypeMethodDescriptionComponent.getPreferredSize()
Renderer.getPreferredSize
(Component component) Component.getSize()
Methods in org.jline.curses with parameters of type Size -
Uses of Size in org.jline.curses.impl
Fields in org.jline.curses.impl declared as SizeModifier and TypeFieldDescriptionprivate Size
AbstractComponent.preferredSize
private Size
AbstractComponent.size
private Size
GUIImpl.size
Methods in org.jline.curses.impl that return SizeModifier and TypeMethodDescriptionprotected 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()
AbstractWindow.WindowRenderer.getComponentSize
(Size box) Box.BoxRenderer.getComponentSize
(Size box) AbstractComponent.getPreferredSize()
AbstractWindow.getPreferredSize()
Menu.MenuWindow.getPreferredSize()
AbstractComponent.getSize()
Methods in org.jline.curses.impl with parameters of type SizeModifier and TypeMethodDescriptionAbstractWindow.WindowRenderer.getComponentSize
(Size box) Box.BoxRenderer.getComponentSize
(Size box) void
AbstractComponent.setPreferredSize
(Size preferredSize) void
void
void
void