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

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

interface XVclWindowPeer

Base Interface
com::sun::star::awt::XWindowPeer

[ DEPRECATED ]


Methods' Summary

isChild
setDesignMode sets the design mode for use in a design editor.
isDesignMode
enableClipSiblings
setForeground
setControlFont
getStyles
setProperty sets properties like colors, fonts, ....
getProperty

Methods' Details

isChild
 
boolean
isChild(
[ in ] com::sun::star::awt::XWindowPeer Peer );

setDesignMode
 
[ oneway ] void
setDesignMode(
[ in ] boolean bOn );

Description
sets the design mode for use in a design editor.
isDesignMode
 
boolean
isDesignMode();
enableClipSiblings
 
[ oneway ] void
enableClipSiblings(
[ in ] boolean bClip );

setForeground
 
[ oneway ] void
setForeground(
[ in ] long Color );

setControlFont
 
[ oneway ] void
setControlFont(
[ in ] com::sun::star::awt::FontDescriptor aFont );

getStyles
 
void
getStyles(
[ in ] short nType,
[ out ] com::sun::star::awt::FontDescriptor Font,
[ out ] long ForegroundColor,
[ out ] long BackgroundColor );

setProperty
 
void
setProperty(
[ in ] string PropertyName,
[ in ] any Value );

Description
sets properties like colors, fonts, ....
getProperty
 
any
getProperty(
[ in ] string PropertyName );


Top of Page