public interface AccessibleObjectHandler
| Modifier and Type | Method and Description |
|---|---|
void |
setAccessible(AccessibleObject accessibleObject,
boolean flag)
Provides an appropriate implementation to change the accessibility of accessibleObject.
|
void setAccessible(AccessibleObject accessibleObject, boolean flag)
accessibleObject - the AccessibleObject upon which to apply the flag.flag - the new accessible flag value.Copyright © 1997–2021 OpenSymphony. All rights reserved.