semorg.gui.provider
Class PublicPresentationTableProvider
java.lang.Object
semorg.gui.provider.PresentationTableProvider
semorg.gui.provider.PublicPresentationTableProvider
- All Implemented Interfaces:
- org.eclipse.jface.viewers.IBaseLabelProvider, org.eclipse.jface.viewers.ITableLabelProvider
public class PublicPresentationTableProvider
- extends PresentationTableProvider
This class provides the data of the items in the GUI table in the
PublicPresentationListWindow.
|
Method Summary |
String |
getColumnText(Object input,
int column)
Returns for given object and column number the appropriate value from the
object for the specified column. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublicPresentationTableProvider
public PublicPresentationTableProvider()
getColumnText
public String getColumnText(Object input,
int column)
- Returns for given object and column number the appropriate value from the
object for the specified column.
- Specified by:
getColumnText in interface org.eclipse.jface.viewers.ITableLabelProvider- Overrides:
getColumnText in class PresentationTableProvider
- Parameters:
input - the object which contains the informationcolumn - the number of the column which should display a particular
attribute of the given object.
- Returns:
- particular attribute as a String.