Public Member Functions | Static Public Attributes | Protected Attributes

alma.acs.alarmsanalyzer.view.TableViewBase.TableSorterBase Class Reference

Inheritance diagram for alma.acs.alarmsanalyzer.view.TableViewBase.TableSorterBase:
alma.acs.alarmsanalyzer.view.ChatteringView.ChatteringTableSorter alma.acs.alarmsanalyzer.view.MFAView.TableSorter

List of all members.

Public Member Functions

 TableSorterBase (int colIndex, int order)
void setColumn (int column)
abstract int compare (Viewer viewer, Object e1, Object e2)

Static Public Attributes

static final int ASCENDING = 0
static final int DESCENDING = 1

Protected Attributes

int colIndex
int order

Detailed Description

A base class to sort the table by ascending/descending order of a column

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.alarmsanalyzer.view.TableViewBase.TableSorterBase.TableSorterBase ( int  colIndex,
int  order 
)

Constructor

Parameters:
colIndex The index of the column to sort
order The order ascending/descending

Member Function Documentation

abstract int alma.acs.alarmsanalyzer.view.TableViewBase.TableSorterBase.compare ( Viewer  viewer,
Object  e1,
Object  e2 
) [pure virtual]
void alma.acs.alarmsanalyzer.view.TableViewBase.TableSorterBase.setColumn ( int  column  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties