public interface Lockable
Modifier and Type | Method and Description |
---|---|
boolean |
isLocked() |
void |
setLock(boolean isLock) |
void setLock(boolean isLock)
isLock
- if true, the value can not be changed. The listeners of the
object should be notified about lock changes. The GUI should
also reflect this setting eg by greying out the item.boolean isLocked()