@Deprecated
public class BlockingLayerUI
extends javax.swing.plaf.LayerUI<javax.swing.JPanel>
| Constructor and Description | 
|---|
| BlockingLayerUI()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | eventDispatched(java.awt.AWTEvent e,
               javax.swing.JLayer<? extends javax.swing.JPanel> layer)Deprecated.  Override to consume the events. | 
| void | installUI(javax.swing.JComponent component)Deprecated.  Configures the JLayer this LayerUI is set to. | 
| boolean | isEnabled()Deprecated.  | 
| boolean | isShowBlocked()Deprecated.  | 
| static void | main(java.lang.String[] args)Deprecated.  | 
| void | setEnabled(boolean enabled)Deprecated.  When enabled the blocking layer is set to intercept input events from the wrapped
 component. | 
| void | setShowBlocked(boolean showBlocked)Deprecated.  If true, the panel when blocked will show blocked feedback to the user. | 
| void | uninstallUI(javax.swing.JComponent component)Deprecated.  Reverses the configuration which was set in the installUI(JComponent) method. | 
addPropertyChangeListener, addPropertyChangeListener, applyPropertyChange, doLayout, firePropertyChange, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, paint, paintImmediately, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removePropertyChangeListener, removePropertyChangeListener, updateUIpublic void installUI(javax.swing.JComponent component)
installUI in class javax.swing.plaf.LayerUI<javax.swing.JPanel>component - The component to install.  This component should be an JXLayer instancepublic void uninstallUI(javax.swing.JComponent component)
uninstallUI in class javax.swing.plaf.LayerUI<javax.swing.JPanel>component - The JXLayer instancepublic void eventDispatched(java.awt.AWTEvent e,
                            javax.swing.JLayer<? extends javax.swing.JPanel> layer)
eventDispatched in class javax.swing.plaf.LayerUI<javax.swing.JPanel>e - The eventlayer - The instance of JXLayerpublic void setEnabled(boolean enabled)
enabled - public boolean isEnabled()
public static void main(java.lang.String[] args)
public void setShowBlocked(boolean showBlocked)
showBusy - public boolean isShowBlocked()