|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ccd.ui.exception.MessageList
public class MessageList
Field Summary | |
---|---|
protected java.util.List |
messages
|
protected java.lang.String |
type
|
Constructor Summary | |
---|---|
MessageList(java.lang.String type)
|
Method Summary | |
---|---|
void |
add(Message message)
|
void |
clear()
|
boolean |
empty()
|
java.util.Iterator |
get()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String type
protected java.util.List messages
Constructor Detail |
---|
public MessageList(java.lang.String type)
Method Detail |
---|
public void add(Message message)
public void clear()
public boolean empty()
public java.util.Iterator get()
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |