sources
Interface SelectionListener

All Known Implementing Classes:
BarChartPanel, DataSetFrame, DotPlotPane, FlowerPanel, HistoPanel, MapPanel, MosaicPanel, PCPanel, ScatterPanel, SymmetryDiagramPanel, VarFrame

public interface SelectionListener

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

selectionChanged

public void selectionChanged(javax.swing.event.ListSelectionEvent e)
called if the selection has changed

Parameters:
e - the ListSelectionEvent

sortingChanged

public void sortingChanged(int index)
called if the a sorting was performed

Parameters:
index - the id of the variable that was sorted

actionP

public void actionP(java.lang.String action,
                    java.lang.Object[] val1,
                    int[] val2,
                    double[] val3,
                    SelectionListener sel)
called if an Action was performed

Parameters:
action - the String name of this action
val1 - the Objects that specify the action
val2 - the int values that specify the action
val3 - the double value that specify the action
sel - the source of the action