Uses of Class
hermes.postoffice.POCodes.Click

Packages that use POCodes.Click
hermes.postoffice   
 

Uses of POCodes.Click in hermes.postoffice
 

Methods in hermes.postoffice that return POCodes.Click
 POCodes.Click MouseMessage.getAction()
          Gets the action designated by the message.
static POCodes.Click POCodes.Click.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static POCodes.Click[] POCodes.Click.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in hermes.postoffice with parameters of type POCodes.Click
MouseMessage(POCodes.Button buttonClicked, POCodes.Click actionType, int x, int y)
          Creates a new MouseMessage.