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

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.swt.WidgetTag
                      extended byorg.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

Field Summary
 
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
Throws:
org.apache.commons.jelly.JellyTagException

getParentWidget

public org.eclipse.swt.widgets.Widget getParentWidget()


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