cytoscape.dialogs
Class IntegerEntryField.PositiveIntegerListener
java.lang.Object
cytoscape.dialogs.IntegerEntryField.PositiveIntegerListener
- All Implemented Interfaces:
- FocusListener, EventListener
- Enclosing class:
- IntegerEntryField
public class IntegerEntryField.PositiveIntegerListener
- extends Object
- implements FocusListener
IntegerEntryField.PositiveIntegerListener
public IntegerEntryField.PositiveIntegerListener(int defaultVal,
int maxval)
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interface FocusListener