Skip to content
Snippets Groups Projects
  1. Aug 25, 2014
    • Simon Barner's avatar
      - IAnnotationValueProvider · b0f2d575
      Simon Barner authored
       - add setAnnotationValue(String value, T specification) in addition to setAnnotationValue(V value, T specification) variant
       - This enables to use the String-based AnnotationEditingSupportStandard for non-String annotations.
       - Concrete AnnotationValueProviders must implement this method and convert the String representation of the input to the storage format provided by the respective annotation class (e.g., for Double, just by using the Double(String) constructor)
       - The current implementation  has been tested with String, Double, enum and multiple value String annotations
      
      - TODO:
        - Cleanup of IAnnotationValueProvider
        - Base class hierarchy for common concrete annotation value providers
        - multiple value annotation support in GenericAnnotationView
      b0f2d575
    • Simon Barner's avatar
  2. Aug 20, 2014
  3. Aug 05, 2014
  4. Jul 30, 2014
  5. Jul 29, 2014
  6. Jul 28, 2014
  7. Jul 21, 2014
  8. Jul 11, 2014
  9. Jul 10, 2014
  10. Jun 27, 2014
  11. Jun 23, 2014
  12. Jun 18, 2014
  13. Jun 12, 2014
  14. Jun 11, 2014
  15. May 30, 2014
  16. May 23, 2014
  17. Apr 11, 2014
  18. Mar 24, 2014
  19. Mar 21, 2014
  20. Mar 17, 2014
  21. Mar 10, 2014
  22. Feb 03, 2014
  23. Jan 14, 2014
  24. Jan 13, 2014
  25. Dec 18, 2013
  26. Nov 20, 2013
  27. Nov 11, 2013
    • Son Lam Pham's avatar
      · 3d729548
      Son Lam Pham authored
      refs 1778
      3d729548
  28. Sep 27, 2013
  29. Sep 25, 2013
  30. Sep 23, 2013
  31. Sep 20, 2013
Loading