jdk/src/share/classes/sun/awt/AWTAccessor.java
changeset 24147 204ae465851d
parent 23297 2946ef51ee24
child 24523 d3d9e027b190
equal deleted inserted replaced
24146:f0bbc76584d7 24147:204ae465851d
   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      */