Package org.apache.commons.jelly.tags.swing

A tag library for creating Swing UIs via Jelly script

See:
          Description

Interface Summary
Factory An interface to represent a factory of beans
 

Class Summary
ActionTag Creates a Swing Action and attaches it to the parent component.
BeanFactory A default Factory implementation that creates new instances from a bean 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.
SwingTagLibrary A Jelly custom tag library that allows Ant tasks to be called from inside Jelly.
WindowListenerTag Creates a WindowListener which is attached to its parent window control which will invoke named Jelly scripts as window events are fired, or will invoke its body if there is no script specified for the named event type.
 

Package org.apache.commons.jelly.tags.swing Description

A tag library for creating Swing UIs via Jelly script



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