net.sourceforge.xwing.jelly.tags.xwing
Class TableDoubleClickListenerTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended bynet.sourceforge.xwing.jelly.tags.xwing.TableDoubleClickListenerTag
All Implemented Interfaces:
Tag

public class TableDoubleClickListenerTag
extends TagSupport


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
TableDoubleClickListenerTag()
           
 
Method Summary
 void doTag(XMLOutput output)
           
 void setEventVar(String var)
           
 void setScript(Script script)
           
 void setTable(JTable table)
           
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDoubleClickListenerTag

public TableDoubleClickListenerTag()
Method Detail

doTag

public void doTag(XMLOutput output)
           throws JellyTagException
Throws:
JellyTagException

setEventVar

public void setEventVar(String var)

setScript

public void setScript(Script script)

setTable

public void setTable(JTable table)


Copyright © 2003 The Xwing Project. All Rights Reserved.