Package docking
Class DisabledComponentLayerFactory
- java.lang.Object
- 
- docking.DisabledComponentLayerFactory
 
- 
 public class DisabledComponentLayerFactory extends java.lang.ObjectA factory to create JLayer instances to provide the L&F and functionality of a disabled panel -- the component assumes a disabled color, and selection via mouse and keyboard is prevented. As this is simply a layer in the UI stack, previous states of components is maintained and unmodified.
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.JLayer<javax.swing.JComponent>getDisabledLayer(javax.swing.JComponent component)
 
-