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

interface XPointer
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XPointer
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
gives access to the type of mouse pointer.

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

Description
selects a ::com::sun::star::awt::SystemPointer for this mouse pointer.
getType
long
getType();

Description
returns the currently set ::com::sun::star::awt::SystemPointer of this mouse pointer.
Top of Page