org.apache.commons.jelly.tags.jface
Class JFaceWidgetTag

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.apache.commons.jelly.DynaTagSupport
              |
              +--org.apache.commons.jelly.MapTagSupport
                    |
                    +--org.apache.commons.jelly.tags.core.UseBeanTag
                          |
                          +--org.apache.commons.jelly.tags.swt.WidgetTag
                                |
                                +--org.apache.commons.jelly.tags.jface.JFaceWidgetTag
All Implemented Interfaces:
org.apache.commons.jelly.impl.BeanSource, org.apache.commons.jelly.DynaTag, org.apache.commons.jelly.Tag

public class JFaceWidgetTag
extends org.apache.commons.jelly.tags.swt.WidgetTag
implements org.apache.commons.jelly.Tag

Implementation of SWT WidgetTag

Author:
Christiaan ten Klooster

Fields inherited from class org.apache.commons.jelly.tags.swt.WidgetTag
parent
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, shouldTrim
 
Constructor Summary
JFaceWidgetTag(java.lang.Class widgetClass)
           
JFaceWidgetTag(java.lang.Class widgetClass, int style)
           
 
Method Summary
protected  void attachWidgets(java.lang.Object parent, org.eclipse.swt.widgets.Widget widget)
           
 org.eclipse.swt.widgets.Widget getParentWidget()
           
 
Methods inherited from class org.apache.commons.jelly.tags.swt.WidgetTag
createWidget, doTag, getColor, getStyle, getWidget, newInstance, setBeanProperties, setSize, toString
 
Methods inherited from class org.apache.commons.jelly.tags.core.UseBeanTag
addIgnoreProperty, convertToClass, getBean, getDefaultClass, getIgnorePropertySet, isIgnoreUnknownProperties, loadClass, processBean, setBean, 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, wait, wait, wait
 
Methods inherited from interface org.apache.commons.jelly.Tag
doTag, getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
 

Constructor Detail

JFaceWidgetTag

public JFaceWidgetTag(java.lang.Class widgetClass)
Parameters:
widgetClass -  

JFaceWidgetTag

public JFaceWidgetTag(java.lang.Class widgetClass,
                      int style)
Parameters:
widgetClass -  
style -  
Method Detail

attachWidgets

protected void attachWidgets(java.lang.Object parent,
                             org.eclipse.swt.widgets.Widget widget)
                      throws org.apache.commons.jelly.JellyTagException
Overrides:
attachWidgets in class org.apache.commons.jelly.tags.swt.WidgetTag

getParentWidget

public org.eclipse.swt.widgets.Widget getParentWidget()
Overrides:
getParentWidget in class org.apache.commons.jelly.tags.swt.WidgetTag


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