Uses of Class
net.sourceforge.hivegui.message.UserChoice

Packages that use UserChoice
net.sourceforge.hivegui.application   
net.sourceforge.hivegui.message This package contains classes that handle message boxes in HiveGUI. 
 

Uses of UserChoice in net.sourceforge.hivegui.application
 

Methods in net.sourceforge.hivegui.application that return UserChoice
 UserChoice HiveGuiApplicationMain.showMessage(java.lang.String id, java.lang.Object... args)
           
 

Uses of UserChoice in net.sourceforge.hivegui.message
 

Methods in net.sourceforge.hivegui.message that return UserChoice
 UserChoice MessageFactory.message(java.lang.String id, java.lang.Object... args)
           
static UserChoice UserChoice.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserChoice[] UserChoice.values()
          Returns an array containing the constants of this enum type, in the order they're declared.