equal
deleted
inserted
replaced
270 * Access to the private version of findComponentAt method which has |
270 * Access to the private version of findComponentAt method which has |
271 * a controllable behavior. Setting 'ignoreEnabled' to 'false' |
271 * a controllable behavior. Setting 'ignoreEnabled' to 'false' |
272 * bypasses disabled Components during the search. |
272 * bypasses disabled Components during the search. |
273 */ |
273 */ |
274 Component findComponentAt(Container cont, int x, int y, boolean ignoreEnabled); |
274 Component findComponentAt(Container cont, int x, int y, boolean ignoreEnabled); |
|
275 |
|
276 /** |
|
277 * Starts LW Modal. |
|
278 */ |
|
279 void startLWModal(Container cont); |
|
280 |
|
281 /** |
|
282 * Starts LW Modal. |
|
283 */ |
|
284 void stopLWModal(Container cont); |
275 } |
285 } |
276 |
286 |
277 /* |
287 /* |
278 * An interface of accessor for java.awt.Window class. |
288 * An interface of accessor for java.awt.Window class. |
279 */ |
289 */ |