|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ucsb.nceas.morpho.util.SortTableCommand
Class to handle sorting table command
Constructor Summary | |
SortTableCommand(javax.swing.JTable myTable,
int myIndex,
java.lang.String myOrder)
Constructor of SortableCommand |
Method Summary | |
void |
execute(java.awt.event.ActionEvent event)
execute sort table command |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SortTableCommand(javax.swing.JTable myTable, int myIndex, java.lang.String myOrder)
myTable
- the table need to be sortedmyIndex
- the index of column in the table need to be sortedmyOrder
- the order need to be sortedMethod Detail |
public void execute(java.awt.event.ActionEvent event)
execute
in interface Command
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |