Lines Matching refs:window
65 /** specifies the basic operations for a window component.
67 <p>A window is a rectangular region on an output device with
69 A window is used for displaying data. In addition, the window
76 /** sets the outer bounds of the window.
79 the x-coordinate of the window.
82 the y-coordinate of the window.
85 the width of the window.
88 the height of the window.
92 are taken into account when setting the outer bounds of the window.
102 /** returns the outer bounds of the window.
108 /** shows or hides the window depending on the parameter.
114 /** enables or disables the window depending on the parameter.
120 /** sets the focus to the window.
126 /** adds a window listener to the object.
136 /** removes the specified window listener from the listener list.