Contains classes for the Xul-based MQL Edtor.

Xul MQL Editor

This package contains the Xul-based MQL editor. The MQL Editor is not a stand-alone application. It's designed to be integrated within other applications which provide a concreate Service implementation to support the dialog. The services included in this project are for debugging purposes.

The MQL Editor can be run in Swing using {@see org.pentaho.commons.metadata.mqleditor.editor.SwingMqlEditor SwingMqlEditor} or from a GWT application with {@see org.pentaho.commons.metadata.mqleditor.editor.GwtMqlEditor GwtMqlEditor}. In both cases you'll need to supply a {@see org.pentaho.commons.metadata.mqleditor.editor.service.MQLEditorService MQLEditorService}

The