Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XWindowPeer
Base Interfaces
XWindowPeer
┗ ::com::sun::star::lang::XComponent

::com::sun::star::lang::XComponent
(referenced interface's summary:)
allows to exclicitly free resources and break cyclic references.
Description
gives access to the actual window implementation on the device.
Developers Guide
OfficeDev - Java Window Integration
OfficeDev - Component - Window Interfaces
OfficeDev - Windows
JavaBean - OfficeWindow Interface

Methods' Summary
getToolkit returns the toolkit which created this object.  
setPointer sets the mouse pointer.  
setBackground sets the background color.  
invalidate invalidates the whole window with the specified InvalidateStyle.  
invalidateRect invalidates a rectangular area of the window with the specified InvalidateStyle.  
Methods' Details
getToolkit
XToolkit
getToolkit();

Description
returns the toolkit which created this object.
setPointer
[oneway] void
setPointer( [in] XPointer  Pointer );

Description
sets the mouse pointer.
setBackground
[oneway] void
setBackground( [in] ::com::sun::star::util::Color  Color );

Description
sets the background color.
invalidate
[oneway] void
invalidate( [in] short  Flags );

Description
invalidates the whole window with the specified InvalidateStyle.
invalidateRect
[oneway] void
invalidateRect( [in] Rectangle  Rect,
[in] short  Flags );

Description
invalidates a rectangular area of the window with the specified InvalidateStyle.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.