com.samskivert.swing
Class RuntimeAdjust.TextFieldAdjust
java.lang.Object
com.samskivert.swing.RuntimeAdjust.Adjust
com.samskivert.swing.RuntimeAdjust.TextFieldAdjust
- All Implemented Interfaces:
- ActionListener, FocusListener, PropertyChangeListener, Comparable<RuntimeAdjust.Adjust>, EventListener
- Direct Known Subclasses:
- RuntimeAdjust.IntAdjust
- Enclosing class:
- RuntimeAdjust
protected abstract static class RuntimeAdjust.TextFieldAdjust
- extends RuntimeAdjust.Adjust
- implements ActionListener, FocusListener
Base class for adjusts which use a text field for entry.
_valbox
protected JTextField _valbox
- The textbox that holds the value.
RuntimeAdjust.TextFieldAdjust
public RuntimeAdjust.TextFieldAdjust(String descrip,
String name,
PrefsConfig config)
populateEditor
protected void populateEditor(JPanel editor)
- Specified by:
populateEditor in class RuntimeAdjust.Adjust
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost in interface FocusListener
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.