Uses of Class
net.sf.freecol.common.model.ModelMessage.MessageType

Packages that use ModelMessage.MessageType
net.sf.freecol.common.model Contains the game model. 
 

Uses of ModelMessage.MessageType in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return ModelMessage.MessageType
 ModelMessage.MessageType ModelMessage.getType()
          Gets the type of the message to display.
static ModelMessage.MessageType ModelMessage.MessageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModelMessage.MessageType[] ModelMessage.MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.freecol.common.model with parameters of type ModelMessage.MessageType
ModelMessage(FreeColGameObject source, ModelMessage.MessageType type, FreeColObject display, java.lang.String id, java.lang.String... data)
          Creates a new ModelMessage.
ModelMessage(FreeColGameObject source, java.lang.String id, java.lang.String[][] data, ModelMessage.MessageType type)
          Creates a new ModelMessage.
ModelMessage(FreeColGameObject source, java.lang.String id, java.lang.String[][] data, ModelMessage.MessageType type, FreeColObject display)
          Deprecated.