Java com.jgoodies.forms.layout LayoutMap fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.forms.layout LayoutMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.forms.layout LayoutMap.

The text is from its open source code.

Method

LayoutMapgetRoot()
Lazily initializes and returns the LayoutMap that is used for variable expansion, if no custom LayoutMap is provided.
StringrowPut(String key, String value)
StringrowPut(String key, RowSpec value)
Associates the specified ColumnSpec with the specified key in this map.
StringrowPut(String key, Size value)