Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Commercial or Open Source Java Swing rule/predicate editor widget?

Tags:

java

swing

Are there any commercial or open source Java Swing widgets that implement a rule/predicate editor UI? As an example of what I'm looking for, this image shows Cocoa's (excellent) NSPredicateEditor UI for editing a predicate expression:

enter image description here

like image 629
Barry Wark Avatar asked Mar 14 '11 15:03

Barry Wark


1 Answers

I recently built something that does pretty much this for my application. It's somewhat application specific, but I think it should be possible to make it application agnostic. This is a screenshot of what I built: enter image description here

In my scratching about, I didn't come across anything pre-built that would give me this "for free". But I could just be awful at finding such things.

like image 55
Gabriel Avatar answered Nov 10 '22 03:11

Gabriel