Uses of Class
plugins.adufour.ezplug.EzMessage.OutputType

Packages that use EzMessage.OutputType
plugins.adufour.ezplug   
 

Uses of EzMessage.OutputType in plugins.adufour.ezplug
 

Methods in plugins.adufour.ezplug that return EzMessage.OutputType
static EzMessage.OutputType EzMessage.OutputType.valueOf(java.lang.String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static EzMessage.OutputType[] EzMessage.OutputType.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in plugins.adufour.ezplug with parameters of type EzMessage.OutputType
static void EzMessage.message(java.lang.String message, EzMessage.MessageType messageType, EzMessage.OutputType outputType)
          Deprecated.