[SDEX workspace]

 

This is a typical view of the Sdex workspace. There are five main areas: project view, Declaration list view, declaration structure view, declaration inspector and code view.

Project view

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

Declaration list view

This list displays all declarations declared in DTD document. You can right click on this component to display context menu. The menu allows you to do some operations over DTD document. For example: add, remove, rename, etc..
Click here for more details.

Declaration structure view

This tree displays details information about selecting declaration.
For example if you have selected Element declaration you can see all elements used in its content model.

Declaration inspector view

The Inspector view displays properties of the selected declaration. 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.