public interface Lockable
Modifier and Type | Method and Description |
---|---|
boolean |
isLocked()
Determines if this is read-only/locked (thus it cannot be modified).
|
void |
lock()
Enables the read-only/locked mode.
|
void |
unlock()
Disables the read-only/locked mode.
|