A B C D E F G I K L N O P R S T V W

A

ActionTag - class org.apache.commons.jelly.tags.swing.ActionTag.
Creates a Swing Action which on invocation will execute the body of this tag.
ActionTag() - Constructor for class org.apache.commons.jelly.tags.swing.ActionTag
 
addCell(Cell) - Method in class org.apache.commons.jelly.tags.swing.TableLayoutTag
Adds a new cell to the current grid
addCell(Component, GridBagConstraints) - Method in class org.apache.commons.jelly.tags.swing.TrTag
Adds a new cell to this row
addChild(Component, Object) - Method in class org.apache.commons.jelly.tags.swing.BorderAlignTag
Adds a child component to this parent
addChild(Component, Object) - Method in class org.apache.commons.jelly.tags.swing.ButtonGroupTag
If the child is an AbstractButton, add it to the button group.
addChild(Component, Object) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Adds a child component to this parent
addChild(Component, Object) - Method in interface org.apache.commons.jelly.tags.swing.ContainerTag
Adds a child component to this container with optional constraints.
addChild(Component, Object) - Method in class org.apache.commons.jelly.tags.swing.DialogTag
Adds a component to the dialog.
addChild(Component, Object) - Method in class org.apache.commons.jelly.tags.swing.GbcTag
Adds a child component to this parent
addChild(Component, Object) - Method in class org.apache.commons.jelly.tags.swing.TdTag
Adds a child component to this parent
addColumn(ExpressionTableColumn) - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
Adds a new column definition to the table
addFocusListener(FocusListener) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Adds a FocusListener to this component
addKeyListener(KeyListener) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Adds a KeyListener to this component
addLayoutComponent(Component, Object) - Method in class org.apache.commons.jelly.tags.swing.LayoutTagSupport
Adds the given layout component to the container with the specified constraints
addWindowListener(WindowListener) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Adds a WindowListener to this component
asTitleJustification(String) - Method in class org.apache.commons.jelly.tags.swing.TitledBorderTag
 
asTitlePosition(String) - Method in class org.apache.commons.jelly.tags.swing.TitledBorderTag
 

B

BeanFactory - class org.apache.commons.jelly.tags.swing.BeanFactory.
A default Factory implementation that creates new instances from a bean class
BeanFactory(Class) - Constructor for class org.apache.commons.jelly.tags.swing.BeanFactory
 
BorderAlignTag - class org.apache.commons.jelly.tags.swing.BorderAlignTag.
Represents a layout of a child component within its parent <borderLayout> layout.
BorderAlignTag() - Constructor for class org.apache.commons.jelly.tags.swing.BorderAlignTag
 
BorderLayoutTag - class org.apache.commons.jelly.tags.swing.BorderLayoutTag.
A Layout tag which uses nested <borderAlign> tags to implement a BorderLayout
BorderLayoutTag() - Constructor for class org.apache.commons.jelly.tags.swing.BorderLayoutTag
 
BorderTagSupport - class org.apache.commons.jelly.tags.swing.BorderTagSupport.
An abstract base class used for concrete border tags which create new Border implementations and sets then on parent widgets and optionally export them as variables .
BorderTagSupport() - Constructor for class org.apache.commons.jelly.tags.swing.BorderTagSupport
 
ButtonGroupTag - class org.apache.commons.jelly.tags.swing.ButtonGroupTag.
Implements a ButtonGroup.
ButtonGroupTag() - Constructor for class org.apache.commons.jelly.tags.swing.ButtonGroupTag
 
bean - Variable in class org.apache.commons.jelly.tags.swing.ConstraintTag
 
beforeSetAttributes() - Method in class org.apache.commons.jelly.tags.swing.ConstraintTag
 

C

CardLayoutTag - class org.apache.commons.jelly.tags.swing.CardLayoutTag.
Implements CardLayout.
CardLayoutTag() - Constructor for class org.apache.commons.jelly.tags.swing.CardLayoutTag
 
Cell - class org.apache.commons.jelly.tags.swing.impl.Cell.
A simple class to represent the information for a single cell in a table when using the GridBagLayout
Cell() - Constructor for class org.apache.commons.jelly.tags.swing.impl.Cell
 
Cell(GridBagConstraints, Component) - Constructor for class org.apache.commons.jelly.tags.swing.impl.Cell
 
ColorConverter - class org.apache.commons.jelly.tags.swing.converters.ColorConverter.
A Converter that turns Strings in the form "#uuuuuu" (as RGB triple) or the name of one of the Color-constants of the class Color or SystemColor.
ColorConverter() - Constructor for class org.apache.commons.jelly.tags.swing.converters.ColorConverter
 
ComponentTag - class org.apache.commons.jelly.tags.swing.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.
ComponentTag() - Constructor for class org.apache.commons.jelly.tags.swing.ComponentTag
 
ComponentTag(Factory) - Constructor for class org.apache.commons.jelly.tags.swing.ComponentTag
 
ConstraintTag - class org.apache.commons.jelly.tags.swing.ConstraintTag.
This class represents a layout-manager constraints as passed in the second argument of Container#add(Component,Object).
ConstraintTag(Factory) - Constructor for class org.apache.commons.jelly.tags.swing.ConstraintTag
 
ConstraintTag.ConstantFactory - class org.apache.commons.jelly.tags.swing.ConstraintTag.ConstantFactory.
 
ConstraintTag.ConstantFactory(Object) - Constructor for class org.apache.commons.jelly.tags.swing.ConstraintTag.ConstantFactory
 
ConstraintTag.HereFactory - class org.apache.commons.jelly.tags.swing.ConstraintTag.HereFactory.
 
ConstraintTag.HereFactory(Class) - Constructor for class org.apache.commons.jelly.tags.swing.ConstraintTag.HereFactory
 
ContainerTag - interface org.apache.commons.jelly.tags.swing.ContainerTag.
An interface which represents a Tag which is capable of containing AWT Components.
capitalize(String) - Method in class org.apache.commons.jelly.tags.swing.ActionTag
 
clearBean() - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Sets the bean to null, to prevent it from sticking around in the event that this tag instance is cached.
convert(Class, Object) - Method in class org.apache.commons.jelly.tags.swing.converters.ColorConverter
 
convert(Class, Object) - Method in class org.apache.commons.jelly.tags.swing.converters.DebugGraphicsConverter
Part of the Converter interface.
convert(Object) - Method in class org.apache.commons.jelly.tags.swing.converters.DebugGraphicsConverter
This is not part of the converter interface, it's for use by classes that don't use DebugGraphicsConverter through BeanUtils.
convert(Class, Object) - Method in class org.apache.commons.jelly.tags.swing.converters.DimensionConverter
 
convert(Class, Object) - Method in class org.apache.commons.jelly.tags.swing.converters.PointConverter
 
convertToClass(Object) - Method in class org.apache.commons.jelly.tags.swing.ActionTag
An existing Action could be specified via the 'action' attribute or an action class may be specified via the 'class' attribute, otherwise a default Action class is created.
convertToClass(Object) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
A class may be specified otherwise the Factory will be used.
convertToClass(Object) - Method in class org.apache.commons.jelly.tags.swing.GbcTag
A class may be specified otherwise the Factory will be used.
createBean(Factory) - Method in class org.apache.commons.jelly.tags.swing.ConstraintTag
 
createBorder() - Method in class org.apache.commons.jelly.tags.swing.BorderTagSupport
Factory method to create a new Border instance.
createBorder() - Method in class org.apache.commons.jelly.tags.swing.EmptyBorderTag
Factory method to create a new EmptyBorder instance.
createBorder() - Method in class org.apache.commons.jelly.tags.swing.EtchedBorderTag
Factory method to create a new EtchedBorder instance.
createBorder() - Method in class org.apache.commons.jelly.tags.swing.TitledBorderTag
Factory method to create a new Border instance.
createConstraints() - Method in class org.apache.commons.jelly.tags.swing.TdTag
Factory method to create a new constraints object
createFont(Map) - Method in class org.apache.commons.jelly.tags.swing.FontTag
Factory method to create a new Font based on the given properties
createLayoutManager() - Method in class org.apache.commons.jelly.tags.swing.BorderLayoutTag
Creates a BorderLayout
createLayoutManager() - Method in class org.apache.commons.jelly.tags.swing.CardLayoutTag
 
createLayoutManager() - Method in class org.apache.commons.jelly.tags.swing.GridBagLayoutTag
Creates a GridBagLayout
createLayoutManager() - Method in class org.apache.commons.jelly.tags.swing.LayoutTagSupport
Factory method to create a new LayoutManager instance.
createLayoutManager() - Method in class org.apache.commons.jelly.tags.swing.TableLayoutTag
Creates a GridBagLayout
createTag(String, Attributes) - Method in class org.apache.commons.jelly.tags.swing.ConstraintTag.ConstantFactory
 
createTag(String, Attributes) - Method in class org.apache.commons.jelly.tags.swing.ConstraintTag.HereFactory
 
createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
Creates a new script to execute the given tag name and attributes

D

DebugGraphicsConverter - class org.apache.commons.jelly.tags.swing.converters.DebugGraphicsConverter.
A Converter that turns Strings in one of the constants of DebugGraphics to their appropriate integer constant.
DebugGraphicsConverter() - Constructor for class org.apache.commons.jelly.tags.swing.converters.DebugGraphicsConverter
 
DialogTag - class org.apache.commons.jelly.tags.swing.DialogTag.
Creates a Swing Dialog.
DialogTag() - Constructor for class org.apache.commons.jelly.tags.swing.DialogTag
 
DimensionConverter - class org.apache.commons.jelly.tags.swing.converters.DimensionConverter.
A Converter that turns Strings in the form "width, height" into Dimension objects
DimensionConverter() - Constructor for class org.apache.commons.jelly.tags.swing.converters.DimensionConverter
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.BorderAlignTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.BorderTagSupport
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Overrides the default UseBean functionality to clear the bean after the tag runs.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.ConstraintTag
Children invocation... just nothing...
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.EmptyBorderTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.EtchedBorderTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.FocusListenerTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.FontTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.LayoutTagSupport
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.TableLayoutTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.TdTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.TitledBorderTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.TrTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
 

E

EmptyBorderTag - class org.apache.commons.jelly.tags.swing.EmptyBorderTag.
Creates an empty border.
EmptyBorderTag() - Constructor for class org.apache.commons.jelly.tags.swing.EmptyBorderTag
 
EtchedBorderTag - class org.apache.commons.jelly.tags.swing.EtchedBorderTag.
Creates an etched border.
EtchedBorderTag() - Constructor for class org.apache.commons.jelly.tags.swing.EtchedBorderTag
 
ExpressionTableColumn - class org.apache.commons.jelly.tags.swing.model.ExpressionTableColumn.
Represents a column in an ExpressionTable
ExpressionTableColumn() - Constructor for class org.apache.commons.jelly.tags.swing.model.ExpressionTableColumn
 
ExpressionTableModel - class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel.
A Swing TableModel that uses a List of rows with pluggable Expressions to evaluate the value of the cells
ExpressionTableModel() - Constructor for class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
 
ExpressionTableModel.MyTableColumnModel - class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel.MyTableColumnModel.
 
ExpressionTableModel.MyTableColumnModel() - Constructor for class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel.MyTableColumnModel
 
evaluateValue(ExpressionTableModel, Object, int, int) - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableColumn
Evaluates the value of a cell

F

Factory - interface org.apache.commons.jelly.tags.swing.Factory.
An interface to represent a factory of beans
FocusListenerTag - class org.apache.commons.jelly.tags.swing.FocusListenerTag.
 
FocusListenerTag() - Constructor for class org.apache.commons.jelly.tags.swing.FocusListenerTag
 
FontTag - class org.apache.commons.jelly.tags.swing.FontTag.
Creates an Font and attaches it to the parent component or exports the font as a reusable variable that can be attached to multiple widgets.
FontTag() - Constructor for class org.apache.commons.jelly.tags.swing.FontTag
 
factory - Variable in class org.apache.commons.jelly.tags.swing.ConstraintTag
 
findAncestorWithClass(Tag, Class, Tag) - Static method in class org.apache.commons.jelly.tags.swing.GbcTag
 

G

GbcTag - class org.apache.commons.jelly.tags.swing.GbcTag.
This class represents a GridBagConstraints constraints as passed in the second argument of Container#add(Component,Object).
GbcTag() - Constructor for class org.apache.commons.jelly.tags.swing.GbcTag
 
GridBagConstraintBean - class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean.
This class is a simple "bean-wrapper" for the GridBagConstraints class which also tracks wether values are set allowing inheritance (using setBasedOn.
GridBagConstraintBean() - Constructor for class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
GridBagLayoutTag - class org.apache.commons.jelly.tags.swing.GridBagLayoutTag.
A Layout tag which uses nested <gbc> tags to implement a GridBagLayout
GridBagLayoutTag() - Constructor for class org.apache.commons.jelly.tags.swing.GridBagLayoutTag
 
gained - Variable in class org.apache.commons.jelly.tags.swing.FocusListenerTag
 
getAction() - Method in class org.apache.commons.jelly.tags.swing.ActionTag
 
getAlign() - Method in class org.apache.commons.jelly.tags.swing.BorderAlignTag
Returns the align.
getAnchor() - Method in class org.apache.commons.jelly.tags.swing.TdTag
 
getAnchor() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
Returns the lower-case variant of the constant-name corresponding to the stored GridBagConstraints.anchor attribute.
getAttributeType(String) - Method in class org.apache.commons.jelly.tags.swing.TableModelColumnTag
 
getBean() - Method in class org.apache.commons.jelly.tags.swing.ConstraintTag
 
getButtonGroup() - Method in class org.apache.commons.jelly.tags.swing.ButtonGroupTag
 
getColumn() - Method in class org.apache.commons.jelly.tags.swing.TableModelColumnTag
 
getColumnCount() - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
 
getColumnList() - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel.MyTableColumnModel
 
getColumnList() - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
Returns the column definitions.
getColumnModel() - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
 
getColumnName(int) - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
 
getComponent() - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
 
getComponent() - Method in class org.apache.commons.jelly.tags.swing.impl.Cell
Returns the component.
getComponentTag() - Method in class org.apache.commons.jelly.tags.swing.LayoutTagSupport
 
getConstraint() - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
 
getConstraintObject() - Method in class org.apache.commons.jelly.tags.swing.ConstraintTag
Returns the attached constraint object.
getConstraints() - Method in class org.apache.commons.jelly.tags.swing.BorderAlignTag
 
getConstraints() - Method in class org.apache.commons.jelly.tags.swing.GbcTag
 
getConstraints() - Method in class org.apache.commons.jelly.tags.swing.impl.Cell
Returns the constraints.
getContext() - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
Returns the context.
getDefaultClass() - Method in class org.apache.commons.jelly.tags.swing.TableModelColumnTag
 
getDefaultClass() - Method in class org.apache.commons.jelly.tags.swing.TableModelTag
 
getFactory(String) - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
 
getFactoryMap() - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
 
getFill() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
Returns the lower-case variant of the constant-name corresponding to the stored GridBagConstraints.fill attribute.
getFont() - Method in class org.apache.commons.jelly.tags.swing.FontTag
 
getGridheight() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
getGridwidth() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
getGridx() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
getGridy() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
getHgap() - Method in class org.apache.commons.jelly.tags.swing.BorderLayoutTag
Returns the hgap.
getHgap() - Method in class org.apache.commons.jelly.tags.swing.CardLayoutTag
 
getInsets() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
getIpadx() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
getIpady() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
getRowCount() - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
 
getRowIndex() - Method in class org.apache.commons.jelly.tags.swing.TrTag
 
getRows() - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
Returns the list of rows.
getTableModel() - Method in class org.apache.commons.jelly.tags.swing.TableModelTag
 
getType() - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableColumn
Returns the column type.
getValue() - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableColumn
Returns the expression used to extract the value.
getValueAt(int, int) - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
 
getVgap() - Method in class org.apache.commons.jelly.tags.swing.BorderLayoutTag
Returns the vgap.
getVgap() - Method in class org.apache.commons.jelly.tags.swing.CardLayoutTag
 
getWeightx() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
getWeighty() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 

I

invokeBody(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.ActionTag
 
invokeScript(XMLOutput, FocusEvent, Script) - Method in class org.apache.commons.jelly.tags.swing.FocusListenerTag
 
invokeScript(XMLOutput, KeyEvent, Script) - Method in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 
invokeScript(XMLOutput, WindowEvent, Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
 
isColfill() - Method in class org.apache.commons.jelly.tags.swing.TdTag
Returns the colfill.
isRowfill() - Method in class org.apache.commons.jelly.tags.swing.TdTag
Returns the rowfill.

K

KeyListenerTag - class org.apache.commons.jelly.tags.swing.KeyListenerTag.
 
KeyListenerTag() - Constructor for class org.apache.commons.jelly.tags.swing.KeyListenerTag
 

L

LayoutTagSupport - class org.apache.commons.jelly.tags.swing.LayoutTagSupport.
An abstract base class used for concrete layout tags which create new LayoutManager implementations and either export them as variables or set them on parent widgets.
LayoutTagSupport() - Constructor for class org.apache.commons.jelly.tags.swing.LayoutTagSupport
 
log - Static variable in class org.apache.commons.jelly.tags.swing.FocusListenerTag
 
log - Static variable in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 
lost - Variable in class org.apache.commons.jelly.tags.swing.FocusListenerTag
 

N

newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.ActionTag
An existing Action could be specified via the 'action' attribute or an action class may be specified via the 'class' attribute, otherwise a default Action class is created.
newInstance() - Method in class org.apache.commons.jelly.tags.swing.BeanFactory
Create a new component instance
newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.ButtonGroupTag
Creates a new buttonGroup.
newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
A class may be specified otherwise the Factory will be used.
newInstance() - Method in class org.apache.commons.jelly.tags.swing.ConstraintTag.ConstantFactory
 
newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.DialogTag
Creates a JDialog.
newInstance() - Method in interface org.apache.commons.jelly.tags.swing.Factory
Create a new component instance
newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.GbcTag
A class may be specified otherwise the Factory will be used.
nextRowIndex() - Method in class org.apache.commons.jelly.tags.swing.TableLayoutTag
Creates a new row index for child tags

O

org.apache.commons.jelly.tags.swing - package 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)
org.apache.commons.jelly.tags.swing.converters - package org.apache.commons.jelly.tags.swing.converters
 
org.apache.commons.jelly.tags.swing.impl - package org.apache.commons.jelly.tags.swing.impl
Implementation classes for the JellySwing library
org.apache.commons.jelly.tags.swing.model - package org.apache.commons.jelly.tags.swing.model
Swing model implementations that can be used with JellySwing

P

PointConverter - class org.apache.commons.jelly.tags.swing.converters.PointConverter.
A Converter that turns Strings in the form "x, y" into Point objects
PointConverter() - Constructor for class org.apache.commons.jelly.tags.swing.converters.PointConverter
 
parseNumber(String) - Method in class org.apache.commons.jelly.tags.swing.converters.DimensionConverter
 
parseNumber(String) - Method in class org.apache.commons.jelly.tags.swing.converters.PointConverter
 
pressed - Variable in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 
processBean(String, Object) - Method in class org.apache.commons.jelly.tags.swing.ActionTag
Either defines a variable or adds the current component to the parent
processBean(String, Object) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Either defines a variable or adds the current component to the parent
processBean(String, Object) - Method in class org.apache.commons.jelly.tags.swing.TableModelColumnTag
 
processBean(String, Object) - Method in class org.apache.commons.jelly.tags.swing.TableModelTag
 

R

recognizeOption(String) - Method in class org.apache.commons.jelly.tags.swing.converters.DebugGraphicsConverter
 
register() - Static method in class org.apache.commons.jelly.tags.swing.converters.DebugGraphicsConverter
 
registerBeanFactory(String, Class) - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
Register a bean factory for the given element name and class
registerFactories() - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
Strategy method allowing derived classes to change the registration behaviour
registerFactory(String, Factory) - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
Register a widget factory for the given element name
released - Variable in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 
removeColumn(ExpressionTableColumn) - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
Removes a column definition from the table

S

SwingTagLibrary - class org.apache.commons.jelly.tags.swing.SwingTagLibrary.
The Swing tag library.
SwingTagLibrary() - Constructor for class org.apache.commons.jelly.tags.swing.SwingTagLibrary
 
setAction(Action) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Sets the Action of this component
setActivated(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is activated.
setAlign(String) - Method in class org.apache.commons.jelly.tags.swing.BorderAlignTag
Sets the alignment of the child component which is a case insensitive value of {NORTH, SOUTH, EAST, WEST, CENTER} which defaults to CENTER
setAlign(String) - Method in class org.apache.commons.jelly.tags.swing.TdTag
Sets the horizontal alignment to a case insensitive value of {LEFT, CENTER, RIGHT}
setAnchor(String) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
Accepts one of the strings with the same name as the constants and sets the GridBagConstraints.anchor value accordingly.
setAttribute(String, Object) - Method in class org.apache.commons.jelly.tags.swing.ConstraintTag
 
setBasedOn(GridBagConstraintBean) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
Reads the values in the given grid-bag-constraint-bean that are set and sets them in this object if they have not been set yet.
setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.swing.ActionTag
Perform the strange setting of Action properties using its custom API
setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Handles wierd properties that don't quite match the Java Beans contract
setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.swing.GbcTag
 
setBorder(Border) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Sets the Border of this component
setBottom(int) - Method in class org.apache.commons.jelly.tags.swing.EmptyBorderTag
Sets the bottom inset
setClosed(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is closed.
setClosing(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is closing.
setColfill(boolean) - Method in class org.apache.commons.jelly.tags.swing.TdTag
Sets whether or not this column should allow its component to stretch to fill the space available
setColor(Color) - Method in class org.apache.commons.jelly.tags.swing.TitledBorderTag
Sets the color of the title for this border.
setColspan(int) - Method in class org.apache.commons.jelly.tags.swing.TdTag
Sets the number of columns that this cell should span.
setComponent(Component) - Method in class org.apache.commons.jelly.tags.swing.impl.Cell
Sets the component.
setConstraints(GridBagConstraints) - Method in class org.apache.commons.jelly.tags.swing.impl.Cell
Sets the constraints.
setContext(JellyContext) - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
Sets the context.
setDeactivated(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is deactivated.
setDeiconified(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is deiconified.
setEtchType(int) - Method in class org.apache.commons.jelly.tags.swing.EtchedBorderTag
Sets the etch type.
setFill(String) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
Accepts one of the strings with the same name as the constants and sets the GridBagConstraints.fill value accordingly.
setFont(Font) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Sets the Font of this component
setFont(Font) - Method in class org.apache.commons.jelly.tags.swing.TitledBorderTag
Sets the Font to be used by the title.
setGained(Script) - Method in class org.apache.commons.jelly.tags.swing.FocusListenerTag
 
setGridheight(int) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
setGridwidth(int) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
setGridx(int) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
setGridy(int) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
setHgap(int) - Method in class org.apache.commons.jelly.tags.swing.BorderLayoutTag
Sets the horizontal gap in pixels.
setHgap(int) - Method in class org.apache.commons.jelly.tags.swing.CardLayoutTag
 
setHighlight(Color) - Method in class org.apache.commons.jelly.tags.swing.EtchedBorderTag
Sets the highlight color
setIconified(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is iconified.
setInsets(Insets) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
setIpadx(int) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
setIpady(int) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
setLayout(LayoutManager) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Sets the LayoutManager of this component
setLeft(int) - Method in class org.apache.commons.jelly.tags.swing.EmptyBorderTag
Sets the left inset
setLost(Script) - Method in class org.apache.commons.jelly.tags.swing.FocusListenerTag
 
setOpened(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is opened.
setPressed(Script) - Method in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 
setReleased(Script) - Method in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 
setRight(int) - Method in class org.apache.commons.jelly.tags.swing.EmptyBorderTag
Sets the right inset
setRowfill(boolean) - Method in class org.apache.commons.jelly.tags.swing.TdTag
Sets whether or not this row should allow its component to stretch to fill the space available
setRows(List) - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableModel
Sets the list of rows.
setRowspan(int) - Method in class org.apache.commons.jelly.tags.swing.TdTag
Sets the number of rows that this cell should span.
setTagName(String) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Puts this tag into the context under the given name allowing later calls to #rerun().
setTitle(String) - Method in class org.apache.commons.jelly.tags.swing.TitledBorderTag
Sets the title text for this border.
setTitleJustification(String) - Method in class org.apache.commons.jelly.tags.swing.TitledBorderTag
Sets the justification of the title.
setTitlePosition(String) - Method in class org.apache.commons.jelly.tags.swing.TitledBorderTag
Sets the position of the title.
setTop(int) - Method in class org.apache.commons.jelly.tags.swing.EmptyBorderTag
Sets the top inset
setTop(Color) - Method in class org.apache.commons.jelly.tags.swing.EtchedBorderTag
Sets the shadow color
setType(Class) - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableColumn
Sets the expression used to extract the value.
setTyped(Script) - Method in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 
setValign(String) - Method in class org.apache.commons.jelly.tags.swing.TdTag
Sets the vertical alignment to a case insensitive value of {TOP, MIDDLE, BOTTOM}
setValue(Expression) - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableColumn
Sets the value.
setVar(String) - Method in class org.apache.commons.jelly.tags.swing.BorderTagSupport
Sets the name of the variable to use to expose the new Border object.
setVar(String) - Method in class org.apache.commons.jelly.tags.swing.FocusListenerTag
 
setVar(String) - Method in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 
setVar(String) - Method in class org.apache.commons.jelly.tags.swing.LayoutTagSupport
Sets the name of the variable to use to expose the new LayoutManager object.
setVar(String) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the name of the variable to use to expose the Event object
setVgap(int) - Method in class org.apache.commons.jelly.tags.swing.BorderLayoutTag
Sets the vertical gap in pixels
setVgap(int) - Method in class org.apache.commons.jelly.tags.swing.CardLayoutTag
 
setWeightx(double) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
setWeighty(double) - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 

T

TableLayoutTag - class org.apache.commons.jelly.tags.swing.TableLayoutTag.
A Layout tag which mimicks the table, tr and td tags of HTML.
TableLayoutTag() - Constructor for class org.apache.commons.jelly.tags.swing.TableLayoutTag
 
TableModelColumnTag - class org.apache.commons.jelly.tags.swing.TableModelColumnTag.
Creates a default TableColumnModel.
TableModelColumnTag() - Constructor for class org.apache.commons.jelly.tags.swing.TableModelColumnTag
 
TableModelTag - class org.apache.commons.jelly.tags.swing.TableModelTag.
Creates a default TableModel using nested tableColumn tags.
TableModelTag() - Constructor for class org.apache.commons.jelly.tags.swing.TableModelTag
 
TdTag - class org.apache.commons.jelly.tags.swing.TdTag.
Represents a tabular cell inside a <tl> tag inside a <tableLayout> tag which mimicks the <td> HTML tag.
TdTag() - Constructor for class org.apache.commons.jelly.tags.swing.TdTag
 
TitledBorderTag - class org.apache.commons.jelly.tags.swing.TitledBorderTag.
Creates a titled border.
TitledBorderTag() - Constructor for class org.apache.commons.jelly.tags.swing.TitledBorderTag
 
TrTag - class org.apache.commons.jelly.tags.swing.TrTag.
Represents a tabular row inside a <tableLayout> tag which mimicks the <tr> HTML tag.
TrTag() - Constructor for class org.apache.commons.jelly.tags.swing.TrTag
 
toString() - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
 
toString() - Method in class org.apache.commons.jelly.tags.swing.impl.GridBagConstraintBean
 
toString() - Method in class org.apache.commons.jelly.tags.swing.model.ExpressionTableColumn
 
typed - Variable in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 

V

var - Variable in class org.apache.commons.jelly.tags.swing.ConstraintTag
 
var - Variable in class org.apache.commons.jelly.tags.swing.FocusListenerTag
 
var - Variable in class org.apache.commons.jelly.tags.swing.KeyListenerTag
 

W

WindowListenerTag - class org.apache.commons.jelly.tags.swing.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.
WindowListenerTag() - Constructor for class org.apache.commons.jelly.tags.swing.WindowListenerTag
 

A B C D E F G I K L N O P R S T V W

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