Chapter 4. Reference

Table of Contents

1. action
1.1. Action which is a wrapper around a command
1.2. Contextual action
2. command
3. editorListener
4. include
5. layout
5.1. The attributes of layout
5.2. The menuBar child element of layout
5.3. The topToolBars and bottomToolBars child elements of layout
5.4. The leftToolBars and rightToolBars child elements of layout
5.5. The leftPanes and rightPanes child elements of layout
5.6. The preferencesSheets child element of layout
5.7. The hidden child element of layout
5.8. The insert descendant element of layout
6. menu
7. menuBar
8. menuItems
9. openedDocumentHook
10. pane
11. part
11.1. Bean properties
12. preferencesSheet
13. preferencesSheets
14. property
15. statusBar
16. tool
17. toolBar
18. toolBarItems
19. translation

GUI specifications file must have a .xxe_gui suffix. Customization files automatically detected by XXE during its startup must be called customize.xxe_gui.

All the elements described in this chapter belong to the "http://www.xmlmind.com/xmleditor/schema/gui" namespace. The local name of the root element of a GUI specification must be gui:

<?xml version='1.0' encoding='UTF-8'?>
<gui xmlns="http://www.xmlmind.com/xmleditor/schema/gui"
     xmlns:gui="http://www.xmlmind.com/xmleditor/schema/gui">
  ...
</gui>

A gui root element may contain any number of the following elements, and that, in any order.