com.samskivert.swing
Class RuntimeAdjust.BooleanAdjust
java.lang.Object
com.samskivert.swing.RuntimeAdjust.Adjust
com.samskivert.swing.RuntimeAdjust.BooleanAdjust
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Comparable<RuntimeAdjust.Adjust>, EventListener
- Enclosing class:
- RuntimeAdjust
public static class RuntimeAdjust.BooleanAdjust
- extends RuntimeAdjust.Adjust
- implements ActionListener
Provides runtime adjustable boolean variables.
_value
protected boolean _value
_valbox
protected JCheckBox _valbox
RuntimeAdjust.BooleanAdjust
public RuntimeAdjust.BooleanAdjust(String descrip,
String name,
PrefsConfig config,
boolean defval)
getValue
public final boolean getValue()
setValue
public void setValue(boolean value)
populateEditor
protected void populateEditor(JPanel editor)
- Specified by:
populateEditor in class RuntimeAdjust.Adjust
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed in interface ActionListener
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange in interface PropertyChangeListener
adjusted
protected void adjusted(boolean newValue)
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.