com.tssap.util.ui.viewer.table.column
Class NumerikColumnHandler
java.lang.Object
|
+--com.tssap.util.ui.viewer.table.column.AbstractColumnHandler
|
+--com.tssap.util.ui.viewer.table.column.NumerikColumnHandler
- All Implemented Interfaces:
- IColumnHandler
- public class NumerikColumnHandler
- extends com.tssap.util.ui.viewer.table.column.AbstractColumnHandler
- 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)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCellEditor
public org.eclipse.jface.viewers.CellEditor getCellEditor(org.eclipse.swt.widgets.Composite pParent)
- Overrides:
getCellEditor in class com.tssap.util.ui.viewer.table.column.AbstractColumnHandler
canModify
public boolean canModify(int pRow)
- Specified by:
canModify in interface IColumnHandler
modify
public void modify(int pRow,
java.lang.Object pNewValue)
- Specified by:
modify in interface IColumnHandler
getValue
public java.lang.Object getValue(int pRow)
- Specified by:
getValue in interface IColumnHandler
getImage
public org.eclipse.swt.graphics.Image getImage(int pRow)
- Specified by:
getImage in interface IColumnHandler
getText
public java.lang.String getText(int pRow)
- Specified by:
getText in interface IColumnHandler
Copyright © 2005 SAP AG. All Rights Reserved.