Java javax.swing JLayer fields, constructors, methods, implement or subclass

Example usage for Java javax.swing JLayer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing JLayer.

The text is from its open source code.

Constructor

JLayer(V view, LayerUI ui)
Creates a new JLayer object with the specified view component and javax.swing.plaf.LayerUI object.

Method

VgetView()
Returns the JLayer 's view component or null .
voidrepaint()
Repaints this component.
voidsetLayerEventMask(long layerEventMask)
Enables the events from JLayer and all its descendants defined by the specified event mask parameter to be delivered to the LayerUI#eventDispatched(AWTEvent,JLayer) method.