Uses of Class
de.uni_paderborn.fujaba.messages.Message

Packages that use Message
de.uni_paderborn.fujaba.app The Fujaba Application 
de.uni_paderborn.fujaba.app.action Fujaba Application Action
de.uni_paderborn.fujaba.asg The Abstract Syntax Graph model. 
de.uni_paderborn.fujaba.messages   
de.uni_paderborn.fujaba.metamodel   
 

Uses of Message in de.uni_paderborn.fujaba.app
 

Methods in de.uni_paderborn.fujaba.app that return Message
 Message FrameMain.showError(java.lang.String text, ASGElement context)
          Convenience method to show a standard error text.
 

Uses of Message in de.uni_paderborn.fujaba.app.action
 

Methods in de.uni_paderborn.fujaba.app.action that return Message
static Message CompileAction.createMessage(java.lang.String filename, boolean warning, int lineNr, int colNr, java.lang.String text, java.lang.String context)
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.app.action with parameters of type Message
static void CompileAction.fillMessage(Message message, java.lang.String filename, boolean warning, int lineNr, int colNr, java.lang.String text, java.lang.String context)
          Create a new Message and return it.
 

Uses of Message in de.uni_paderborn.fujaba.asg
 

Methods in de.uni_paderborn.fujaba.asg with parameters of type Message
 boolean ASGElement.addToUserMessages(Message value)
          Stick a user message onto this element.
 boolean ASGElement.removeFromUserMessages(Message value)
          Remove this element from the context of the message.
 

Uses of Message in de.uni_paderborn.fujaba.messages
 

Subclasses of Message in de.uni_paderborn.fujaba.messages
 class CompilerErrorMessage
          No comment provided by developer, please add a comment to improve documentation.
 class CompilerWarning
          No comment provided by developer, please add a comment to improve documentation.
 class ErrorMessage
           
 class MessageWithThrowable
           
 class SearchResult
           
 class Warning
           
 

Methods in de.uni_paderborn.fujaba.messages that return Message
 Message MessageView.getFromMessages(int index)
          Get the fromMessages attribute of the MessageView object
 

Methods in de.uni_paderborn.fujaba.messages with parameters of type Message
 boolean MessageView.addToMessages(Message value)
          Access method for a To N-association.
 boolean MessageView.hasInMessages(Message value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean MessageView.removeFromMessages(Message value)
          No comment provided by developer, please add a comment to improve documentation.
 void MessageListener.handle(Message value)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of Message in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel with parameters of type Message
 boolean FElement.addToUserMessages(Message value)
          Stick a user message onto this element.
 boolean FElement.removeFromUserMessages(Message value)
          Remove this element from the context of the message.