Between template and class
Probably the most used navigation. Loomy provides an action (Ctrl+Shift+GControl Shift G by default) that allows you to navigate from a template to it's corresponding class and vice-versa.
From tag to component class
This navigation allows you to navigate from a component tag in your template to that component class. Just press Ctrl+ClickControl Click on the tag itself.
From property value to associated method
If you have bound a component parameter with a property you can now just press Ctrl+ClickControl Click on the parameter value in your template and you will navigate to the method that corresponds to the given property.
To component documentation
This navigation allows you to navigate from a component tag in your template to that component documentation displayed in the Tapestry ToolWindow. This action is associated by default to the key Ctrl+Shift+DControl Shift D, so just use when the cursor is on a component tag and you'll see it's documentation.

