 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.settings.options;
25 import org.jetbrains.annotations.NotNull;
68 @SuppressWarnings(
"MethodDoesntCallSuperMethod")
void setPickupModeNewMode(final long pickupMode, final boolean set)
Sets or unsets the pickup mode in Pickup#PU_NEW_MODE.
static final long PU_NEW_MODE
Pickup mode: enable newpickup mode.
A CheckBoxOption that toggles a pickup setting in Pickup#PU_NEW_MODE.
final String tooltipText
The tooltip text to explain this option.
final Pickup pickup
The pickup instance for modifying the pickup mode.
final long option
The affected pickup mode.
boolean inhibitSave()
Returns whether the option should not be saved.
void setChecked(final boolean checked)
Sets the current state.
An option that affects the pickup mode.
Defines constants for pickup mode.
PickupOptionNewMode(@NotNull final Pickup pickup, final long option, @NotNull final String tooltipText)
Creates a new instance.
void setPickupMode(final long pickupMode)
Notifies this instance that the pickup mode has changed.
boolean isDefaultChecked()
Returns the default value of isChecked().
boolean checked
The current state.
void execute(final boolean checked)
Executes the action associated with this check box option.