Methods' Details |
windowOpened
- Description
- is invoked when a window has been opened.
|
|
windowClosing
- Description
- is invoked when a window is in the process of being closed.
The close operation can be overridden at this point.
|
|
windowClosed
- Description
- is invoked when a window has been closed.
|
|
windowMinimized
[oneway] void |
windowMinimized( |
[in] ::com::sun::star::lang::EventObject |
e ); |
- Description
- is invoked when a window is iconified.
|
|
windowNormalized
[oneway] void |
windowNormalized( |
[in] ::com::sun::star::lang::EventObject |
e ); |
- Description
- is invoked when a window is deiconified.
|
|
windowActivated
[oneway] void |
windowActivated( |
[in] ::com::sun::star::lang::EventObject |
e ); |
- Description
- is invoked when a window is activated.
|
|
windowDeactivated
[oneway] void |
windowDeactivated( |
[in] ::com::sun::star::lang::EventObject |
e ); |
- Description
- is invoked when a window is deactivated.
|
|
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.