Uses of Class
ami.gui.AMITableModel

Packages that use AMITableModel
ami.gui Contains all classes with graphical display ( swing widgets ) 
 

Uses of AMITableModel in ami.gui
 

Subclasses of AMITableModel in ami.gui
 class AMITableSorter
          This class is an adaptation for AMI of the TableSorter class given by SUN int he swing tutorial It isa decorator used by a JTable to give sorting capabilities Original autor: Philip Milne 1.5 12/17/97
 

Fields in ami.gui declared as AMITableModel
private  AMITableModel AMIControlCenter.atmPeers
           
private  AMITableModel AMIControlCenter.atmParam
           
 AMITableModel AMITableModelImpl.atm
           
private  AMITableModel AMITableSorter.model
          Stores a AMITableModel instance, used by the sorting decorator
 

Methods in ami.gui with parameters of type AMITableModel
 void AMITableModelImpl.setATM(AMITableModel atm)
           
 

Constructors in ami.gui with parameters of type AMITableModel
AMITableModelImpl(AMITableModel atm)
          Constructor : initialize the AMITableModel to use
AMITableModelArrayImpl(AMITableModel atm)
          Constructor : initialize the AMITableModel to use
AMITableModelVectorImpl(AMITableModel atm)
          Constructor : initialize the AMITableModel to use
AMITableModelHashtableImpl(AMITableModel atm)
          Constructor : initialize the AMITableModel to use
AMITableModelRTImpl(AMITableModel atm)
          Constructor : initialize the AMITableModel to use
AMITableSorter(AMITableModel model)