Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Which class of TOS generates the GUI representation of a job?

Hello,
I'd like to know which class of TOS generates the GUI representation of a job?
Regards
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,
the GUI is displayed with GEF from Eclipse.
The model part for example the classes Process, Node, Connection (main classes)
The graphic part for the same classes are ProcessPart, NodePart, ConnectionPart.
Interface is loaded from the model when the editor opens. (based on GEF processing)
So understand GUI will require first to understand GEF.
Nicolas.
Anonymous
Not applicable
Author

Thx a lot, I might dive into GEF, could u point me up in which packages thoses parts are?