Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hpoListView #58

Closed
pnrobinson opened this issue Apr 8, 2018 · 1 comment
Closed

hpoListView #58

pnrobinson opened this issue Apr 8, 2018 · 1 comment

Comments

@pnrobinson
Copy link
Member

In AnnotateTabController

    // TODO currently, this list is taking both HPO_CLass_Found and String at different parts of the app.
    @FXML private ListView hpoListView;

We should have a list take only one data type, and the type should always be declared. I tried this

 @FXML private ListView<HPO_Class_Found> hpoListView;

But there is one place in the code where the list is being initialized with a String.

@kingmanzhang
Copy link
Member

This has been addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants