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

All Known Implementing Classes:
BorderAlignTag, ComponentTag, DialogTag, GbcTag, TdTag

public interface ContainerTag

An interface which represents a Tag which is capable of containing AWT Components. So tags such as ContainerTag and LayoutTagSupport implement this interface as they can have nested child component tags.

Version:
$Revision: 155420 $
Author:
James Strachan

Method Summary
 void addChild(java.awt.Component component, java.lang.Object constraints)
          Adds a child component to this container with optional constraints.
 

Method Detail

addChild

public void addChild(java.awt.Component component,
                     java.lang.Object constraints)
              throws org.apache.commons.jelly.JellyTagException
Adds a child component to this container with optional constraints. If the constraints are null they are ignored

Throws:
org.apache.commons.jelly.JellyTagException


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