// create configuration
this.configuration = new EntryEditorConfiguration();
// create main widget
this.mainWidget = new EntryEditorWidget( this.configuration );
this.mainWidget.createWidget( composite );
// create actions and context menu and register global actions
this.actionGroup = new EntryEditorActionGroup( this );
this.actionGroup.fillToolBar( this.mainWidget.getToolBarManager() );