Uses of Class
org.jdesktop.jxlayer.plaf.LayerUI

Packages that use LayerUI
org.jdesktop.jxlayer   
org.jdesktop.jxlayer.plaf   
org.jdesktop.jxlayer.plaf.ext   
 

Uses of LayerUI in org.jdesktop.jxlayer
 

Methods in org.jdesktop.jxlayer that return LayerUI
 LayerUI<? super V> JXLayer.getUI()
          Returns the LayerUI for this JXLayer.
 

Methods in org.jdesktop.jxlayer with parameters of type LayerUI
 void JXLayer.setUI(LayerUI<? super V> ui)
          Sets the LayerUI which will perform painting and receive input events for this JXLayer.
 

Constructors in org.jdesktop.jxlayer with parameters of type LayerUI
JXLayer(V view, LayerUI<V> ui)
          Creates a new JXLayer object with provided view component and LayerUI object.
 

Uses of LayerUI in org.jdesktop.jxlayer.plaf
 

Subclasses of LayerUI in org.jdesktop.jxlayer.plaf
 class AbstractBufferedLayerUI<V extends JComponent>
          The AbstractBufferedLayerUI paitns the JXLayer to the BufferedImage and then paints this image to the Graphics passed to its paint method.
 class AbstractLayerUI<V extends JComponent>
          The AbstractLayerUI provided default implementation for most of the abstract methods in the LayerUI class.
 class BufferedLayerUI<V extends JComponent>
          BufferedLayerUI is the mutable implementation of the AbstractBufferedLayerUI class.
 

Uses of LayerUI in org.jdesktop.jxlayer.plaf.ext
 

Subclasses of LayerUI in org.jdesktop.jxlayer.plaf.ext
 class ButtonPanelUI
           
 class DebugRepaintingUI
          The DebugRepaintingUI provides a visual indication of repainting JXLayers subcomponents.
 class LockableUI
          An implementation of the BufferedLayerUI which provides a lightweight disabling for the content of its JXLayer.
 class MouseScrollableUI
          The MouseScrollableUI provides the mouse auto-scrolling feature for your applications.
 class SpotLightUI
          SpotLightUI paints the layer as is and then it paints translucent mask on the top.
 



Copyright © 2011. All Rights Reserved.