jxtreetable Questions
2
Solved
I want to use a JComboBox as a cell editor in a JXTreeTable. It works fine with a standard DefaultCellEditor (i.e. with a click count to start equal to 2).
Now I want the column to be editable on ...
Gavrila asked 23/1, 2014 at 13:27
1
Solved
I am somewhat lost at this point:
I try to create a JTable that is able to hold some kind of a Tree (JTree?) datastructure in the first column followed by data based on the tree Node in the other c...
Lavone asked 20/11, 2013 at 12:54
1
Solved
I made this CustomCellRenderer class intended to be used in JXTreeTable and JXTable objects since I have many of these in my project. So this class implements TreeCellRenderer and TableCellRenderer...
Gonzalogoo asked 15/8, 2013 at 13:37
2
Solved
I'm aware (I've looked at the sources ;) ) that sorting on JXTreeTable has been disabled.
However, I would like to allow sorting on all columns based only on the values of the direct children of t...
Bluegill asked 29/2, 2012 at 12:53
3
I am building a treetable using JXTreeTabble and I want to disable/able menu items depending on the selected value. So, I tried to put this code in my table model:
public Object getValueAt(int ind...
Statute asked 1/11, 2011 at 6:45
1
Solved
I need to highlight every other row in my JTable. With old version of swingx it could be done like this:
table.setHighlighters(new HighlighterPipeline(new Highlighter[] { new AlternateRowHighlight...
Danaus asked 19/12, 2012 at 9:19
1
In this question, I asked how it was possible to make a JXTreeTable (SwingX) sort its top element.
I took a look at the library (aephyr) suggested by mKorbel and tried to combine it with JXTreeTab...
Kala asked 4/4, 2012 at 12:11
1
© 2022 - 2024 — McMap. All rights reserved.