| void | LayerUI. applyPropertyChange(PropertyChangeEvent evt,
                   JLayer<? extends V> l) | Notifies the LayerUIwhen any of its property are changed
 and enables updating everyJLayerthisLayerUIinstance is set to. | 
| void | LayerUI. doLayout(JLayer<? extends V> l) | Causes the passed instance of JLayerto lay out its components. | 
| void | LayerUI. eventDispatched(AWTEvent e,
               JLayer<? extends V> l) | Processes AWTEvents forJLayerand all its descendants to thisLayerUIinstance. | 
| boolean | LayerUI. imageUpdate(Image img,
           int infoflags,
           int x,
           int y,
           int w,
           int h,
           JLayer<? extends V> l) | Delegates its functionality to the default implementation of the JLayer.imageUpdatemethod
 which is inherited fromJLayer's base classes. | 
| void | LayerUI. paintImmediately(int x,
                int y,
                int width,
                int height,
                JLayer<? extends V> l) | Paints the specified region in the JLayerthisLayerUIis set to, immediately. | 
| protected void | LayerUI. processComponentEvent(ComponentEvent e,
                     JLayer<? extends V> l) | Processes component events occurring on the  JLayer
 or any of its subcomponents. | 
| protected void | LayerUI. processFocusEvent(FocusEvent e,
                 JLayer<? extends V> l) | Processes focus events occurring on the  JLayer
 or any of its subcomponents. | 
| protected void | LayerUI. processHierarchyBoundsEvent(HierarchyEvent e,
                           JLayer<? extends V> l) | Processes hierarchy bounds event occurring on the  JLayer
 or any of its subcomponents. | 
| protected void | LayerUI. processHierarchyEvent(HierarchyEvent e,
                     JLayer<? extends V> l) | Processes hierarchy event occurring on the  JLayer
 or any of its subcomponents. | 
| protected void | LayerUI. processInputMethodEvent(InputMethodEvent e,
                       JLayer<? extends V> l) | Processes input event occurring on the  JLayer
 or any of its subcomponents. | 
| protected void | LayerUI. processKeyEvent(KeyEvent e,
               JLayer<? extends V> l) | Processes key events occurring on the  JLayer
 or any of its subcomponents. | 
| protected void | LayerUI. processMouseEvent(MouseEvent e,
                 JLayer<? extends V> l) | Processes mouse events occurring on the  JLayer
 or any of its subcomponents. | 
| protected void | LayerUI. processMouseMotionEvent(MouseEvent e,
                       JLayer<? extends V> l) | Processes mouse motion event occurring on the  JLayer
 or any of its subcomponents. | 
| protected void | LayerUI. processMouseWheelEvent(MouseWheelEvent e,
                      JLayer<? extends V> l) | Processes mouse wheel event occurring on the  JLayer
 or any of its subcomponents. | 
| void | LayerUI. updateUI(JLayer<? extends V> l) | Invoked when  updateUI() is called
 by the  JLayer this  LayerUI is set to. |