|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.messages.Message
Nested Class Summary | |
private class |
Message.ShowContextAction
No comment provided by developer, please add a comment to improve documentation. |
Field Summary | |
private java.util.Set |
context
No comment provided by developer, please add a comment to improve documentation. |
(package private) static javax.swing.Action |
dobsAction
No comment provided by developer, please add a comment to improve documentation. |
private static boolean |
dobsLoaded
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
messageCategory
store the value for field messageClass |
private MessageView |
messageView
store value for field messageView |
private java.lang.String |
text
store the value for field text |
private long |
time
store the value for field time |
Constructor Summary | |
Message()
Constructor for class Message |
|
Message(java.lang.String text)
Constructor for class Message |
Method Summary | |
boolean |
addToContext(FElement value)
Access method for a To N-association. |
javax.swing.Action |
getDefaultAction()
|
private javax.swing.Action |
getDobsAction()
Get the dobsAction attribute of the Message object |
javax.swing.Icon |
getIcon()
Get the icon attribute of the Message object |
protected java.net.URL |
getIconURL()
Get the iconURL attribute of the Message object |
java.lang.String |
getMessageCategory()
getter for field messageClass |
MessageView |
getMessageView()
|
java.lang.String |
getPath()
Query fully qualified package, class or method, etc. to provide userfriendly order/hierarchy. |
java.lang.String |
getText()
getter for field text |
long |
getTime()
getter for field time |
boolean |
hasInContext(FElement value)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfActions()
Query actions than can be performed on this message. |
java.util.Iterator |
iteratorOfContext()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromContext()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromContext(FElement value)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeYou()
remove this message |
void |
setMessageCategory(java.lang.String value)
setter for field messageClass |
(package private) boolean |
setMessageView(MessageView value)
Don't call directly! |
void |
setText(java.lang.String text)
setter for field text |
void |
showContext()
Show the context of this message via gotoElement. |
int |
sizeOfContext()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String messageCategory
private java.lang.String text
private java.util.Set context
private MessageView messageView
private long time
private static boolean dobsLoaded
static javax.swing.Action dobsAction
Constructor Detail |
public Message()
public Message(java.lang.String text)
text
- No description providedMethod Detail |
public java.lang.String getMessageCategory()
public void setMessageCategory(java.lang.String value)
value
- new valuepublic java.lang.String getText()
public void setText(java.lang.String text)
text
- new value of field textpublic boolean addToContext(FElement value)
value
- The object added.
public boolean hasInContext(FElement value)
value
- No description provided
public java.util.Iterator iteratorOfContext()
public void removeAllFromContext()
public boolean removeFromContext(FElement value)
value
- No description provided
public int sizeOfContext()
public javax.swing.Icon getIcon()
protected java.net.URL getIconURL()
public void removeYou()
public MessageView getMessageView()
boolean setMessageView(MessageView value)
MessageView.addToMessages(de.uni_paderborn.fujaba.messages.Message)
/MessageView.removeFromMessages(de.uni_paderborn.fujaba.messages.Message)
instead
value
- new value for field messageView
public java.lang.String getPath()
public long getTime()
public void showContext()
private javax.swing.Action getDobsAction()
public java.util.Iterator iteratorOfActions()
public javax.swing.Action getDefaultAction()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |