|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.messages.MessageView
Nested Class Summary | |
private class |
MessageView.MessageModel
No comment provided by developer, please add a comment to improve documentation. |
Field Summary | |
private static int[] |
CLOUMN_WIDTHS
No comment provided by developer, please add a comment to improve documentation. |
static int |
COLUMN_CATEGORY
No comment provided by developer, please add a comment to improve documentation. |
(package private) static java.lang.Class[] |
COLUMN_CLASSES
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. |
(package private) static java.lang.String[] |
COLUMN_NAMES
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. |
private javax.swing.JComponent |
component
store the value for field component |
private javax.swing.AbstractAction |
deleteMessageAction
No comment provided by developer, please add a comment to improve documentation. |
private javax.swing.AbstractAction |
deleteMessageCategoryAction
No comment provided by developer, please add a comment to improve documentation. |
(package private) javax.swing.JPopupMenu |
headerPopupMenu
No comment provided by developer, please add a comment to improve documentation. |
private javax.swing.AbstractAction |
hideMessageViewAction
No comment provided by developer, please add a comment to improve documentation. |
private static int |
IMAGE_SIZE
No comment provided by developer, please add a comment to improve documentation. |
private java.awt.event.KeyAdapter |
keyListener
No comment provided by developer, please add a comment to improve documentation. |
(package private) int |
lastClickedColumn
No comment provided by developer, please add a comment to improve documentation. |
(package private) int |
lastClickedRow
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. |
private java.util.List |
messages
No comment provided by developer, please add a comment to improve documentation. |
(package private) MessageView.MessageModel |
model
No comment provided by developer, please add a comment to improve documentation. |
private java.awt.event.MouseListener |
mouseListener
No comment provided by developer, please add a comment to improve documentation. |
(package private) java.lang.Runnable |
notifyRunnable
No comment provided by developer, please add a comment to improve documentation. |
(package private) javax.swing.JTable |
table
No comment provided by developer, please add a comment to improve documentation. |
private java.util.Set |
tableModelListeners
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
title
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 |
addToMessages(Message value)
Access method for a To N-association. |
(package private) boolean |
addToTableModelListeners(javax.swing.event.TableModelListener value)
Access method for a To N-association. |
(package private) int |
compareStrings(java.lang.String text1,
java.lang.String text2,
boolean ascending)
No comment provided by developer, please add a comment to improve documentation. |
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. |
private void |
init()
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. |
(package private) java.util.Iterator |
iteratorOfTableModelListeners()
No comment provided by developer, please add a comment to improve documentation. |
private void |
notifyModelChange()
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 |
removeFromMessages(Message value)
No comment provided by developer, please add a comment to improve documentation. |
(package private) boolean |
removeFromTableModelListeners(javax.swing.event.TableModelListener value)
No comment provided by developer, please add a comment to improve documentation. |
(package private) void |
showPopup(java.awt.event.MouseEvent e)
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
static final java.lang.String[] COLUMN_NAMES
static final java.lang.Class[] COLUMN_CLASSES
private static final int[] CLOUMN_WIDTHS
private static final int IMAGE_SIZE
java.lang.Runnable notifyRunnable
public static final int MAX_PREFERRED_WIDTH
private java.lang.String title
javax.swing.JTable table
MessageView.MessageModel model
private java.util.Set tableModelListeners
private java.util.List messages
private java.awt.event.KeyAdapter keyListener
int lastClickedColumn
int lastClickedRow
private java.awt.event.MouseListener mouseListener
javax.swing.JPopupMenu headerPopupMenu
private javax.swing.AbstractAction hideMessageViewAction
private javax.swing.AbstractAction deleteMessageAction
private javax.swing.AbstractAction deleteMessageCategoryAction
private javax.swing.JComponent component
Constructor Detail |
public MessageView(java.lang.String title)
title
- No description providedMethod Detail |
public java.lang.String getTitle()
boolean addToTableModelListeners(javax.swing.event.TableModelListener value)
value
- The object added.
java.util.Iterator iteratorOfTableModelListeners()
boolean removeFromTableModelListeners(javax.swing.event.TableModelListener value)
value
- No description provided
public boolean addToMessages(Message value)
value
- The object added.
private void notifyModelChange()
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
private void init()
public java.util.Iterator iteratorOfSelectedMessages()
void showPopup(java.awt.event.MouseEvent e)
e
- No description providedpublic void sortBy(int column, boolean ascending)
column
- which column to be sorted byascending
- true to sort in ascending order, false for descendingint compareStrings(java.lang.String text1, java.lang.String text2, boolean ascending)
text1
- No description providedtext2
- No description providedascending
- No description provided
public javax.swing.JComponent getComponent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |