Methods' Details |
isChild
- Description
- returns true if the window peer is a child, false otherwise.
|
|
setDesignMode
[oneway] void
setDesignMode( |
[in] boolean |
bOn ); |
- Description
- sets the design mode for use in a design editor.
|
|
isDesignMode
- Description
- returns true if the window peer is in design mode,
false otherwise.
|
|
enableClipSiblings
[oneway] void
enableClipSiblings( |
[in] boolean |
bClip ); |
- Description
- enables clipping of sibling windows.
|
|
setForeground
[oneway] void
setForeground( |
[in] long |
Color ); |
- Description
- sets the foreground color.
|
|
setControlFont
- Description
- sets the control font.
|
|
getStyles
void
getStyles( |
[in] short
[out] FontDescriptor
[out] long
[out] long |
nType,
Font,
ForegroundColor,
BackgroundColor ); |
- Description
- returns the font, foreground and background color for the specified
type.
|
|
setProperty
void
setProperty( |
[in] string
[in] any |
PropertyName,
Value ); |
- Description
- sets the value of the property with the specified name.
|
|
getProperty
any
getProperty( |
[in] string |
PropertyName ); |
- Description
- returns the value of the property with the specified name.
|
|
Copyright © 2003 Sun Microsystems, Inc.