new AddConditionAction(this),
new RemoveConditionAction(this),
new SwitchConditionJoinTypeAction(this),
new Separator(),
new MoveConditionUpAction(this),
new MoveConditionDownAction(this));
actionsPanel.add(actionToolbar.getComponent());
filtersTree.setCellRenderer(new FilterSettingsTreeCellRenderer());
ObjectNameFilterSettings tableModel = configuration.clone();
filtersTree.setModel(tableModel);