Package org.hkmi2.aagbl
-
Class Summary Class Description AsciiArtGridBagLayout A variant ofGridBagLayoutthat can be initialized using ascii art.CRect Component rectangle, that corresponds to a rectangle that was drawn on the supplied Ascii art drawing.GridBagLayoutBuilder This object builds a series of GridBagLayouts from a list of rectangles (that were defined in a Ascii art drawing, and parsed using a LayoutParser) This is a utility class that handles a list of components and rectangles, and computes theGridBagConstraintsfor each component.LayoutParser The parser that analyzes the Ascii art drawing. -
Exception Summary Exception Description LayoutParseException Exception specialized class that gets thrown when there was an error in the parsing of an Ascii art layout file.