:: com :: sun :: star :: awt ::
|
interface XWindow2 |
- Base Interfaces
XWindow2
┗ XWindow
┗ ::com::sun::star::lang::XComponent
XWindow |
- (referenced interface's summary:)
- specifies the basic operations for a window component.
|
|
- Description
- specifies some extended operations for a window component.
A window is a rectangular region on an output device with
its own position, size, and internal coordinate system.
A window is used for displaying data. In addition, the window
receives events from the user.
|
Methods' Summary |
setOutputSize |
sets the inner bounds of the window, also known as the client size
|
getOutputSize |
returns the inner bounds of the window, also known as the client size.
|
isVisible |
returns the visibility state of the window
|
isActive |
returns the activation state of the window
|
isEnabled |
returns the enabled state of the window
|
hasFocus |
returns the focus state of the window
|
Methods' Details |
setOutputSize
void |
setOutputSize( |
[in] Size |
aSize ); |
- Description
- sets the inner bounds of the window, also known as the client size
- Parameter Size
- the inner width and height of the window.
|
|
getOutputSize
- Description
- returns the inner bounds of the window, also known as the client size.
|
|
isVisible
- Description
- returns the visibility state of the window
|
|
isActive
- Description
- returns the activation state of the window
|
|
isEnabled
- Description
- returns the enabled state of the window
|
|
hasFocus
- Description
- returns the focus state of the window
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.