net.refractions.udig.ui
Class WarningCellEditor

java.lang.Object
  extended by CellEditor
      extended by net.refractions.udig.ui.WarningCellEditor

public class WarningCellEditor
extends CellEditor

A Cell editor that tells the user a message. For example: I'm sorry this cell cannot be edited ( or some such ).

Since:
1.1.0
Author:
Jesse

Constructor Summary
WarningCellEditor(Composite control, java.lang.String warning)
           
 
Method Summary
 void activate()
           
protected  Control createControl(Composite parent)
           
 void deactivate()
           
 void dispose()
           
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

WarningCellEditor

public WarningCellEditor(Composite control,
                         java.lang.String warning)
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)

dispose

public void dispose()

deactivate

public void deactivate()

activate

public void activate()