Package fileLogic.editors
Class DateEditor
java.lang.Object
fileLogic.editors.DateEditor
- All Implemented Interfaces:
- PropertyEditor
Example of editor, that uses in fileLogic to convert String into object.
 You should register your editor class in Loader by using their static method.
- Since:
- 1.0
- See Also:
- 
Constructor Details- 
DateEditorpublic DateEditor()Default constructor
 
- 
- 
Method Details- 
setValue- Specified by:
- setValuein interface- PropertyEditor
 
- 
getValue- Specified by:
- getValuein interface- PropertyEditor
 
- 
isPaintablepublic boolean isPaintable()- Specified by:
- isPaintablein interface- PropertyEditor
 
- 
paintValue- Specified by:
- paintValuein interface- PropertyEditor
 
- 
getJavaInitializationString- Specified by:
- getJavaInitializationStringin interface- PropertyEditor
 
- 
getAsText- Specified by:
- getAsTextin interface- PropertyEditor
 
- 
setAsText- Specified by:
- setAsTextin interface- PropertyEditor
- Throws:
- IllegalArgumentException
 
- 
getTags- Specified by:
- getTagsin interface- PropertyEditor
 
- 
getCustomEditor- Specified by:
- getCustomEditorin interface- PropertyEditor
 
- 
supportsCustomEditorpublic boolean supportsCustomEditor()- Specified by:
- supportsCustomEditorin interface- PropertyEditor
 
- 
addPropertyChangeListener- Specified by:
- addPropertyChangeListenerin interface- PropertyEditor
 
- 
removePropertyChangeListener- Specified by:
- removePropertyChangeListenerin interface- PropertyEditor
 
 
-