Uses of Enum Class
com.uc4.communication.MessageSettings.OpenMessages
Packages that use MessageSettings.OpenMessages
-
Uses of MessageSettings.OpenMessages in com.uc4.communication
Methods in com.uc4.communication that return MessageSettings.OpenMessagesModifier and TypeMethodDescriptionMessageSettings.getOpenAutomatically()
Returns whether the Message Window should open automatically for incoming information or error messages.static MessageSettings.OpenMessages
Returns the enum constant of this class with the specified name.static MessageSettings.OpenMessages[]
MessageSettings.OpenMessages.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.communication with parameters of type MessageSettings.OpenMessagesModifier and TypeMethodDescriptionvoid
MessageSettings.setOpenAutomatically
(MessageSettings.OpenMessages openAutomatically) Specifies whether the Message Window should open automatically for incoming information or error messages.