Tagged Questions
2
votes
3answers
657 views
Is Glazedlists dead?
I've tried to download Glazedlists and virtually all useful links are dead (404 or go to empty/meaningless locations). I've googled about it and no mention of the project being abandoned, so I feel ...
2
votes
1answer
832 views
Database to GlazedList/Jtable and then edit the database through the GlazedList/JTable
I am able to break this problem down into two questions:
What is the best way to put the contents of a database (MS-Access) into a GlazedList/JTable?
How do I make sure any changes made to the ...
1
vote
1answer
57 views
Glazed Lists EventTableModel class stroked in NetBeans
I try to use Glazed List to create dinamically changed TableModel. All works fine, but class name EventTableModel is written strikethrough text (I use NetBeans IDE). I watch class implementation - no ...
0
votes
2answers
105 views
Views sorting and filtering: GlazedList sorting and filtering + JTable vs Glazed event list+JXTable
I want to create user views (tables) with sorting and filtering capabilities. I use EventList (Glazed Lists) as source for EventTableModel. There are also Sorted List and some filtering items in ...
0
votes
1answer
243 views
Out-of-table column sorting with Glazed Lists and a JXTable
I'm using Glazed Lists to sort and filter a JXTable.
How can I sort on out-of-table values? That is, I would like to be able to format column values in my own way, yet sort on raw values.
My current ...
0
votes
1answer
211 views
GlazedLists and JTable with multiple sources
I have 3 ArrayLists and a JTable.
I would like to be able to add/edit/remove elements from the selected (from one of the 3) ArrayList by selecting the elements in the JTable and for example clicking ...
0
votes
2answers
530 views
Editing JTable from RestulSet Table
Continuing this question.
My problem is that I can not edit my JTable. I get an exception and the Object value instead of what I should be seeing.
I am using the ResultSet Table code with a ...
0
votes
1answer
1k views
Creating and using Multiple Filters/Searches using JTable or GlazedLists
I looked up how to use multiple filters on here with a regular table and the answers all pointed to GlazedLists. However, the answers didn't specify how to use it. I was able to get one filter to ...
0
votes
2answers
989 views
keeping JTable selection in viewport
I'm using GlazedLists to autogenerate an EventTableModel from an EventList, for use with a JTable in a JScrollbarPane.
I'm using the EventList as a FIFO, a bunch of elements are added to the end, ...