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: 155420 $
Author:
James Strachan

Field Summary
 
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, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridBagLayoutTag

public GridBagLayoutTag()
Method Detail

createLayoutManager

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

Specified by:
createLayoutManager in class LayoutTagSupport


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.