Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XPointer

Base Interface
com::sun::star::uno::XInterface

Description
gives access to the type of mouse pointer.


Methods' Summary

setType selects a SystemPointer for this mouse pointer.
getType

Methods' Details

setType
 
[ oneway ] void
setType(
[ in ] long nType );

Description
selects a SystemPointer for this mouse pointer.
getType
 
long
getType();
Returns
the currently set SystemPointer of this mouse pointer.

Top of Page