org.apache.commons.jelly.tags.jface.wizard
Class WizardDialogTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.DynaTagSupport
          extended byorg.apache.commons.jelly.MapTagSupport
              extended byorg.apache.commons.jelly.tags.core.UseBeanTag
                  extended byorg.apache.commons.jelly.tags.jface.wizard.WizardDialogTag
All Implemented Interfaces:
org.apache.commons.jelly.impl.BeanSource, org.apache.commons.jelly.DynaTag, org.apache.commons.jelly.Tag

public class WizardDialogTag
extends org.apache.commons.jelly.tags.core.UseBeanTag

This Tag creates a JFace WizardDialog

Author:
Christiaan ten Klooster

Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
WizardDialogTag(java.lang.Class theClass)
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput output)
           
protected  org.eclipse.swt.widgets.Shell getShell()
           
 org.apache.commons.jelly.tags.jface.wizard.WizardDialogTag.WizardDialogImpl getWizardDialogImpl()
           
protected  java.lang.Object newInstance(java.lang.Class theClass, java.util.Map attributes, org.apache.commons.jelly.XMLOutput output)
           
 void setPerformCancel(org.apache.commons.jelly.Script performCancel)
          Sets the Script to be executed on performCancel.
 void setPerformFinish(org.apache.commons.jelly.Script performFinish)
          Sets the Script to be executed on performFinish.
 
Methods inherited from class org.apache.commons.jelly.tags.core.UseBeanTag
addIgnoreProperty, convertToClass, getBean, getDefaultClass, getIgnorePropertySet, isIgnoreUnknownProperties, loadClass, processBean, setBean, setBeanProperties, setIgnoreUnknownProperties, validateBeanProperties
 
Methods inherited from class org.apache.commons.jelly.MapTagSupport
createAttributes, getAttributes, setAttribute
 
Methods inherited from class org.apache.commons.jelly.DynaTagSupport
getAttributeType
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.jelly.Tag
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
 

Constructor Detail

WizardDialogTag

public WizardDialogTag(java.lang.Class theClass)
Parameters:
theClass -
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput output)
           throws org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.JellyTagException

getShell

protected org.eclipse.swt.widgets.Shell getShell()
                                          throws org.apache.commons.jelly.JellyTagException
Returns:
Shell
Throws:
org.apache.commons.jelly.JellyTagException

getWizardDialogImpl

public org.apache.commons.jelly.tags.jface.wizard.WizardDialogTag.WizardDialogImpl getWizardDialogImpl()
Returns:
WizardDialog

newInstance

protected java.lang.Object newInstance(java.lang.Class theClass,
                                       java.util.Map attributes,
                                       org.apache.commons.jelly.XMLOutput output)
                                throws org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.JellyTagException

setPerformCancel

public void setPerformCancel(org.apache.commons.jelly.Script performCancel)
Sets the Script to be executed on performCancel.

Parameters:
performCancel - The performCancel to set

setPerformFinish

public void setPerformFinish(org.apache.commons.jelly.Script performFinish)
Sets the Script to be executed on performFinish.

Parameters:
performFinish - The performFinish to set


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