Celtix User APIs

Uses of Class
org.objectweb.celtix.common.i18n.Message

Packages that use Message
org.objectweb.celtix   
org.objectweb.celtix.common.i18n   
org.objectweb.celtix.plugins   
 

Uses of Message in org.objectweb.celtix
 

Subclasses of Message in org.objectweb.celtix
 class BusMessage
           
 

Methods in org.objectweb.celtix that return Message
protected  Message BusException.createMessage(String code, Object... params)
           
 

Uses of Message in org.objectweb.celtix.common.i18n
 

Methods in org.objectweb.celtix.common.i18n that return Message
protected abstract  Message Exception.createMessage(String code, Object... params)
           
 

Constructors in org.objectweb.celtix.common.i18n with parameters of type Message
Exception(Message msg)
           
 

Uses of Message in org.objectweb.celtix.plugins
 

Subclasses of Message in org.objectweb.celtix.plugins
 class PluginMessage
           
 

Methods in org.objectweb.celtix.plugins that return Message
protected  Message PluginException.createMessage(String code, Object... params)
           
 


Celtix User APIs