org.apache.commons.jelly.tags.swing
Class GridBagLayoutTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.tags.swing.LayoutTagSupport
          extended byorg.apache.commons.jelly.tags.swing.GridBagLayoutTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class GridBagLayoutTag
extends LayoutTagSupport

A Layout tag which uses nested <gbc> tags to implement a GridBagLayout

Version:
$Revision: 1.7 $
Author:
James Strachan

Field Summary
private static org.apache.commons.logging.Log log
          The Log to which logging calls will be made.
 
Fields inherited from class org.apache.commons.jelly.tags.swing.LayoutTagSupport
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
GridBagLayoutTag()
           
 
Method Summary
protected  java.awt.LayoutManager createLayoutManager()
          Creates a GridBagLayout
 
Methods inherited from class org.apache.commons.jelly.tags.swing.LayoutTagSupport
addLayoutComponent, doTag, getComponentTag, setVar
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
The Log to which logging calls will be made.

Constructor Detail

GridBagLayoutTag

public GridBagLayoutTag()
Method Detail

createLayoutManager

protected java.awt.LayoutManager createLayoutManager()
Creates a GridBagLayout

Specified by:
createLayoutManager in class LayoutTagSupport