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

How to bind a widget within the table cell ? #166

Open
reevik opened this issue Dec 24, 2013 · 3 comments
Open

How to bind a widget within the table cell ? #166

reevik opened this issue Dec 24, 2013 · 3 comments

Comments

@reevik
Copy link

reevik commented Dec 24, 2013

How to bind a widget within the table cell ?
Is there a way to define TableModel using widget instances ?

@daveray
Copy link
Collaborator

daveray commented Dec 26, 2013

The table support in Seesaw is pretty limited, so you're pretty much stuck using raw Swing if you want to do this stuff.

@WickedShell
Copy link

Is there an interest in adding table features overall? I'm currently hacking around seesaw when working with tables at the moment, but if there's interest I can clean up the dirty hacks I'm doing now and submit pull requests.

I just spent my day using update-proxy to twiddle table-model to support editable cells, as well as listeners for cell changes. It'd be worth my time to clean it up as part of the seesaw code rather then with a collection of update-proxy's that I maintain in my code. (It should be noted that I might have to move off into TreeTable's or SwingX TreeTable's but I will be leveraging the existing method/structure here as much as possible)

@daveray
Copy link
Collaborator

daveray commented Jun 19, 2015

@WickedShell I'd be happy to take improvements to the table support. JTable's a monster (and everyone wants tables to behave differently) which is why there's not much there at the moment.

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

3 participants