GWT has a class called Tree. It also has TreeMenuItems.
Use REGEX and iterate over nodes and make it a Tree object.
It will give a Tree structure in UI.
If you just want to convert your string to Tree structure, its plain
java. Nothing to do with GWT.
On Mar 1, 1:02 am, Deepan <
nicky3...@gmail.com> wrote:
> Hi All,
>
> I am relatively new to GWT.
> I have input as a string and i want to convert it into object structure. I
> was wondering how it can be done in GWT.
>
> Example String - *(node1(node2(node3) (node4)) (node5))*