org.havi.ui.event
Class HMouseCapabilities

java.lang.Object
  extended by org.havi.ui.event.HMouseCapabilities

public class HMouseCapabilities
extends java.lang.Object

This class is used to describe the (basic) mouse capabilities of the platform.

This class is not intended to be constructed by applications.


The parameters to the constructors are as follows, in cases where parameters are not used, then the constructor should use the default values.

Default parameter values exposed in the constructors

ParameterDescriptionDefault value Set methodGet method
None.

Default parameter values not exposed in the constructors

DescriptionDefault valueSet method Get method
None.


Constructor Summary
protected HMouseCapabilities()
          It is not intended that applications should directly construct HMouseCapabilities objects.
 
Method Summary
static boolean getInputDeviceSupported()
          Determine if a mouse exists in the system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HMouseCapabilities

protected HMouseCapabilities()
It is not intended that applications should directly construct HMouseCapabilities objects.

Creates an HMouseCapabilities object. See the class description for details of constructor parameters and default values.

This method is protected to allow the platform to override it in a different package scope.

Method Detail

getInputDeviceSupported

public static boolean getInputDeviceSupported()
Determine if a mouse exists in the system.

Returns:
true if a mouse exists in the system, false otherwise.