public static class RuntimeAdjust.BooleanAdjust extends Object implements ActionListener
| Constructor and Description |
|---|
BooleanAdjust(String descrip,
String name,
PrefsConfig config,
boolean defval) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
boolean |
getValue() |
void |
propertyChange(PropertyChangeEvent evt) |
void |
setValue(boolean value) |
public BooleanAdjust(String descrip, String name, PrefsConfig config, boolean defval)
public final boolean getValue()
public void setValue(boolean value)
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerCopyright © 2015. All rights reserved.