dods.clients.importwizard
Class DArraySelector.BoundsVerifier

java.lang.Object
  extended by java.awt.event.FocusAdapter
      extended by dods.clients.importwizard.DArraySelector.BoundsVerifier
All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
DArraySelector

public class DArraySelector.BoundsVerifier
extends FocusAdapter


Constructor Summary
DArraySelector.BoundsVerifier(int lowerBound, int upperBound)
           
 
Method Summary
 void focusLost(FocusEvent evt)
           
 
Methods inherited from class java.awt.event.FocusAdapter
focusGained
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DArraySelector.BoundsVerifier

public DArraySelector.BoundsVerifier(int lowerBound,
                                     int upperBound)
Method Detail

focusLost

public void focusLost(FocusEvent evt)
Specified by:
focusLost in interface FocusListener
Overrides:
focusLost in class FocusAdapter