|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.unibe.iam.scg.archie.model.DatasetTableColumnSorter
public class DatasetTableColumnSorter
Handles dataset sorting according to the table and it's sorting column and direction. This class is used by the controller (action that starts a new statistic) to attach this listener to the latest result table, so that sorting the table is reflected on the dataset. This is needed in order to have a properly sorted table (and the cloned dataset) in the chart wizard.
$Id$
Constructor Summary | |
---|---|
DatasetTableColumnSorter(org.eclipse.swt.widgets.Table table,
DataSet dataset)
Public constructor. |
Method Summary | |
---|---|
void |
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
|
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatasetTableColumnSorter(org.eclipse.swt.widgets.Table table, DataSet dataset)
table
- Table whose sorting will be synched wit the dataset.dataset
- Dataset that will be sorted each time the table is sorted.Method Detail |
---|
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
widgetDefaultSelected
in interface org.eclipse.swt.events.SelectionListener
SelectionListener.widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent)
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
widgetSelected
in interface org.eclipse.swt.events.SelectionListener
SelectionListener.widgetSelected(org.eclipse.swt.events.SelectionEvent)
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |