|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.messages.MessageView
Field Summary | |
static int |
COLUMN_CATEGORY
No comment provided by developer, please add a comment to improve documentation. |
static int |
COLUMN_ICON
No comment provided by developer, please add a comment to improve documentation. |
static int |
COLUMN_PACKAGE
No comment provided by developer, please add a comment to improve documentation. |
static int |
COLUMN_TEXT
No comment provided by developer, please add a comment to improve documentation. |
static int |
COLUMN_TIME
No comment provided by developer, please add a comment to improve documentation. |
static int |
MAX_PREFERRED_WIDTH
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
MessageView(java.lang.String title)
Constructor for class MessageView |
Method Summary | |
boolean |
addToMessageListeners(MessageListener value)
Access method for a To N-association. |
boolean |
addToMessages(Message value)
Access method for a To N-association. |
void |
deleteMessages(java.lang.String messageClass)
No comment provided by developer, please add a comment to improve documentation. |
javax.swing.JComponent |
getComponent()
getter for field component |
Message |
getFromMessages(int index)
Get the fromMessages attribute of the MessageView object |
java.lang.String |
getTitle()
Get the title attribute of the MessageView object |
boolean |
hasInMessages(Message value)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfMessages()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfSelectedMessages()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromMessages()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromMessageListeners(MessageListener value)
removes a messagelistener from the list of messagelisteners |
boolean |
removeFromMessages(Message value)
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfMessages()
No comment provided by developer, please add a comment to improve documentation. |
void |
sortBy(int column,
boolean ascending)
Sort messages by a specified column. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int COLUMN_ICON
public static final int COLUMN_TEXT
public static final int COLUMN_PACKAGE
public static final int COLUMN_CATEGORY
public static final int COLUMN_TIME
public static final int MAX_PREFERRED_WIDTH
Constructor Detail |
public MessageView(java.lang.String title)
title
- No description providedMethod Detail |
public java.lang.String getTitle()
public boolean addToMessages(Message value)
value
- The object added.
public boolean addToMessageListeners(MessageListener value)
value
- The object added.
public boolean removeFromMessageListeners(MessageListener value)
value
- messagelistener to remove
public boolean hasInMessages(Message value)
value
- No description provided
public java.util.Iterator iteratorOfMessages()
public void removeAllFromMessages()
public void deleteMessages(java.lang.String messageClass)
messageClass
- No description providedpublic boolean removeFromMessages(Message value)
value
- No description provided
public int sizeOfMessages()
public Message getFromMessages(int index)
index
- No description provided
public java.util.Iterator iteratorOfSelectedMessages()
public void sortBy(int column, boolean ascending)
column
- which column to be sorted byascending
- true to sort in ascending order, false for descendingpublic javax.swing.JComponent getComponent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |