net.refractions.udig.ui
Class DisplayErrorCellListener

java.lang.Object
  extended by net.refractions.udig.ui.DisplayErrorCellListener

public class DisplayErrorCellListener
extends java.lang.Object

Writes a message to the Status Line if available and changes the BackgroundColor of the editor if possible.

Since:
1.1.0
Author:
Jesse

Constructor Summary
DisplayErrorCellListener(CellEditor editor)
           
 
Method Summary
 void applyEditorValue()
           
 void cancelEditor()
           
 void editorValueChanged(boolean oldValidState, boolean newValidState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayErrorCellListener

public DisplayErrorCellListener(CellEditor editor)
Method Detail

applyEditorValue

public void applyEditorValue()

cancelEditor

public void cancelEditor()

editorValueChanged

public void editorValueChanged(boolean oldValidState,
                               boolean newValidState)