Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Methods' Details
setPosSize
[oneway] void
setPosSize (
[in] long
X,
[in] long
Y,
[in] long
Width,
[in] long
Height,
[in] short
Flags );
Description
sets the outer bounds of the window.
Parameter X
the x-coordinate of the window.
Parameter Y
the y-coordinate of the window.
Parameter Width
the width of the window.
Parameter Height
the height of the window.
Parameter Flags
Flags are of type PosSize and specify, which parameters
are taken into account when setting the outer bounds of the window.
getPosSize
Description
returns the outer bounds of the window.
setVisible
[oneway] void
setVisible (
[in] boolean
Visible );
Description
shows or hides the window depending on the parameter.
setEnable
[oneway] void
setEnable (
[in] boolean
Enable );
Description
enables or disables the window depending on the parameter.
setFocus
[oneway] void
setFocus ();
Description
sets the focus to the window.
addWindowListener
Description
adds a window listener to the object.
Parameter xListener
the listener to add. If this listener also supports the XWindowListener2 interface,
it will receive the additional events declared in XWindowListener2.
removeWindowListener
Description
removes the specified window listener from the listener list.
addFocusListener
Description
adds a focus listener to the object.
removeFocusListener
Description
removes the specified focus listener from the listener list.
addKeyListener
[oneway] void
addKeyListener (
[in] XKeyListener
xListener );
Description
adds a key listener to the object.
removeKeyListener
[oneway] void
removeKeyListener (
[in] XKeyListener
xListener );
Description
removes the specified key listener from the listener list.
addMouseListener
Description
adds a mouse listener to the object.
removeMouseListener
Description
removes the specified mouse listener from the listener list.
addMouseMotionListener
Description
adds a mouse motion listener to the object.
removeMouseMotionListener
Description
removes the specified mouse motion listener from the listener list.
addPaintListener
Description
adds a paint listener to the object.
removePaintListener
Description
removes the specified paint listener from the listener list.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.