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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddPropertyChangeListener(PropertyChangeListener listener) Deprecated.Deprecated.Deprecated.Deprecated.String[]getTags()Deprecated.getValue()Deprecated.booleanDeprecated.voidpaintValue(Graphics gfx, Rectangle box) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.booleanDeprecated. 
- 
Constructor Details
- 
DateEditor
public DateEditor()Deprecated. 
 - 
 - 
Method Details
- 
setValue
Deprecated.- Specified by:
 setValuein interfacePropertyEditor
 - 
getValue
Deprecated.- Specified by:
 getValuein interfacePropertyEditor
 - 
isPaintable
public boolean isPaintable()Deprecated.- Specified by:
 isPaintablein interfacePropertyEditor
 - 
paintValue
Deprecated.- Specified by:
 paintValuein interfacePropertyEditor
 - 
getJavaInitializationString
Deprecated.- Specified by:
 getJavaInitializationStringin interfacePropertyEditor
 - 
getAsText
Deprecated.- Specified by:
 getAsTextin interfacePropertyEditor
 - 
setAsText
Deprecated.- Specified by:
 setAsTextin interfacePropertyEditor- Throws:
 IllegalArgumentException
 - 
getTags
Deprecated.- Specified by:
 getTagsin interfacePropertyEditor
 - 
getCustomEditor
Deprecated.- Specified by:
 getCustomEditorin interfacePropertyEditor
 - 
supportsCustomEditor
public boolean supportsCustomEditor()Deprecated.- Specified by:
 supportsCustomEditorin interfacePropertyEditor
 - 
addPropertyChangeListener
Deprecated.- Specified by:
 addPropertyChangeListenerin interfacePropertyEditor
 - 
removePropertyChangeListener
Deprecated.- Specified by:
 removePropertyChangeListenerin interfacePropertyEditor
 
 -