Uses of Class
org.uispec4j.xml.XmlWriter.Tag

Packages that use XmlWriter.Tag
org.uispec4j Provides classes for handling user interface components. 
org.uispec4j.xml   
 

Uses of XmlWriter.Tag in org.uispec4j
 

Methods in org.uispec4j with parameters of type XmlWriter.Tag
protected  void Window.addAttributes(java.awt.Component component, XmlWriter.Tag tag)
           
protected  void AbstractUIComponent.addAttributes(java.awt.Component component, XmlWriter.Tag tag)
           
protected  void AbstractUIComponent.getDescription(java.awt.Component component, XmlWriter.Tag tag, boolean showVisibleOnly)
           
protected  void Window.getSubDescription(java.awt.Container container, XmlWriter.Tag tag)
           
protected  void TabGroup.getSubDescription(java.awt.Container container, XmlWriter.Tag tag)
           
protected  void ComboBox.getSubDescription(java.awt.Container container, XmlWriter.Tag tag)
           
protected  void AbstractUIComponent.getSubDescription(java.awt.Container container, XmlWriter.Tag tag)
           
 

Uses of XmlWriter.Tag in org.uispec4j.xml
 

Methods in org.uispec4j.xml that return XmlWriter.Tag
 XmlWriter.Tag XmlWriter.Tag.addAttribute(java.lang.String attrName, java.lang.String attrValue)
           
 XmlWriter.Tag XmlWriter.Tag.addValue(java.lang.String value)
           
 XmlWriter.Tag XmlWriter.Tag.end()
           
 XmlWriter.Tag XmlWriter.Tag.start(java.lang.String tagName)
           
static XmlWriter.Tag XmlWriter.startTag(java.io.Writer writer, java.lang.String rootTag)
           
 



Copyright © 2004-2010. All Rights Reserved.