Method 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.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.