Uses of Class
com.uc4.communication.MessageSettings.OpenMessages
-
Packages that use MessageSettings.OpenMessages Package Description com.uc4.communication -
-
Uses of MessageSettings.OpenMessages in com.uc4.communication
Methods in com.uc4.communication that return MessageSettings.OpenMessages Modifier and Type Method Description MessageSettings.OpenMessages
MessageSettings. getOpenAutomatically()
Returns whether the Message Window should open automatically for incoming information or error messages.static MessageSettings.OpenMessages
MessageSettings.OpenMessages. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessageSettings.OpenMessages[]
MessageSettings.OpenMessages. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.communication with parameters of type MessageSettings.OpenMessages Modifier and Type Method Description void
MessageSettings. setOpenAutomatically(MessageSettings.OpenMessages openAutomatically)
Specifies whether the Message Window should open automatically for incoming information or error messages.
-