Xeddy Workspace

 

This is a typical view of the Xeddy workspace. There are four main areas: project view, structure view, inspector and code view.

Project view

Project view is a part of JBuilder. You will probably use it quite often.

Structure View

This tree displays the hierarchy of XML nodes. When XML parsing is complete, the parser notifies the structure tree and the view is updated immediately. You can right-click any element to display a context menu. The context menu allows you to add and remove elements and their attributes, either in cooperation with the DTD or not; to cut, copy and paste elements, to use code templates and more. Click here to see a typical context menu in action.

Inspector View

The Inspector view displays detailed information about the selected element. To change the value, simply click and edit the item. Click here to see more.

Code View

Code view is a text editor. You can use it instead of the Xeddy visual tools: just point and type text. The editor will update the structure as soon as you stop typing.