com.netbreeze.swing.editors
Class DateEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.netbreeze.swing.editors.DateEditor
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener, java.beans.PropertyEditor

public class DateEditor
extends java.beans.PropertyEditorSupport
implements java.beans.PropertyChangeListener


Constructor Summary
DateEditor()
           
 
Method Summary
 java.awt.Component getCustomEditor()
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void setValue(java.lang.Object newValue)
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateEditor

public DateEditor()
Method Detail

setValue

public void setValue(java.lang.Object newValue)
Overrides:
setValue in class java.beans.PropertyEditorSupport

getCustomEditor

public java.awt.Component getCustomEditor()
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport

supportsCustomEditor

public boolean supportsCustomEditor()
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener