Uses of Interface
com.tensegrity.palowebviewer.modules.engine.client.usermessage.IUserMessageType

Packages that use IUserMessageType
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.engine.client.usermessage   
com.tensegrity.palowebviewer.modules.ui.client.dimensions   
 

Uses of IUserMessageType in com.tensegrity.palowebviewer.modules.engine.client
 

Methods in com.tensegrity.palowebviewer.modules.engine.client that return IUserMessageType
 IUserMessageType ServiceCallFailMessage.getType()
           
 

Uses of IUserMessageType in com.tensegrity.palowebviewer.modules.engine.client.usermessage
 

Fields in com.tensegrity.palowebviewer.modules.engine.client.usermessage declared as IUserMessageType
static IUserMessageType IUserMessageType.ERROR
           
static IUserMessageType IUserMessageType.WARN
           
 

Methods in com.tensegrity.palowebviewer.modules.engine.client.usermessage that return IUserMessageType
 IUserMessageType UserMessage.getType()
           
 IUserMessageType IUserMessage.getType()
           
 

Constructors in com.tensegrity.palowebviewer.modules.engine.client.usermessage with parameters of type IUserMessageType
UserMessage(java.lang.String msg, IUserMessageType type)
           
UserMessage(java.lang.String msg, IUserMessageType type, IUserCallback callback)
           
 

Uses of IUserMessageType in com.tensegrity.palowebviewer.modules.ui.client.dimensions
 

Methods in com.tensegrity.palowebviewer.modules.ui.client.dimensions that return IUserMessageType
 IUserMessageType MissingElementMessage.getType()
           
 IUserMessageType CompositInvalidElementMessage.getType()