|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Implementation of SWT WidgetTag
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 |
public JFaceWidgetTag(java.lang.Class widgetClass)
widgetClass
- public JFaceWidgetTag(java.lang.Class widgetClass, int style)
widgetClass
- style
- Method Detail |
protected void attachWidgets(java.lang.Object parent, org.eclipse.swt.widgets.Widget widget) throws org.apache.commons.jelly.JellyTagException
attachWidgets
in class org.apache.commons.jelly.tags.swt.WidgetTag
public org.eclipse.swt.widgets.Widget getParentWidget()
getParentWidget
in class org.apache.commons.jelly.tags.swt.WidgetTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |