final SapphireActionGroup actions = getActions();
final SapphireAction moveRightAction = actions.getAction( SapphireActionSystem.ACTION_MOVE_RIGHT );
final SapphireActionHandler moveRightActionHandler = createMoveRightActionHandler();
moveRightActionHandler.init( moveRightAction, null );
moveRightAction.addHandler( moveRightActionHandler );
final SapphireToolBarActionPresentation actionsPresentation = new SapphireToolBarActionPresentation( getActionPresentationManager() );
actionsPresentation.setToolBar( toolbar );
actionsPresentation.addFilter