Package | Description |
---|---|
org.uispec4j |
Provides classes for handling user interface components.
|
org.uispec4j.xml |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUIComponent.addAttributes(Component component,
XmlWriter.Tag tag) |
protected void |
Window.addAttributes(Component component,
XmlWriter.Tag tag) |
protected void |
AbstractUIComponent.getDescription(Component component,
XmlWriter.Tag tag,
boolean showVisibleOnly) |
protected void |
ComboBox.getSubDescription(Container container,
XmlWriter.Tag tag) |
protected void |
TabGroup.getSubDescription(Container container,
XmlWriter.Tag tag) |
protected void |
AbstractUIComponent.getSubDescription(Container container,
XmlWriter.Tag tag) |
protected void |
Window.getSubDescription(Container container,
XmlWriter.Tag tag) |
Modifier and Type | Method and Description |
---|---|
XmlWriter.Tag |
XmlWriter.Tag.addAttribute(String attrName,
String attrValue) |
XmlWriter.Tag |
XmlWriter.Tag.addValue(String value) |
XmlWriter.Tag |
XmlWriter.Tag.end() |
XmlWriter.Tag |
XmlWriter.Tag.start(String tagName) |
static XmlWriter.Tag |
XmlWriter.startTag(Writer writer,
String rootTag) |
Copyright © 2004–2016. All rights reserved.