public class GlassPaneManager
extends java.lang.Object
WebGlassPane| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WEB_GLASS_PANE_KEY |
| Constructor and Description |
|---|
GlassPaneManager() |
| Modifier and Type | Method and Description |
|---|---|
static WebGlassPane |
getGlassPane(java.awt.Component component)
Returns registered WebGlassPane for JRootPane under the specified component.
|
static WebGlassPane |
getGlassPane(javax.swing.JRootPane rootPane)
Returns registered WebGlassPane for the specified JRootPane.
|
public static final java.lang.String WEB_GLASS_PANE_KEY
public static WebGlassPane getGlassPane(java.awt.Component component)
component - component to processpublic static WebGlassPane getGlassPane(javax.swing.JRootPane rootPane)
rootPane - JRootPane to process