IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.xui.editors
Class ComboCellEditor

java.lang.Object
  extended by com.ibm.btt.rcp.xui.editors.ComboCellEditor
All Implemented Interfaces:
ICellEditor

public class ComboCellEditor
extends java.lang.Object
implements ICellEditor

Cell Editor with Combobox


Constructor Summary
ComboCellEditor()
           
 
Method Summary
 org.eclipse.jface.viewers.CellEditor createCellEditor(org.eclipse.swt.widgets.Composite parent)
          Create org.eclipse.jface.viewers.CellEditor instance
 java.lang.Object fromEditorValue(java.lang.Object value)
          Get value from XUI table cell editor
 java.lang.String[] getItems()
          Get the items that Combobox contains
 void setItems(java.lang.String[] items)
          Set the items that Combobox contains
 java.lang.Object toEditorValue(java.lang.Object value)
          Set value to XUI table cell editor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboCellEditor

public ComboCellEditor()
Method Detail

getItems

public java.lang.String[] getItems()
Get the items that Combobox contains

Returns:

setItems

public void setItems(java.lang.String[] items)
Set the items that Combobox contains

Parameters:
items -

createCellEditor

public org.eclipse.jface.viewers.CellEditor createCellEditor(org.eclipse.swt.widgets.Composite parent)
Description copied from interface: ICellEditor
Create org.eclipse.jface.viewers.CellEditor instance

Specified by:
createCellEditor in interface ICellEditor
Returns:

toEditorValue

public java.lang.Object toEditorValue(java.lang.Object value)
Description copied from interface: ICellEditor
Set value to XUI table cell editor

Specified by:
toEditorValue in interface ICellEditor
Returns:

fromEditorValue

public java.lang.Object fromEditorValue(java.lang.Object value)
Description copied from interface: ICellEditor
Get value from XUI table cell editor

Specified by:
fromEditorValue in interface ICellEditor
Returns:

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009