[tag libraries]
[tags]
Class to create a org.eclipse.swt.graphics.GCinstance within Jelly SWT.
Attribute Name | Type | Description |
drawable | org.eclipse.swt.graphics.Drawable | Set the org.eclipse.swt.graphics.Drawablename for this org.eclipse.swt.graphics.GC.
|
escapeText | boolean |
|
trim | boolean |
|
var | java.lang.String | Sets the variable name.
|
Class to create a org.eclipse.swt.graphics.Colorinstance within Jelly SWT.
Attribute Name | Type | Description |
escapeText | boolean |
|
rgb | java.lang.String | Sets the RGB value for this org.eclipse.swt.graphics.Colorinstance
|
trim | boolean |
|
var | java.lang.String | Sets the variable name
|
This tag creates an SWT dialog.
Attribute Name | Type | Description |
escapeText | boolean |
|
ignoreUnknownProperties | boolean |
|
trim | boolean |
|
Class to create a org.eclipse.swt.graphics.Fontinstance within Jelly SWT.
Attribute Name | Type | Description |
escapeText | boolean |
|
size | int | Set the size of this org.eclipse.swt.graphics.Font
|
style | java.lang.String | Set the style of this org.eclipse.swt.graphics.Font(eg. bold, normal, italics)
|
trim | boolean |
|
type | java.lang.String | Set the type of this org.eclipse.swt.graphics.Font
|
var | java.lang.String | Sets the variable name
|
This creates an image on the parent Widget.
Attribute Name | Type | Description |
escapeText | boolean |
|
resource | java.lang.String | Sets the resource
|
src | java.lang.String | Sets the src.
|
trim | boolean |
|
var | java.lang.String | Sets the variable name |
Creates a new Layout implementations and adds it to the parent Widget.
Attribute Name | Type | Description |
escapeText | boolean |
|
ignoreUnknownProperties | boolean |
|
trim | boolean |
|
var | java.lang.String | Sets the name of the variable to use to expose the new Layout object.If this attribute is not set then the parent widget tag will have itslayout property set. |
Creates a LayoutData object and sets it on the parent Widget.
Attribute Name | Type | Description |
escapeText | boolean |
|
ignoreUnknownProperties | boolean |
|
trim | boolean |
|
var | java.lang.String | Sets the name of the variable to use to expose the new Layout object.If this attribute is not set then the parent widget tag will have itslayout property set. |
This tag creates an SWT Menu
Attribute Name | Type | Description |
escapeText | boolean |
|
ignoreUnknownProperties | boolean |
|
trim | boolean |
|
A tag which implements a Listener to allow events to be processed byJelly scripts
Attribute Name | Type | Description |
escapeText | boolean |
|
trim | boolean |
|
type | java.lang.String | Sets the type of the event listener to listen for.
|
var | java.lang.String | Sets the name of the variable to use to expose the event object whenit is fired. If not specified this defaults to "event" |
A helper class for working with SWT.
Attribute Name | Type | Description |
escapeText | boolean |
|
ignoreUnknownProperties | boolean |
|
trim | boolean |
|
This tag creates an SWT widget based on the parent tag, optionally declaringthis widget as a variable if the
var
attribute is specified.
Attribute Name | Type | Description |
escapeText | boolean |
|
ignoreUnknownProperties | boolean |
|
trim | boolean |
|