Uses of Class
net.thevpc.common.lanterna.GridLayoutInfo
-
Uses of GridLayoutInfo in net.thevpc.common.lanterna
Fields in net.thevpc.common.lanterna declared as GridLayoutInfoModifier and TypeFieldDescriptionprotected GridLayoutInfoGridBagLayout.layoutInfoThis field holds the layout information for the gridbag.Methods in net.thevpc.common.lanterna that return GridLayoutInfoModifier and TypeMethodDescriptionprotected GridLayoutInfoGridBagLayout.getLayoutInfo(com.googlecode.lanterna.gui2.Container parent, int sizeflag) Fills in an instance ofGridBagLayoutInfofor the current set of managed children.protected GridLayoutInfoGridBagLayout.GetLayoutInfo(com.googlecode.lanterna.gui2.Container parent, int sizeflag) This method is obsolete and supplied for backwards compatibility only; new code should callgetLayoutInfoinstead.Methods in net.thevpc.common.lanterna with parameters of type GridLayoutInfoModifier and TypeMethodDescriptionprotected DimensionGridBagLayout.getMinSize(com.googlecode.lanterna.gui2.Container parent, GridLayoutInfo info) Figures out the minimum size of the master based on the information fromgetLayoutInfo.protected DimensionGridBagLayout.GetMinSize(com.googlecode.lanterna.gui2.Container parent, GridLayoutInfo info) This method is obsolete and supplied for backwards compatibility only; new code should callgetMinSizeinstead.