Uses of Class
pivot.wtk.MessageType

Packages that use MessageType
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin.obsidian Defines skin classes for the experimental "Obsidian" theme. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of MessageType in pivot.wtk
 

Methods in pivot.wtk that return MessageType
static MessageType MessageType.decode(java.lang.String value)
           
 MessageType Alert.getMessageType()
           
 MessageType Prompt.getMessageType()
           
 MessageType Form.Flag.getMessageType()
          Returns the flag's message type.
static MessageType MessageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessageType[] MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pivot.wtk with parameters of type MessageType
static void Alert.alert(MessageType type, java.lang.String message, Display display)
           
static void Alert.alert(MessageType type, java.lang.String message, Display display, DialogCloseListener dialogCloseListener)
           
static void Alert.alert(MessageType type, java.lang.String message, Window owner)
           
static void Alert.alert(MessageType type, java.lang.String message, Window owner, DialogCloseListener dialogCloseListener)
           
 int Form.getFlaggedFieldCount(MessageType messageType)
          Returns the number of fields that are flagged with a given flag type.
abstract  Image Theme.getMessageIcon(MessageType messageType)
           
abstract  Image Theme.getSmallMessageIcon(MessageType messageType)
           
static void Prompt.prompt(MessageType type, java.lang.String message, Window owner)
           
static void Prompt.prompt(MessageType type, java.lang.String message, Window owner, SheetStateListener sheetStateListener)
           
 

Constructors in pivot.wtk with parameters of type MessageType
Alert(MessageType type, java.lang.String message, Sequence<?> options)
           
Alert(MessageType type, java.lang.String message, Sequence<?> options, Component body)
           
Form.Flag(MessageType messageType)
          Creates a new flag with the given message type and no message.
Form.Flag(MessageType messageType, java.lang.String message)
          Creates a new flag with the given type and message.
Prompt(MessageType type, java.lang.String message, Sequence<?> options)
           
Prompt(MessageType type, java.lang.String message, Sequence<?> options, Component body)
           
 

Uses of MessageType in pivot.wtk.skin.obsidian
 

Methods in pivot.wtk.skin.obsidian with parameters of type MessageType
 Image ObsidianTheme.getMessageIcon(MessageType messageType)
           
 Image ObsidianTheme.getSmallMessageIcon(MessageType messageType)
           
 

Uses of MessageType in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra with parameters of type MessageType
 Image TerraTheme.getMessageIcon(MessageType messageType)
          Gets the image that this theme uses to represent messages of the specified type.
 Image TerraTheme.getSmallMessageIcon(MessageType messageType)
          Gets the "small" image that this theme uses to represent messages of the specified type.