net.refractions.udig.ui
Class BasicTypeCellEditor

java.lang.Object
  extended by TextCellEditor
      extended by net.refractions.udig.ui.BasicTypeCellEditor

public class BasicTypeCellEditor
extends TextCellEditor

A Cell editor

Since:
1.1.0
Author:
Jesse

Constructor Summary
BasicTypeCellEditor(Composite composite, java.lang.Class<? extends java.lang.Object> type)
           
 
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

BasicTypeCellEditor

public BasicTypeCellEditor(Composite composite,
                           java.lang.Class<? extends java.lang.Object> type)
Method Detail

isCorrect

protected boolean isCorrect(java.lang.Object value)

doGetValue

protected java.lang.Object doGetValue()

doSetValue

protected void doSetValue(java.lang.Object value)