Uses of Class
org.apache.pivot.wtk.MessageType

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

Uses of MessageType in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return MessageType
 MessageType Alert.getMessageType()
           
 MessageType Prompt.getMessageType()
           
 MessageType Form.Flag.getMessageType()
          Returns the flag's message type.
static MessageType MessageType.valueOf(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 org.apache.pivot.wtk with parameters of type MessageType
static void Alert.alert(MessageType messageType, String message, Component body, Display display)
           
static void Alert.alert(MessageType messageType, String message, Component body, Display display, DialogCloseListener dialogCloseListener)
           
static void Alert.alert(MessageType messageType, String message, Component body, Window owner)
           
static void Alert.alert(MessageType messageType, String message, Component body, Window owner, DialogCloseListener dialogCloseListener)
           
static void Alert.alert(MessageType messageType, String message, Display display)
           
static void Alert.alert(MessageType messageType, String message, Window owner)
           
 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 messageType, String message, Component body, Window owner)
           
static void Prompt.prompt(MessageType messageType, String message, Component body, Window owner, SheetCloseListener sheetCloseListener)
           
static void Prompt.prompt(MessageType messageType, String message, Window owner)
           
 

Constructors in org.apache.pivot.wtk with parameters of type MessageType
Alert(MessageType type, String message, Sequence<?> options)
           
Alert(MessageType type, 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, String message)
          Creates a new flag with the given type and message.
Prompt(MessageType type, String message, Sequence<?> options)
           
Prompt(MessageType type, String message, Sequence<?> options, Component body)
           
 

Uses of MessageType in org.apache.pivot.wtk.skin.obsidian
 

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

Uses of MessageType in org.apache.pivot.wtk.skin.terra
 

Methods in org.apache.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.