Package fileLogic.editors
Class DateEditor
java.lang.Object
fileLogic.editors.DateEditor
- All Implemented Interfaces:
PropertyEditor
Deprecated.
out of support since 3.0 / now we're maintaining database logic
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPropertyChangeListener
(PropertyChangeListener listener) Deprecated.Deprecated.Deprecated.Deprecated.String[]
getTags()
Deprecated.getValue()
Deprecated.boolean
Deprecated.void
paintValue
(Graphics gfx, Rectangle box) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.boolean
Deprecated.
-
Constructor Details
-
DateEditor
public DateEditor()Deprecated.
-
-
Method Details
-
setValue
Deprecated.- Specified by:
setValue
in interfacePropertyEditor
-
getValue
Deprecated.- Specified by:
getValue
in interfacePropertyEditor
-
isPaintable
public boolean isPaintable()Deprecated.- Specified by:
isPaintable
in interfacePropertyEditor
-
paintValue
Deprecated.- Specified by:
paintValue
in interfacePropertyEditor
-
getJavaInitializationString
Deprecated.- Specified by:
getJavaInitializationString
in interfacePropertyEditor
-
getAsText
Deprecated.- Specified by:
getAsText
in interfacePropertyEditor
-
setAsText
Deprecated.- Specified by:
setAsText
in interfacePropertyEditor
- Throws:
IllegalArgumentException
-
getTags
Deprecated.- Specified by:
getTags
in interfacePropertyEditor
-
getCustomEditor
Deprecated.- Specified by:
getCustomEditor
in interfacePropertyEditor
-
supportsCustomEditor
public boolean supportsCustomEditor()Deprecated.- Specified by:
supportsCustomEditor
in interfacePropertyEditor
-
addPropertyChangeListener
Deprecated.- Specified by:
addPropertyChangeListener
in interfacePropertyEditor
-
removePropertyChangeListener
Deprecated.- Specified by:
removePropertyChangeListener
in interfacePropertyEditor
-