Methods' Summary
|
setPosSize |
sets the outer bounds of the window.
|
getPosSize |
|
setVisible |
shows or hides the window depending on the parameter.
|
setEnable |
enables or disables the window depending on the parameter.
|
setFocus |
sets the focus to the window.
|
addWindowListener |
adds the specified component listener to receive component events
from this window component.
|
removeWindowListener |
removes the specified listener so it no longer receives component
events from this window component.
|
addFocusListener |
adds the specified focus listener to receive focus events
from this window component.
|
removeFocusListener |
removes the specified focus listener so it no longer receives focus
events from this component.
|
addKeyListener |
adds the specified key listener to receive key events
from this component.
|
removeKeyListener |
removes the specified key listener so it no longer receives key
events from this component.
|
addMouseListener |
adds the specified mouse listener to receive mouse events
from this component.
|
removeMouseListener |
removes the specified mouse listener so it no longer receives mouse
events from this component.
|
addMouseMotionListener |
adds the specified mouse motion listener to receive mouse motion events
from this component.
|
removeMouseMotionListener |
removes the specified mouse motion listener so it no longer
receives mouse motion events from this component.
|
addPaintListener |
adds the specified paint listener to receive panit events
from this component.
|
removePaintListener |
removes the specified paint listener so it no longer
receives paint events from this component.
|
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.
|
- getPosSize
-  
com::sun::star::awt::Rectangle
getPosSize();
- 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(
-
- Description
- enables or disables the window depending on the parameter.
|
- setFocus
-  
[ oneway ] void
setFocus();
- Description
- sets the focus to the window.
|
- addWindowListener
-  
- [ oneway ] void
addWindowListener(
-
- Description
- adds the specified component listener to receive component events
from this window component.
|
- removeWindowListener
-  
- [ oneway ] void
removeWindowListener(
-
- Description
- removes the specified listener so it no longer receives component
events from this window component.
|
- addFocusListener
-  
- [ oneway ] void
addFocusListener(
-
- Description
- adds the specified focus listener to receive focus events
from this window component.
|
- removeFocusListener
-  
- [ oneway ] void
removeFocusListener(
-
- Description
- removes the specified focus listener so it no longer receives focus
events from this component.
|
- addKeyListener
-  
- [ oneway ] void
addKeyListener(
-
- Description
- adds the specified key listener to receive key events
from this component.
|
- removeKeyListener
-  
- [ oneway ] void
removeKeyListener(
-
- Description
- removes the specified key listener so it no longer receives key
events from this component.
|
- addMouseListener
-  
- [ oneway ] void
addMouseListener(
-
- Description
- adds the specified mouse listener to receive mouse events
from this component.
|
- removeMouseListener
-  
- [ oneway ] void
removeMouseListener(
-
- Description
- removes the specified mouse listener so it no longer receives mouse
events from this component.
|
- addMouseMotionListener
-  
- [ oneway ] void
addMouseMotionListener(
-
- Description
- adds the specified mouse motion listener to receive mouse motion events
from this component.
|
- removeMouseMotionListener
-  
- [ oneway ] void
removeMouseMotionListener(
-
- Description
- removes the specified mouse motion listener so it no longer
receives mouse motion events from this component.
|
- addPaintListener
-  
- [ oneway ] void
addPaintListener(
-
- Description
- adds the specified paint listener to receive panit events
from this component.
|
- removePaintListener
-  
- [ oneway ] void
removePaintListener(
-
- Description
- removes the specified paint listener so it no longer
receives paint events from this component.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.