Questions tagged [jxtreetable]

A SwingX component to display hierarchical data in a table, with one column to expand and hide the hierarchy.

A SwingX component to display hierarchical data in a table, with one column to expand and hide the hierarchy.

80 questions
0
votes
3 answers

Changing a Swing control dynamically

I have a Java Swing dialog that utilizes JXTreeTable. I need to be able to add content to the JXTreeTable periodically (say, once a minute). How do I access that JXTreeTable from another class? I'm so used to ExtendScript/JavaScript that I want to…
Sturm
  • 689
  • 2
  • 23
  • 52
0
votes
1 answer

How do I update a ColourHighlighter (swingx) when the predicate has changed

I have a class called ErrorHighlighter which gets notified anytime a property called errorString is changed. Based on this propertychangeevent I update the HighLighterPredicate to highlight a particular row with a red background. ErrorHighlighter…
sethu
  • 8,181
  • 7
  • 39
  • 65
0
votes
1 answer

implementing JXTreeTable

I'm trying to understand JXTreeTable , for that i referred one site for simple JXTreeTable implementation : Below is the modified code (that i picked it from one site) import java.awt.BorderLayout; import java.awt.Dimension; import…
c.pramod
  • 606
  • 1
  • 8
  • 22
0
votes
1 answer

Custom Cell Render JXtreetable

this is my first post, I'm actually implementing JXtreetable component, which I have managed to display all the data contained in it, but I want to create a custom cell rendering in order to display parent's row different with their child (i.e make…
Roufiq
  • 21
  • 3
0
votes
1 answer

JXTreeTable - my node is editable but other cells are not

This is really confusing me. I will show my code so far. I am trying to make certain field's editable. That is the end goal, but I just tried to put in a JCheckBox just to test. But even that doesn't seem to work. Can you please take a look at this.…
Mathew Kurian
  • 5,949
  • 5
  • 46
  • 73
1 2 3 4 5
6