| AefGridLayoutFactory | AefGridLayoutFactory. copy() | Creates a copy of the reciever. | 
| static AefGridLayoutFactory | AefGridLayoutFactory. createFrom(AefGridLayout l) | Creates a factory that creates copies of the given layout. | 
| AefGridLayoutFactory | AefGridLayoutFactory. equalWidth(boolean equal) | Sets whether the columns should be forced to be equal width | 
| AefGridLayoutFactory | AefGridLayoutFactory. extendedMargins(int left,
               int right,
               int top,
               int bottom) | Sets the margins for layouts created with this factory. | 
| static AefGridLayoutFactory | AefGridLayoutFactory. fillDefaults() | Creates a AefGridLayoutFactory that creates AefGridLayouts with no margins and
 default dialog spacing. | 
| AefGridLayoutFactory | AefGridLayoutFactory. margins(int width,
       int height) | Sets the margins for layouts created with this factory. | 
| AefGridLayoutFactory | AefGridLayoutFactory. numColumns(int numColumns) | Sets the number of columns in the layout | 
| AefGridLayoutFactory | AefGridLayoutFactory. optimizedFirstColumnWidth(int width) | Sets the width of the first column for
 special optimized mode for layouts created with this factory. | 
| AefGridLayoutFactory | AefGridLayoutFactory. spacing(int hSpacing,
       int vSpacing) | Sets the spacing for layouts created with this factory. | 
| AefGridLayoutFactory | AefGridLayoutFactory. useOptimized(boolean use) | Sets the special optimized mode for layouts created with this factory. |