net.refractions.udig.ui
Class BooleanCellEditor

java.lang.Object
  extended by ComboBoxCellEditor
      extended by net.refractions.udig.ui.BooleanCellEditor

public class BooleanCellEditor
extends ComboBoxCellEditor

Cell editor for Boolean choices

Since:
1.1.0
Author:
Jesse

Constructor Summary
BooleanCellEditor(Composite control)
           
 
Method Summary
protected  java.lang.Object doGetValue()
           
protected  void doSetValue(java.lang.Object value)
           
protected  boolean isCorrect(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanCellEditor

public BooleanCellEditor(Composite control)
Method Detail

isCorrect

protected boolean isCorrect(java.lang.Object value)

doGetValue

protected java.lang.Object doGetValue()

doSetValue

protected void doSetValue(java.lang.Object value)