public class TranslucentDialogsCheckBoxOption extends CheckBoxOption
CheckBoxOption that enables/disables translucent dialog
backgrounds.| Constructor and Description |
|---|
TranslucentDialogsCheckBoxOption(@NotNull GuiManager guiManager)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(boolean checked)
Executes the action associated with this check box option.
|
boolean |
isDefaultChecked()
Returns the default value of
CheckBoxOption.isChecked(). |
fireStateChangedEvent, getTooltipText, isChecked, setChecked, toggleCheckedaddOptionListener, inhibitSave, removeOptionListenerpublic TranslucentDialogsCheckBoxOption(@NotNull
@NotNull GuiManager guiManager)
guiManager - the gui manager to forward toprotected void execute(boolean checked)
CheckBoxOptionexecute in class CheckBoxOptionchecked - whether the checkbox option is checkedpublic boolean isDefaultChecked()
CheckBoxOptionCheckBoxOption.isChecked().isDefaultChecked in class CheckBoxOption