|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
gui.componentEditor.propertyeditor.TextPropertyEditorSupport
gui.componentEditor.propertyeditor.DateEditor
public class DateEditor
A property editor for Date typed properties.
| Constructor Summary | |
|---|---|
DateEditor()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue()
Convert the text value of the property into a Date object instance. |
| Methods inherited from class gui.componentEditor.propertyeditor.TextPropertyEditorSupport |
|---|
setAsText |
| Methods inherited from class java.beans.PropertyEditorSupport |
|---|
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateEditor()
| Method Detail |
|---|
public java.lang.Object getValue()
getValue in interface java.beans.PropertyEditorgetValue in class java.beans.PropertyEditorSupportPropertyEditorException - Unable to parse the string value into a Date.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||