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

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.apache.commons.jelly.tags.swing.LayoutTagSupport
              |
              +--org.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

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
Overrides:
createLayoutManager in class LayoutTagSupport


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