net.refractions.udig.validation.ui
Class AmbiguousCellEditor

java.lang.Object
  extended by CellEditor
      extended by net.refractions.udig.validation.ui.AmbiguousCellEditor

public class AmbiguousCellEditor
extends CellEditor


Constructor Summary
AmbiguousCellEditor(Composite parent, int style)
           
AmbiguousCellEditor(Composite parent, Table table, java.util.ArrayList<java.lang.String> layersList, java.util.ArrayList<java.lang.String> typeRefsList)
           
 
Method Summary
protected  Control createControl(Composite parent)
           
protected  java.lang.Object doGetValue()
           
protected  void doSetFocus()
           
protected  void doSetValue(java.lang.Object value)
           
 Control getControl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmbiguousCellEditor

public AmbiguousCellEditor(Composite parent,
                           Table table,
                           java.util.ArrayList<java.lang.String> layersList,
                           java.util.ArrayList<java.lang.String> typeRefsList)

AmbiguousCellEditor

public AmbiguousCellEditor(Composite parent,
                           int style)
Method Detail

createControl

protected Control createControl(Composite parent)

getControl

public Control getControl()

doGetValue

protected java.lang.Object doGetValue()

doSetFocus

protected void doSetFocus()

doSetValue

protected void doSetValue(java.lang.Object value)