|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for all classes that need to react on changes in the selection
Method Summary | |
void |
actionP(java.lang.String action,
java.lang.Object[] val1,
int[] val2,
double[] val3,
SelectionListener sel)
called if an Action was performed |
void |
selectionChanged(javax.swing.event.ListSelectionEvent e)
called if the selection has changed |
void |
sortingChanged(int index)
called if the a sorting was performed |
Method Detail |
public void selectionChanged(javax.swing.event.ListSelectionEvent e)
e
- the ListSelectionEventpublic void sortingChanged(int index)
index
- the id of the variable that was sortedpublic void actionP(java.lang.String action, java.lang.Object[] val1, int[] val2, double[] val3, SelectionListener sel)
action
- the String name of this actionval1
- the Objects that specify the actionval2
- the int values that specify the actionval3
- the double value that specify the actionsel
- the source of the action
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |