|
ElegantJ Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.elegantj.awt.table.TableSortEvent
TableSort is used to notify interested parties that state has changed in the event source
| Field Summary | |
static int |
AFTER_SORTING
The event id represents the event for the after sorting |
static int |
BEFORE_SORTING
The event id represents the event for the before sorting |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
TableSortEvent(java.lang.Object source,
int eventID,
int[] columnIndexes,
boolean[] sortOrders)
Constructs a TableSortEvent object. |
|
| Method Summary | |
int[] |
getColumnIndexes()
This method returns The column indexes on to which sort performed |
int |
getEventID()
Returns the eventID for this event The possible values are |
boolean[] |
getSortOrders()
Returns the sortOrders for the columns |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static int BEFORE_SORTING
public static int AFTER_SORTING
| Constructor Detail |
public TableSortEvent(java.lang.Object source,
int eventID,
int[] columnIndexes,
boolean[] sortOrders)
source - the Object that is the source of the eventcolumnIndexes - The The column indexes on to which sort perforedsortOrders - the array consist of the sort orders either ascending or descending| Method Detail |
public int[] getColumnIndexes()
public boolean[] getSortOrders()
public int getEventID()
|
ElegantJ Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||