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
-
DateEditor
public DateEditor()Default constructor
-
-
Method Details
-
setValue
- Specified by:
setValue
in interfacePropertyEditor
-
getValue
- Specified by:
getValue
in interfacePropertyEditor
-
isPaintable
public boolean isPaintable()- Specified by:
isPaintable
in interfacePropertyEditor
-
paintValue
- Specified by:
paintValue
in interfacePropertyEditor
-
getJavaInitializationString
- Specified by:
getJavaInitializationString
in interfacePropertyEditor
-
getAsText
- Specified by:
getAsText
in interfacePropertyEditor
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Throws:
IllegalArgumentException
-
getTags
- Specified by:
getTags
in interfacePropertyEditor
-
getCustomEditor
- Specified by:
getCustomEditor
in interfacePropertyEditor
-
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
supportsCustomEditor
in interfacePropertyEditor
-
addPropertyChangeListener
- Specified by:
addPropertyChangeListener
in interfacePropertyEditor
-
removePropertyChangeListener
- Specified by:
removePropertyChangeListener
in interfacePropertyEditor
-