Uses of Class
net.thevpc.common.lanterna.GridCell
-
Uses of GridCell in net.thevpc.common.lanterna
Fields in net.thevpc.common.lanterna declared as GridCellModifier and TypeFieldDescriptionprotected GridCellGridBagLayout.defaultConstraintsThis field holds a gridbag constraints instance containing the default values, so if a component does not have gridbag constraints associated with it, then the component will be assigned a copy of thedefaultConstraints.Fields in net.thevpc.common.lanterna with type parameters of type GridCellModifier and TypeFieldDescriptionGridBagLayout.comptableThis hashtable maintains the association between a component and its gridbag constraints.Methods in net.thevpc.common.lanterna that return GridCellModifier and TypeMethodDescriptionGridBagLayout.getConstraints(com.googlecode.lanterna.gui2.Component comp) Gets the constraints for the specified component.protected GridCellGridBagLayout.lookupConstraints(com.googlecode.lanterna.gui2.Component comp) Retrieves the constraints for the specified component.Methods in net.thevpc.common.lanterna with parameters of type GridCellModifier and TypeMethodDescriptionprotected voidGridBagLayout.adjustForGravity(GridCell constraints, Rectangle r) Adjusts the x, y, width, and height fields to the correct values depending on the constraint geometry and pads.protected voidGridBagLayout.AdjustForGravity(GridCell constraints, Rectangle r) This method is obsolete and supplied for backwards compatibility only; new code should calladjustForGravityinstead.voidGridBagLayout.setConstraints(com.googlecode.lanterna.gui2.Component comp, GridCell constraints) Sets the constraints for the specified component in this layout.