|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.messages.Message
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. |
boolean |
addToCustomActions(javax.swing.Action value)
Access method for a To N-association. |
javax.swing.Action |
getDefaultAction()
|
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. |
java.util.Iterator |
iteratorOfCustomActions()
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 |
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 |
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()
public java.lang.String getPath()
public long getTime()
public void showContext()
public java.util.Iterator iteratorOfActions()
public boolean addToCustomActions(javax.swing.Action value)
value
- The object added.
public java.util.Iterator iteratorOfCustomActions()
public javax.swing.Action getDefaultAction()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |