Uses of Interface
org.apache.commons.jelly.tags.swing.ContainerTag

Packages that use ContainerTag
org.apache.commons.jelly.tags.swing The JellySwing Library which is a Jelly Library for creating Rich User Interfaces using Swing via XML markup (a Jelly script)  
 

Uses of ContainerTag in org.apache.commons.jelly.tags.swing
 

Classes in org.apache.commons.jelly.tags.swing that implement ContainerTag
 class BorderAlignTag
          Represents a layout of a child component within its parent <borderLayout> layout.
 class ButtonGroupTag
          Implements a ButtonGroup.
 class ComponentTag
          This tag creates a Swing component and adds it to its parent tag, optionally declaring this component as a variable if the var attribute is specified.
 class DialogTag
          Creates a Swing Dialog.
 class GbcTag
          This class represents a GridBagConstraints constraints as passed in the second argument of Container#add(Component,Object).
 class TdTag
          Represents a tabular cell inside a <tl> tag inside a <tableLayout> tag which mimicks the <td> HTML tag.
 



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