public class ComplexMessage extends ArrayList
modCount| Constructor and Description |
|---|
ComplexMessage(CMsgElement elt) |
ComplexMessage(CMsgElement[] elts) |
ComplexMessage(List elts) |
ComplexMessage(String text) |
ComplexMessage(String text,
String url) |
ComplexMessage(String text,
String[] params) |
ComplexMessage(String text,
String url,
String[] params) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(CMsgElement elt) |
void |
addElement(String text) |
void |
addElement(String text,
String url) |
void |
addElement(String text,
String url,
String[] params) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic ComplexMessage(CMsgElement[] elts)
public ComplexMessage(List elts)
public ComplexMessage(CMsgElement elt)
public ComplexMessage(String text)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.