public static class StyleSetting.BooleanStyleSetting extends java.lang.Object implements StyleSetting
StyleSetting.BooleanStyleSetting
Modifier and Type | Field and Description |
---|---|
boolean |
def |
java.lang.String |
label |
StyleSource |
parentStyle |
java.lang.String |
prefKey |
Constructor and Description |
---|
BooleanStyleSetting(StyleSource parentStyle,
java.lang.String prefKey,
java.lang.String label,
boolean def) |
Modifier and Type | Method and Description |
---|---|
void |
addMenuEntry(javax.swing.JMenu menu) |
static StyleSetting.BooleanStyleSetting |
create(Cascade c,
StyleSource parentStyle,
java.lang.String key) |
java.lang.Object |
getValue() |
public final StyleSource parentStyle
public final java.lang.String prefKey
public final java.lang.String label
public final boolean def
public BooleanStyleSetting(StyleSource parentStyle, java.lang.String prefKey, java.lang.String label, boolean def)
public void addMenuEntry(javax.swing.JMenu menu)
addMenuEntry
in interface StyleSetting
public static StyleSetting.BooleanStyleSetting create(Cascade c, StyleSource parentStyle, java.lang.String key)
public java.lang.Object getValue()
getValue
in interface StyleSetting