com.tssap.util.ui.viewer.table.column
Interface IColumnHandler

All Known Implementing Classes:
com.tssap.util.ui.viewer.table.column.AbstractColumnHandler

public interface IColumnHandler

Version:
1.0

Method Summary
 boolean canModify(int pRow)
           
 org.eclipse.jface.viewers.CellEditor getCellEditor(org.eclipse.swt.widgets.Composite pParent)
           
 org.eclipse.swt.graphics.Image getImage(int pRow)
           
 java.lang.String getText(int pRow)
           
 java.lang.Object getValue(int pRow)
           
 void modify(int pRow, java.lang.Object pNewValue)
           
 

Method Detail

canModify

public boolean canModify(int pRow)

modify

public void modify(int pRow,
                   java.lang.Object pNewValue)

getImage

public org.eclipse.swt.graphics.Image getImage(int pRow)

getText

public java.lang.String getText(int pRow)

getValue

public java.lang.Object getValue(int pRow)

getCellEditor

public org.eclipse.jface.viewers.CellEditor getCellEditor(org.eclipse.swt.widgets.Composite pParent)


Copyright © 2005 SAP AG. All Rights Reserved.