:: com :: sun :: star :: awt ::

interface XPointer
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XPointer
Description
gives access to the type of mouse pointer.

Methods' Summary
setType selects a SystemPointer for this mouse pointer.
getType returns the currently set SystemPointer of this mouse pointer.
Methods' Details
setType
[oneway] void
setType(
 
[in] long
 
nType );

Description
selects a SystemPointer for this mouse pointer.
getType
long
getType();
 
 

Description
returns the currently set SystemPointer of this mouse pointer.
Top of Page