Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.unibe.iam.scg.archie.controller
Class TableManager

java.lang.Object
  extended by ch.unibe.iam.scg.archie.controller.TableManager

public class TableManager
extends java.lang.Object

Manages Tables.

$Id$


Method Summary
static TableManager getInstance()
          Returns an instance of this table manager.
 org.eclipse.swt.widgets.TableColumn getSortColumn()
           
 int getSortDirection()
           
 boolean hasTable()
           
 void setTable(org.eclipse.swt.widgets.Table table)
          Sets the table for this manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TableManager getInstance()
Returns an instance of this table manager.

Returns:
An instance of this table manager.

setTable

public void setTable(org.eclipse.swt.widgets.Table table)
Sets the table for this manager.

Parameters:
table - A SWT table reference from the result panel.

getSortDirection

public int getSortDirection()
Returns:
sorting direction

getSortColumn

public org.eclipse.swt.widgets.TableColumn getSortColumn()
Returns:
TableColumn which is used for sorting at the moment.

hasTable

public boolean hasTable()
Returns:
whether we have a table or not.

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013