You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Oliver Ferschke (Created) (JIRA)" <de...@uima.apache.org> on 2011/12/05 14:45:39 UTC

[jira] [Created] (UIMA-2298) CasEditor Edit View: Display boolean feature values as check boxes

CasEditor Edit View: Display boolean feature values as check boxes
------------------------------------------------------------------

                 Key: UIMA-2298
                 URL: https://issues.apache.org/jira/browse/UIMA-2298
             Project: UIMA
          Issue Type: Improvement
          Components: CasEditor
    Affects Versions: 2.4.0SDK
         Environment: Eclipse 3.7.1, UIMA 2.3, Oracle Java 6, Ubuntu 11.10
            Reporter: Oliver Ferschke
            Priority: Minor


In my (subjective) opinion, it would be more efficient to display boolean feature values as checkboxes rather than dropdown lists with "true"/"false" values.

This would simplify annotation tasks in which many boolean values have to be changed.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (UIMA-2298) CasEditor Edit View: Display boolean feature values as check boxes

Posted by "Joern Kottmann (Resolved) (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joern Kottmann resolved UIMA-2298.
----------------------------------

    Resolution: Fixed
      Assignee: Joern Kottmann

Please pardon the long delay between attaching the patch and taking care of it.

The patch is now applied. Thanks for providing it!

The issue is resolved now, please test it and then if it works for you close the issue.
                
> CasEditor Edit View: Display boolean feature values as check boxes
> ------------------------------------------------------------------
>
>                 Key: UIMA-2298
>                 URL: https://issues.apache.org/jira/browse/UIMA-2298
>             Project: UIMA
>          Issue Type: Improvement
>          Components: CasEditor
>    Affects Versions: 2.4.0SDK
>         Environment: Eclipse 3.7.1, UIMA 2.3, Oracle Java 6, Ubuntu 11.10
>            Reporter: Oliver Ferschke
>            Assignee: Joern Kottmann
>            Priority: Minor
>         Attachments: UIMA-2298.patch
>
>
> In my (subjective) opinion, it would be more efficient to display boolean feature values as checkboxes rather than dropdown lists with "true"/"false" values.
> This would simplify annotation tasks in which many boolean values have to be changed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (UIMA-2298) CasEditor Edit View: Display boolean feature values as check boxes

Posted by "Joern Kottmann (Updated) (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joern Kottmann updated UIMA-2298:
---------------------------------

    Fix Version/s: 2.4.1SDK
    
> CasEditor Edit View: Display boolean feature values as check boxes
> ------------------------------------------------------------------
>
>                 Key: UIMA-2298
>                 URL: https://issues.apache.org/jira/browse/UIMA-2298
>             Project: UIMA
>          Issue Type: Improvement
>          Components: CasEditor
>    Affects Versions: 2.4.0SDK
>         Environment: Eclipse 3.7.1, UIMA 2.3, Oracle Java 6, Ubuntu 11.10
>            Reporter: Oliver Ferschke
>            Assignee: Joern Kottmann
>            Priority: Minor
>             Fix For: 2.4.1SDK
>
>         Attachments: UIMA-2298.patch
>
>
> In my (subjective) opinion, it would be more efficient to display boolean feature values as checkboxes rather than dropdown lists with "true"/"false" values.
> This would simplify annotation tasks in which many boolean values have to be changed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (UIMA-2298) CasEditor Edit View: Display boolean feature values as check boxes

Posted by "Joern Kottmann (Commented) (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13162865#comment-13162865 ] 

Joern Kottmann commented on UIMA-2298:
--------------------------------------

Do you want to provide a patch?
                
> CasEditor Edit View: Display boolean feature values as check boxes
> ------------------------------------------------------------------
>
>                 Key: UIMA-2298
>                 URL: https://issues.apache.org/jira/browse/UIMA-2298
>             Project: UIMA
>          Issue Type: Improvement
>          Components: CasEditor
>    Affects Versions: 2.4.0SDK
>         Environment: Eclipse 3.7.1, UIMA 2.3, Oracle Java 6, Ubuntu 11.10
>            Reporter: Oliver Ferschke
>            Priority: Minor
>
> In my (subjective) opinion, it would be more efficient to display boolean feature values as checkboxes rather than dropdown lists with "true"/"false" values.
> This would simplify annotation tasks in which many boolean values have to be changed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (UIMA-2298) CasEditor Edit View: Display boolean feature values as check boxes

Posted by "Oliver Ferschke (Commented) (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166264#comment-13166264 ] 

Oliver Ferschke commented on UIMA-2298:
---------------------------------------

Hi there,
I did not have much time the last couple of days.

What exactly do we want here?
One-Click toggle of the true/false values without changing the current appearance?
Or display as a checkbox?

I just implemented the first solution, because I found that integrating checkboxes in individual cells is kind of a pain here.
Some people even suggested using images of checked/unchecked boxes in this context - which I find just awful.

However, I don't have a lot of experiences with JFace etc. Maybe there's a simple solution.

I'll attach the quick and simple version with one-click-toggle. Maybe someone else wants to do the checkbox-version.



                
> CasEditor Edit View: Display boolean feature values as check boxes
> ------------------------------------------------------------------
>
>                 Key: UIMA-2298
>                 URL: https://issues.apache.org/jira/browse/UIMA-2298
>             Project: UIMA
>          Issue Type: Improvement
>          Components: CasEditor
>    Affects Versions: 2.4.0SDK
>         Environment: Eclipse 3.7.1, UIMA 2.3, Oracle Java 6, Ubuntu 11.10
>            Reporter: Oliver Ferschke
>            Priority: Minor
>         Attachments: UIMA-2298.patch
>
>
> In my (subjective) opinion, it would be more efficient to display boolean feature values as checkboxes rather than dropdown lists with "true"/"false" values.
> This would simplify annotation tasks in which many boolean values have to be changed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (UIMA-2298) CasEditor Edit View: Display boolean feature values as check boxes

Posted by "Oliver Ferschke (Updated) (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Ferschke updated UIMA-2298:
----------------------------------

    Attachment: UIMA-2298.patch
    
> CasEditor Edit View: Display boolean feature values as check boxes
> ------------------------------------------------------------------
>
>                 Key: UIMA-2298
>                 URL: https://issues.apache.org/jira/browse/UIMA-2298
>             Project: UIMA
>          Issue Type: Improvement
>          Components: CasEditor
>    Affects Versions: 2.4.0SDK
>         Environment: Eclipse 3.7.1, UIMA 2.3, Oracle Java 6, Ubuntu 11.10
>            Reporter: Oliver Ferschke
>            Priority: Minor
>         Attachments: UIMA-2298.patch
>
>
> In my (subjective) opinion, it would be more efficient to display boolean feature values as checkboxes rather than dropdown lists with "true"/"false" values.
> This would simplify annotation tasks in which many boolean values have to be changed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (UIMA-2298) CasEditor Edit View: Display boolean feature values as check boxes

Posted by "Joern Kottmann (Commented) (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13162782#comment-13162782 ] 

Joern Kottmann commented on UIMA-2298:
--------------------------------------

Yes, that is right. We should change it.

Currently we need two clicks to change a boolean value, with a check box just one click is needed.
                
> CasEditor Edit View: Display boolean feature values as check boxes
> ------------------------------------------------------------------
>
>                 Key: UIMA-2298
>                 URL: https://issues.apache.org/jira/browse/UIMA-2298
>             Project: UIMA
>          Issue Type: Improvement
>          Components: CasEditor
>    Affects Versions: 2.4.0SDK
>         Environment: Eclipse 3.7.1, UIMA 2.3, Oracle Java 6, Ubuntu 11.10
>            Reporter: Oliver Ferschke
>            Priority: Minor
>
> In my (subjective) opinion, it would be more efficient to display boolean feature values as checkboxes rather than dropdown lists with "true"/"false" values.
> This would simplify annotation tasks in which many boolean values have to be changed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (UIMA-2298) CasEditor Edit View: Display boolean feature values as check boxes

Posted by "Oliver Ferschke (Closed) (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Ferschke closed UIMA-2298.
---------------------------------


Works like a charm. Thanks for integrating the patch.
                
> CasEditor Edit View: Display boolean feature values as check boxes
> ------------------------------------------------------------------
>
>                 Key: UIMA-2298
>                 URL: https://issues.apache.org/jira/browse/UIMA-2298
>             Project: UIMA
>          Issue Type: Improvement
>          Components: CasEditor
>    Affects Versions: 2.4.0SDK
>         Environment: Eclipse 3.7.1, UIMA 2.3, Oracle Java 6, Ubuntu 11.10
>            Reporter: Oliver Ferschke
>            Assignee: Joern Kottmann
>            Priority: Minor
>             Fix For: 2.4.1SDK
>
>         Attachments: UIMA-2298.patch
>
>
> In my (subjective) opinion, it would be more efficient to display boolean feature values as checkboxes rather than dropdown lists with "true"/"false" values.
> This would simplify annotation tasks in which many boolean values have to be changed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira