edu.psu.geovista.app.spreadsheet.tools
Class Sort

java.lang.Object
  extended byedu.psu.geovista.app.spreadsheet.tools.Sort
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class Sort
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
static int ASCEND
           
static int CLEAR
           
static int DESCEND
           
 
Constructor Summary
Sort(SSTable tb, int action)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLEAR

public static final int CLEAR
See Also:
Constant Field Values

ASCEND

public static final int ASCEND
See Also:
Constant Field Values

DESCEND

public static final int DESCEND
See Also:
Constant Field Values
Constructor Detail

Sort

public Sort(SSTable tb,
            int action)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.