Package docking
Class DisabledComponentLayerFactory
java.lang.Object
docking.DisabledComponentLayerFactory
A 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 Summary
Modifier and TypeMethodDescriptionstatic JLayer
<JComponent> getDisabledLayer
(JComponent component)
-
Method Details
-
getDisabledLayer
-