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 07, 2014
  4. Aug 06, 2014
  5. Aug 05, 2014
  6. Jul 31, 2014
  7. Jul 30, 2014
  8. Jul 29, 2014
  9. Jul 28, 2014
  10. Jul 24, 2014
  11. Jul 23, 2014
  12. Jul 22, 2014
Loading