A C D F G H I L M N O P R S T W

A

attachWidgets(Object, Widget) - Method in class org.apache.commons.jelly.tags.swt.MenuTag
Provides a strategy method to allow a new child widget to be attached to its parent
attachWidgets(Object, Widget) - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
Provides a strategy method to allow a new child widget to be attached to its parent

C

ColorConverter - class org.apache.commons.jelly.tags.swt.converters.ColorConverter.
A Converter that converts Strings in the form "#uuuuuu" or "x,y,z" into a RGB object
ColorConverter() - Constructor for class org.apache.commons.jelly.tags.swt.converters.ColorConverter
 
ColorTag - class org.apache.commons.jelly.tags.swt.ColorTag.
Class to create a Color instance within Jelly SWT.
ColorTag() - Constructor for class org.apache.commons.jelly.tags.swt.ColorTag
 
clearBean() - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
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.swt.converters.ColorConverter
 
convert(Class, Object) - Method in class org.apache.commons.jelly.tags.swt.converters.PointConverter
 
convertValue(Object, String, Object) - Method in class org.apache.commons.jelly.tags.swt.LayoutDataTag
 
convertValue(Object, String, Object) - Method in class org.apache.commons.jelly.tags.swt.LayoutTag
 
convertValue(Object, String, Object) - Method in class org.apache.commons.jelly.tags.swt.LayoutTagSupport
Provides a strategy method that allows values to be converted, particularly to support integer enumerations and String representations.
createWidget(Class, Widget, int) - Method in class org.apache.commons.jelly.tags.swt.MenuTag
 
createWidget(Class, Widget, int) - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
Factory method to create an instance of the given Widget class with the given parent and SWT style

D

DialogTag - class org.apache.commons.jelly.tags.swt.DialogTag.
This tag creates an SWT dialog.
DialogTag(Class, int) - Constructor for class org.apache.commons.jelly.tags.swt.DialogTag
 
DialogTag(Class) - Constructor for class org.apache.commons.jelly.tags.swt.DialogTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swt.ColorTag
Creates a Color instance as defined by the RGB attribute.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swt.FontTag
Creates a Font instance as defined by the type, size and style attributes, and stores this Font instance in the Context so that it can be referenced in the Jelly script.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swt.GCTag
Creates a GC instance and stores it in the Context under a particular variable name.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swt.ImageTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swt.OnEventTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
 

F

FontTag - class org.apache.commons.jelly.tags.swt.FontTag.
Class to create a Font instance within Jelly SWT.
FontTag() - Constructor for class org.apache.commons.jelly.tags.swt.FontTag
 

G

GCTag - class org.apache.commons.jelly.tags.swt.GCTag.
Class to create a GC instance within Jelly SWT.
GCTag() - Constructor for class org.apache.commons.jelly.tags.swt.GCTag
 
getColor(Control, Object) - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
Get a color for the control
getDrawable() - Method in class org.apache.commons.jelly.tags.swt.GCTag
Obtain the Drawable name for this GC.
getEventType(String) - Method in class org.apache.commons.jelly.tags.swt.OnEventTag
Parses the given event type String and returns the SWT event type code
getInstance() - Static method in class org.apache.commons.jelly.tags.swt.converters.ColorConverter
 
getInstance() - Static method in class org.apache.commons.jelly.tags.swt.converters.PointConverter
 
getLayout() - Method in class org.apache.commons.jelly.tags.swt.LayoutTag
 
getParentWidget() - Method in class org.apache.commons.jelly.tags.swt.ColorTag
 
getParentWidget() - Method in class org.apache.commons.jelly.tags.swt.FontTag
 
getParentWidget() - Method in class org.apache.commons.jelly.tags.swt.ImageTag
 
getParentWidget() - Method in class org.apache.commons.jelly.tags.swt.LayoutTagSupport
 
getParentWidget() - Method in class org.apache.commons.jelly.tags.swt.OnEventTag
 
getParentWidget() - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
 
getResource() - Method in class org.apache.commons.jelly.tags.swt.ImageTag
Obtains the resource
getRgb() - Method in class org.apache.commons.jelly.tags.swt.ColorTag
Obtain the RGB value for this Color instance
getSize() - Method in class org.apache.commons.jelly.tags.swt.FontTag
Obtain the Font size
getSrc() - Method in class org.apache.commons.jelly.tags.swt.ImageTag
Method getSrc.
getStyle() - Method in class org.apache.commons.jelly.tags.swt.FontTag
Obtain the style of this Font
getStyle(Map) - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
Creates the SWT style code for the current attributes
getStyleCode(Class, String) - Static method in class org.apache.commons.jelly.tags.swt.SwtHelper
 
getType() - Method in class org.apache.commons.jelly.tags.swt.FontTag
Obtain the Font type name
getType() - Method in class org.apache.commons.jelly.tags.swt.OnEventTag
Returns the type.
getVar() - Method in class org.apache.commons.jelly.tags.swt.ColorTag
Obtain the variable name.
getVar() - Method in class org.apache.commons.jelly.tags.swt.FontTag
Obtain the variable name.
getVar() - Method in class org.apache.commons.jelly.tags.swt.GCTag
Obtain the variable name.
getVar() - Method in class org.apache.commons.jelly.tags.swt.ImageTag
Obtain the variable name.
getWidget() - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
 

H

handleEvent(Event) - Method in class org.apache.commons.jelly.tags.swt.OnEventTag
 

I

ImageTag - class org.apache.commons.jelly.tags.swt.ImageTag.
This creates an image on the parent Widget.
ImageTag() - Constructor for class org.apache.commons.jelly.tags.swt.ImageTag
 

L

LayoutDataTag - class org.apache.commons.jelly.tags.swt.LayoutDataTag.
Creates a LayoutData object and sets it on the parent Widget.
LayoutDataTag(Class) - Constructor for class org.apache.commons.jelly.tags.swt.LayoutDataTag
 
LayoutTag - class org.apache.commons.jelly.tags.swt.LayoutTag.
Creates a new Layout implementations and adds it to the parent Widget.
LayoutTag(Class) - Constructor for class org.apache.commons.jelly.tags.swt.LayoutTag
 
LayoutTagSupport - class org.apache.commons.jelly.tags.swt.LayoutTagSupport.
An abstract base class for Layout or LayoutData tags.
LayoutTagSupport(Class) - Constructor for class org.apache.commons.jelly.tags.swt.LayoutTagSupport
 

M

MenuTag - class org.apache.commons.jelly.tags.swt.MenuTag.
This tag creates an SWT Menu
MenuTag() - Constructor for class org.apache.commons.jelly.tags.swt.MenuTag
 
MenuTag(int) - Constructor for class org.apache.commons.jelly.tags.swt.MenuTag
 

N

newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.swt.DialogTag
Factory method to create a new dialog
newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.swt.LayoutDataTag
 
newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
Factory method to create a new widget

O

OnEventTag - class org.apache.commons.jelly.tags.swt.OnEventTag.
A tag which implements a Listener to allow events to be processed by Jelly scripts
OnEventTag() - Constructor for class org.apache.commons.jelly.tags.swt.OnEventTag
 
org.apache.commons.jelly.tags.swt - package org.apache.commons.jelly.tags.swt
The JellySWT Library is a Jelly Library for creating Rich User Interfaces using SWT via XML markup (a Jelly script)
org.apache.commons.jelly.tags.swt.converters - package org.apache.commons.jelly.tags.swt.converters
 

P

PointConverter - class org.apache.commons.jelly.tags.swt.converters.PointConverter.
A Converter that turns Strings in the form "x, y" into Point objects
PointConverter() - Constructor for class org.apache.commons.jelly.tags.swt.converters.PointConverter
 
parent - Variable in class org.apache.commons.jelly.tags.swt.WidgetTag
 
parse(String) - Method in class org.apache.commons.jelly.tags.swt.converters.ColorConverter
Parse a String
parse(String) - Method in class org.apache.commons.jelly.tags.swt.converters.PointConverter
Parsers a String in the form "x, y" into an SWT Point class
parseHtml(String) - Method in class org.apache.commons.jelly.tags.swt.converters.ColorConverter
Parsers a String in the form "#xxxxxx" into an SWT RGB class
parseNumber(String) - Method in class org.apache.commons.jelly.tags.swt.converters.ColorConverter
 
parseNumber(String) - Method in class org.apache.commons.jelly.tags.swt.converters.PointConverter
 
parseRGB(String) - Method in class org.apache.commons.jelly.tags.swt.converters.ColorConverter
Parsers a String in the form "x, y, z" into an SWT RGB class
parseStyle(Class, String) - Static method in class org.apache.commons.jelly.tags.swt.SwtHelper
Parses the comma delimited String of style codes which are or'd together.
parseStyle(Class, String, boolean) - Static method in class org.apache.commons.jelly.tags.swt.SwtHelper
Parses the comma delimited String of style codes which are or'd together.
processBean(String, Object) - Method in class org.apache.commons.jelly.tags.swt.LayoutDataTag
Either defines a variable or adds the current component to the parent
processBean(String, Object) - Method in class org.apache.commons.jelly.tags.swt.LayoutTag
Either defines a variable or adds the current component to the parent
processBean(String, Object) - Method in class org.apache.commons.jelly.tags.swt.LayoutTagSupport
Either defines a variable or adds the current component to the parent

R

registerDialogTag(String, Class) - Method in class org.apache.commons.jelly.tags.swt.SwtTagLibrary
Register a registerDialogTag tag for the given name
registerDialogTag(String, Class, int) - Method in class org.apache.commons.jelly.tags.swt.SwtTagLibrary
Register a dialog tag for the given name
registerLayoutDataTag(String, Class) - Method in class org.apache.commons.jelly.tags.swt.SwtTagLibrary
Register a layout data tag for the given name
registerLayoutTag(String, Class) - Method in class org.apache.commons.jelly.tags.swt.SwtTagLibrary
Register a layout tag for the given name
registerMenuTag(String, int) - Method in class org.apache.commons.jelly.tags.swt.SwtTagLibrary
Register a menu tag for the given name and style
registerWidgetTag(String, Class) - Method in class org.apache.commons.jelly.tags.swt.SwtTagLibrary
Register a widget tag for the given name
registerWidgetTag(String, Class, int) - Method in class org.apache.commons.jelly.tags.swt.SwtTagLibrary
Register a widget tag for the given name

S

SwtHelper - class org.apache.commons.jelly.tags.swt.SwtHelper.
A helper class for working with SWT.
SwtHelper() - Constructor for class org.apache.commons.jelly.tags.swt.SwtHelper
 
SwtTagLibrary - class org.apache.commons.jelly.tags.swt.SwtTagLibrary.
A Jelly custom tag library that creates SWT user interfaces
SwtTagLibrary() - Constructor for class org.apache.commons.jelly.tags.swt.SwtTagLibrary
 
setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.swt.LayoutTagSupport
 
setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
 
setDrawable(Drawable) - Method in class org.apache.commons.jelly.tags.swt.GCTag
Set the Drawable name for this GC.
setResource(String) - Method in class org.apache.commons.jelly.tags.swt.ImageTag
Sets the resource
setRgb(String) - Method in class org.apache.commons.jelly.tags.swt.ColorTag
Sets the RGB value for this Color instance
setSize(int) - Method in class org.apache.commons.jelly.tags.swt.FontTag
Set the size of this Font
setSize(Control, Object) - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
set the size of the control
setSrc(String) - Method in class org.apache.commons.jelly.tags.swt.ImageTag
Sets the src.
setStyle(String) - Method in class org.apache.commons.jelly.tags.swt.FontTag
Set the style of this Font (eg. bold, normal, italics)
setType(String) - Method in class org.apache.commons.jelly.tags.swt.FontTag
Set the type of this Font
setType(String) - Method in class org.apache.commons.jelly.tags.swt.OnEventTag
Sets the type of the event listener to listen for.
setVar(String) - Method in class org.apache.commons.jelly.tags.swt.ColorTag
Sets the variable name
setVar(String) - Method in class org.apache.commons.jelly.tags.swt.FontTag
Sets the variable name
setVar(String) - Method in class org.apache.commons.jelly.tags.swt.GCTag
Sets the variable name.
setVar(String) - Method in class org.apache.commons.jelly.tags.swt.ImageTag
Sets the variable name
setVar(String) - Method in class org.apache.commons.jelly.tags.swt.LayoutTagSupport
Sets the name of the variable to use to expose the new Layout object.
setVar(String) - Method in class org.apache.commons.jelly.tags.swt.OnEventTag
Sets the name of the variable to use to expose the event object when it is fired.
setWidgetImage(Widget, Image) - Method in class org.apache.commons.jelly.tags.swt.ImageTag
Add image to a widget

T

toString() - Method in class org.apache.commons.jelly.tags.swt.WidgetTag
 

W

WidgetTag - class org.apache.commons.jelly.tags.swt.WidgetTag.
This tag creates an SWT widget based on the parent tag, optionally declaring this widget as a variable if the var attribute is specified.
WidgetTag(Class) - Constructor for class org.apache.commons.jelly.tags.swt.WidgetTag
 
WidgetTag(Class, int) - Constructor for class org.apache.commons.jelly.tags.swt.WidgetTag
 

A C D F G H I L M N O P R S T W

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