Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbirkner/sfb-propertyeditors
A few classes for everybody who is working with property editors.
https://github.com/stefanbirkner/sfb-propertyeditors
Last synced: about 1 month ago
JSON representation
A few classes for everybody who is working with property editors.
- Host: GitHub
- URL: https://github.com/stefanbirkner/sfb-propertyeditors
- Owner: stefanbirkner
- Created: 2012-12-11T08:19:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T23:54:40.000Z (about 9 years ago)
- Last Synced: 2023-07-01T00:04:42.894Z (over 1 year ago)
- Language: Java
- Homepage: http://stefanbirkner.github.io/sfb-propertyeditors/
- Size: 379 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
sfb-propertyeditors
===================This small library has a few classes for everybody who is working with
PropertyEditors.com.github.stefanbirkner.editors.SfbPropertyEditorSupport
---------------------------------------------------------The SfbPropertyEditorSupport makes it easy to create your own
PropertyEditorSupport. You only have to provider a mapper that maps Strings
to objects. Listener support and storing of the value is already done by
SfbPropertyEditorSupport.com.github.stefanbirkner.editors.SfbEnumEditor
----------------------------------------------A SfbEnumEditor is a property editor for enums. The only difference to Java's
built-in editor is that it maps empty strings to null.com.github.stefanbirkner.editors.PropertyEditorWithMapper
---------------------------------------------------------An PropertyEditorWithMapper modifies the text input and output of another
PropertyEditor. A configurable mapper is used for the mapping.When somebody calls setAsText(...) on the new editor, then it uses the mapper
to modify the text before it is supplied to the original PropertyEditor. The
same happens when somebody calls getAsText().com.github.stefanbirkner.editors.EnumEditor
----------------------------------------------It is a replacement for Java's built-in enum editor. Java's editor is only an
internal class and therefore should not be used outside of Java. This class is
expected to be used by you.Use the Maven repository
------------------------com.github.stefanbirkner
sfb-propertyeditors
2.0.0