Tag Documentation

[tag libraries] [tags]

The following document contains a summary of all theJellytag libraries.

Tag Libraries

[tag libraries] [tags]

LibraryDescription
jelly:jface

The JellyJFace Library is a Jelly Library for creating Rich User Interfaces using SWT and JFace via XML markup (a Jelly script).JellyJFace is an eextension of JellySWT to add support for the JFace framework.

jelly:preference
jelly:window
jelly:wizard

jelly:jface

The JellyJFace Library is a Jelly Library for creating Rich User Interfaces using SWT and JFace via XML markup (a Jelly script).JellyJFace is an eextension of JellySWT to add support for the JFace framework.

Tag NameDescription
JFaceImageImplementation of SWT ImageTag
JFaceLayoutImplementation of SWT LayoutTag
JFaceLayoutDataImplementation of SWT LayoutDataTag
JFaceWidgetImplementation of SWT WidgetTag
actionThis tag creates an JFace Action
contributionItemThis tag creates an JFace ContributionItem
doubleClickListenerThis tag adds a listener for double-clicks in this viewer.
menuManagerThis tag creates an JFace MenuManager
selectionChangedListenerThis tag adds a listener for selection changes in this viewer.
viewerThis tag creates an JFace Viewer

jelly:preference

Tag NameDescription
fieldEditorThis Tag creates a JFace FieldEditor
preferenceDialogThis Tag creates a JFace PreferenceDialog
preferencePageThis Tag creates a JFace PreferencePageProvides a concrete preference store implementation based on an internal java.util.Properties object

jelly:window

Tag NameDescription
applicationWindowThis tag creates an JFace ApplicationWindow

jelly:wizard

Tag NameDescription
wizardDialogThis Tag creates a JFace WizardDialog
wizardPageThis Tag creates a JFace WizardPage

Tags

[tag libraries] [tags]

jface:JFaceImage

Implementation of SWT ImageTag

Attribute NameTypeDescription
escapeTextboolean
resourcejava.lang.String
srcjava.lang.String
trimboolean
varjava.lang.String

jface:JFaceLayout

Implementation of SWT LayoutTag

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean
varjava.lang.String

jface:JFaceLayoutData

Implementation of SWT LayoutDataTag

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean
varjava.lang.String

jface:JFaceWidget

Implementation of SWT WidgetTag

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean

jface:action

This tag creates an JFace Action

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean

jface:contributionItem

This tag creates an JFace ContributionItem

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean

jface:doubleClickListener

This tag adds a listener for double-clicks in this viewer.

Attribute NameTypeDescription
escapeTextboolean
trimboolean
varjava.lang.StringSets the var.

jface:menuManager

This tag creates an JFace MenuManager

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean

jface:selectionChangedListener

This tag adds a listener for selection changes in this viewer.

Attribute NameTypeDescription
escapeTextboolean
trimboolean
varjava.lang.StringSets the var.

jface:viewer

This tag creates an JFace Viewer

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean

preference:fieldEditor

This Tag creates a JFace FieldEditor

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean

preference:preferenceDialog

This Tag creates a JFace PreferenceDialog

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean

preference:preferencePage

This Tag creates a JFace PreferencePageProvides a concrete preference store implementation based on an internal java.util.Properties object

Attribute NameTypeDescription
escapeTextboolean
filenamejava.lang.StringSets the filename.
titlejava.lang.StringSets the title.
trimboolean

window:applicationWindow

This tag creates an JFace ApplicationWindow

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean

wizard:wizardDialog

This Tag creates a JFace WizardDialog

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
performCancelorg.apache.commons.jelly.ScriptSets the Script to be executed on performCancel.
performFinishorg.apache.commons.jelly.ScriptSets the Script to be executed on performFinish.
trimboolean

wizard:wizardPage

This Tag creates a JFace WizardPage

Attribute NameTypeDescription
escapeTextboolean
ignoreUnknownPropertiesboolean
trimboolean