B.4. com.samscdrental.display.adt Package

 <  Day Day Up  >  

These are the two display widgets that correspond to the abstract data type (ADT) classes.

B.4.1. CustomerIDTextField.java

 public class CustomerIDTextField     extends JTextField     {     public CustomerIDTextField(  )     public CustomerID getCustomerID(  ) throws CustomerIDFormatDeviation     } 

B.4.2. PhysicalIDTextField.java

 public class PhysicalIDTextField     extends JTextField     {     public PhysicalIDTextField(  )     public PhysicalID getPhysicalID(  ) throws PhysicalIDFormatDeviation     } 

 <  Day Day Up  >  


Prefactoring
Prefactoring: Extreme Abstraction, Extreme Separation, Extreme Readability
ISBN: 0596008740
EAN: 2147483647
Year: 2005
Pages: 175
Authors: Ken Pugh

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net