public interface PickmapSettings
| Modifier and Type | Method and Description |
|---|---|
void |
addPickmapSettingsListener(@NotNull PickmapSettingsListener listener)
Adds a
PickmapSettingsListener to be notified about changes. |
boolean |
isLocked()
Returns whether pickmaps are immutable.
|
void |
removePickmapSettingsListener(@NotNull PickmapSettingsListener listener)
Removes a
PickmapSettingsListener to be notified about changes. |
void |
setLocked(boolean locked)
Sets whether pickmaps are immutable.
|
void addPickmapSettingsListener(@NotNull
@NotNull PickmapSettingsListener listener)
PickmapSettingsListener to be notified about changes.listener - the listener to addvoid removePickmapSettingsListener(@NotNull
@NotNull PickmapSettingsListener listener)
PickmapSettingsListener to be notified about changes.listener - the listener to removeboolean isLocked()
void setLocked(boolean locked)
locked - whether pickmaps are immutable